mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
fix(app): model selection persist by session (#17348)
This commit is contained in:
parent
5c7088338c
commit
4ad8116ce3
19 changed files with 981 additions and 452 deletions
|
|
@ -95,6 +95,9 @@ async function seedStorage(page: Page, input: { directory: string; extra?: strin
|
|||
const win = window as E2EWindow
|
||||
win.__opencode_e2e = {
|
||||
...win.__opencode_e2e,
|
||||
model: {
|
||||
enabled: true,
|
||||
},
|
||||
terminal: {
|
||||
enabled: true,
|
||||
terminals: {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue