chore: bump @opencode-ai/sdk to ^1.17.7 and update changelogs
Upgraded @opencode-ai/sdk dependency from ^1.17.0 to ^1.17.7 across all packages Added unreleased changelog entries for VSCode startup parity, mobile tool card fix, and files workspace directory fix Refined VSCode changelog to remove inaccurate project-level actions note
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
## [Unreleased]
|
||||
## [1.13.0] - 2026-06-15
|
||||
|
||||
- Startup: the extension opens faster — recent sessions, models, providers, and projects appear instantly from cache and refresh in the background, and the loading screen no longer lingers after the interface is ready.
|
||||
- Startup: requests made while OpenCode is still starting now wait briefly for it to become ready instead of failing, and if OpenCode fails to start the error now includes what it reported.
|
||||
- Sessions: the list now groups sessions under their workspace, so pinning sessions and moving them into folders work as expected.
|
||||
- Sessions: session rows now use a cleaner single-line layout, project-level actions are hidden, and a new control next to "archive all" toggles archived sessions on or off.
|
||||
- Sessions: session rows now use a cleaner single-line layout, and a new control next to "archive all" toggles archived sessions on or off.
|
||||
- Chat: custom-answer question textareas resize more steadily while typing (thanks to @bigcoder84).
|
||||
- Chat/Performance: long conversations now use virtualized rendering to keep large histories responsive.
|
||||
- Chat/Input: tab-completing a mention no longer changes the selected agent (thanks to @Quat3rnion).
|
||||
|
||||
@@ -244,7 +244,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@openchamber/ui": "workspace:*",
|
||||
"@opencode-ai/sdk": "^1.17.0",
|
||||
"@opencode-ai/sdk": "^1.17.7",
|
||||
"adm-zip": "^0.5.16",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"react": "^19.1.1",
|
||||
|
||||
Reference in New Issue
Block a user