Changeset 0.19.0.1 (#82)

This commit is contained in:
2026-02-28 23:46:23 +00:00
parent 091ce2af6a
commit 748f49bedd
30 changed files with 3873 additions and 151 deletions

View File

@@ -17,6 +17,8 @@ const App = {
stagedAttachments: [],
channelAttachments: {}, // messageId → [attachment, ...] — populated on chat load
storageConfigured: false,
projects: [], // v0.19.0: loaded from /api/v1/projects
collapsedProjects: {}, // projectId → bool — sidebar collapse state
// Find model by composite ID, with fallback to bare model_id match
findModel(id) {
@@ -179,6 +181,7 @@ async function startApp() {
}
await loadChats();
await loadProjects();
await fetchModels();
// Guard: if token was invalidated during startup (401 → refresh fail → clearTokens),