fix: resolve 6 issues (#32 #31 #25 #33 #29 #23)

- #32: parseCookies decodeURIComponent crash with malformed cookies (Authelia)
- #31: Gateway restart no longer overwrites user CORS allowedOrigins (merge instead)
- #25: Windows terminal flashing - add CREATE_NO_WINDOW to skills.rs + assistant.rs
- #33: Model test tolerates non-auth HTTP errors (Ali Coding Plan compatibility)
- #29: Auto-detect ws/wss protocol for reverse proxy + protocol-aware Docker URLs
- #23: Chat session sidebar stays open when switching sessions
This commit is contained in:
晴天
2026-03-10 22:51:15 +08:00
parent 044d866b57
commit 91f96ac96b
9 changed files with 112 additions and 60 deletions

View File

@@ -484,7 +484,6 @@ function switchSession(newKey) {
clearMessages()
loadHistory()
refreshSessionList()
_page?.querySelector('#chat-sidebar')?.classList.remove('open')
}
async function showNewSessionDialog() {