Changeset 0.19.0.1 (#82)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user