feat(app): extract prompt state and add composer model selection (#36227)

This commit is contained in:
Brendan Allan
2026-07-10 15:49:05 +08:00
committed by GitHub
parent d0ba538924
commit 8a03fc265b
19 changed files with 729 additions and 293 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ function localStorageDirect(): SyncStorage {
}
}
const DRAFT_PERSISTED_KEYS = ["prompt", "comments", "model-selection", "file-view", "layout"]
const DRAFT_PERSISTED_KEYS = ["prompt", "comments", "file-view", "layout"]
export function draftPersistedKeys() {
return DRAFT_PERSISTED_KEYS