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:
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.13.0] - 2026-06-15
|
||||
|
||||
- Security: LAN and remote browser access now require a UI password before the server will start.
|
||||
- Desktop: if LAN access was enabled without a password, the app now starts locally and asks for a password before turning LAN access back on.
|
||||
- Chat: file paths inside fenced code blocks are now clickable, including line and column targets (thanks to @robertoberto).
|
||||
@@ -12,8 +14,10 @@ All notable changes to this project will be documented in this file.
|
||||
- Chat: custom-answer question textareas resize more steadily while typing (thanks to @bigcoder84).
|
||||
- Chat/Input: tab-completing a mention no longer changes the selected agent (thanks to @Quat3rnion).
|
||||
- Chat/Input: Arrow Up moves the cursor inside multi-line drafts again instead of always opening prompt history.
|
||||
- Chat/Mobile: collapsed tool cards now keep their tool icon visible, and reasoning/tool text no longer clips descenders.
|
||||
- Files: added dedicated PDF files previews mode.
|
||||
- Files: added an optional docked files editor toolbar (thanks to @robertoberto).
|
||||
- Files: file operations now use the active workspace directory more consistently (thanks to @tomzx).
|
||||
- Sessions: session menus now include a delete action (thanks to @ShogunPanda).
|
||||
- Sessions: deleting a parent session no longer brings deleted child sessions back into the sidebar (thanks to @panzeyu2013).
|
||||
- Sessions: switching sessions no longer leaves the chat area blank in some cases (thanks to @panzeyu2013).
|
||||
@@ -32,6 +36,8 @@ All notable changes to this project will be documented in this file.
|
||||
- Sessions: new draft sessions now start from the default model and agent instead of inheriting the previous session's selection, and fall back to OpenCode's own `default_agent` (and its model) when no OpenChamber default is set.
|
||||
- Startup: cached settings and session state now appear earlier while the live API finishes connecting.
|
||||
- Startup: the model and agent now appear faster on the initial draft — config loads under the project key up front (no reload when the draft opens) and the agent list is fetched once instead of per consumer.
|
||||
- VSCode: the extension opens faster with cached sessions, models, providers, and projects, then refreshes in the background.
|
||||
- VSCode: sessions are now grouped under their workspace, with cleaner session rows and an archived-sessions toggle.
|
||||
|
||||
## [1.12.4] - 2026-06-11
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"@ibm/plex": "^6.4.1",
|
||||
"@lezer/highlight": "^1.2.3",
|
||||
"@octokit/rest": "^22.0.1",
|
||||
"@opencode-ai/sdk": "^1.17.0",
|
||||
"@opencode-ai/sdk": "^1.17.7",
|
||||
"@radix-ui/react-collapsible": "^1.1.12",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
@@ -145,7 +145,7 @@
|
||||
"@fontsource/ibm-plex-sans": "^5.1.1",
|
||||
"@ibm/plex": "^6.4.1",
|
||||
"@lezer/highlight": "^1.2.3",
|
||||
"@opencode-ai/sdk": "^1.17.0",
|
||||
"@opencode-ai/sdk": "^1.17.7",
|
||||
"@pierre/diffs": "1.3.0-beta.4",
|
||||
"@replit/codemirror-vim": "^6.3.0",
|
||||
"@simplewebauthn/browser": "13.3.0",
|
||||
@@ -219,7 +219,7 @@
|
||||
"version": "1.12.4",
|
||||
"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",
|
||||
@@ -246,7 +246,7 @@
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^1.1.0",
|
||||
"@octokit/rest": "^22.0.1",
|
||||
"@opencode-ai/sdk": "^1.17.0",
|
||||
"@opencode-ai/sdk": "^1.17.7",
|
||||
"@simplewebauthn/server": "13.3.0",
|
||||
"adm-zip": "^0.5.16",
|
||||
"better-sqlite3": "^12.10.0",
|
||||
@@ -941,7 +941,7 @@
|
||||
|
||||
"@openchamber/web": ["@openchamber/web@workspace:packages/web"],
|
||||
|
||||
"@opencode-ai/sdk": ["@opencode-ai/sdk@1.17.1", "", { "dependencies": { "cross-spawn": "7.0.6" } }, "sha512-YTMtG3qCWgF37M9suOL5KpQTKU2Ibkd0/eKLS4tEIXe1S2wvUQ+/Hi1QARw4SoD6cy6+KUINvyo6dkhFEo7WLw=="],
|
||||
"@opencode-ai/sdk": ["@opencode-ai/sdk@1.17.7", "", { "dependencies": { "cross-spawn": "7.0.6" } }, "sha512-7q7StGM+N0OwUgRsmDc8Gyz3hMIH1XGig+qZ4lzWUpmSgFEjLx8U7R14GXY7KiMJVdbVf6FeaYloRz2Rcsma4A=="],
|
||||
|
||||
"@paralleldrive/cuid2": ["@paralleldrive/cuid2@2.3.1", "", { "dependencies": { "@noble/hashes": "^1.1.5" } }, "sha512-XO7cAxhnTZl0Yggq6jOgjiOHhbgcO4NqFqwSmQpjK3b6TEE6Uj/jfSk6wzYyemh3+I0sHirKSetjQwn5cZktFw=="],
|
||||
|
||||
|
||||
+1
-1
@@ -90,7 +90,7 @@
|
||||
"@ibm/plex": "^6.4.1",
|
||||
"@lezer/highlight": "^1.2.3",
|
||||
"@octokit/rest": "^22.0.1",
|
||||
"@opencode-ai/sdk": "^1.17.0",
|
||||
"@opencode-ai/sdk": "^1.17.7",
|
||||
"@radix-ui/react-collapsible": "^1.1.12",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"@fontsource/ibm-plex-sans": "^5.1.1",
|
||||
"@ibm/plex": "^6.4.1",
|
||||
"@lezer/highlight": "^1.2.3",
|
||||
"@opencode-ai/sdk": "^1.17.0",
|
||||
"@opencode-ai/sdk": "^1.17.7",
|
||||
"@pierre/diffs": "1.3.0-beta.4",
|
||||
"@replit/codemirror-vim": "^6.3.0",
|
||||
"@simplewebauthn/browser": "13.3.0",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^1.1.0",
|
||||
"@octokit/rest": "^22.0.1",
|
||||
"@opencode-ai/sdk": "^1.17.0",
|
||||
"@opencode-ai/sdk": "^1.17.7",
|
||||
"@simplewebauthn/server": "13.3.0",
|
||||
"adm-zip": "^0.5.16",
|
||||
"better-sqlite3": "^12.10.0",
|
||||
|
||||
Reference in New Issue
Block a user