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
commit 8a03fc265b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 730 additions and 294 deletions

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