v1.1.53
·
1478 commits
to integration
since this release
- Fix: add BunProc mocks to new upstream tests for CI compatibility
- Sync: merge shuvcode-dev (v1.1.53) into integration
- Sync: fix duplicate ProviderTransform import from merge
- Sync: merge upstream v1.1.53 into shuvcode-dev
- Senior engineer senior engineering
- Tweak: load user plugins after builtin (anomalyco#12373)
- Core: fix unhandled errors when aborting with queued messages (anomalyco#12369)
- Fix(tui): allow mouse escape via "esc" labels in dialogs (anomalyco#11421)
- Fix(plugin): user plugins override built-in plugins for same provider (anomalyco#12361)
- Fix(app): make close comment button visible in prompt input (anomalyco#12349)
- Tweak: move codex 5.3 model definition to the plugin so that models.dev doesnt have to show unsupported model for others (anomalyco#12344)
- Fix(app): hide prompt input when there are perms or questions (anomalyco#12339)
- Fix(app): more terminal stability fixes
- Fix(app): modified file color contrast
- Feat(app): open in button (anomalyco#12322)
- Fix(app): allow toggling file tree closed independently (anomalyco#12293)
- Feat(desktop): Stop Showing SessionSkeleton on New Workspace (anomalyco#12209)
- Feat(desktop): Set Workspace Name Earlier to Improve Creation / Deletion (anomalyco#12213)
- Feat(acp): add session usage (anomalyco#12299)
- Tweak: update transforms for gpt-5.3 (anomalyco#12325)
- Enable 5.3 codex
- Feat(tui): add running spinner to bash tool in TUI (anomalyco#12317)
- Core: silently ignore proxy command failures to prevent config initialization crashes
- Fix: ensure that github copilot plugin properly sets headers when used in other clients than tui (anomalyco#12316)
- Core: bundle GitLab auth plugin directly instead of dynamic install
- Core: fix plugin installation to use direct package.json manipulation instead of bun add
- Fix(app): file changes not always available
- Fix(app): file tree out of sync
- Feat(i18n): add Bosnian locale (anomalyco#12283)
- Fix(app): terminal URL issues
- App: remove extra x padding around prompt input on mobile
- Fix(opencode): Fixes image reading with OpenAI-compatible providers like Kimi K2.5. (anomalyco#11323)
- Fix: downgrade xai ai-sdk package due to errors (anomalyco#12251)
- Revert: feat: add models.dev schema ref for model autocomplete in ope… (anomalyco#12242)
- Feat: add models.dev schema ref for model autocomplete in opencode.json (anomalyco#12112)
- Tweak: adjust task tool description/input to alleviate tool call failures that sometimes occured w/ gpt models (anomalyco#12214)
- Fix: wait for dependencies before loading custom tools and plugins (anomalyco#12227)
- Fix(app): refresh workspace sessions on project switch (anomalyco#12189)
- Feat: Allow the function to hide or show thinking blocks to be bound to a key (resolves anomalyco#12168) (anomalyco#12171)
- Fix(tui): add hover states to question tool tabs (anomalyco#12203)
- Fix(app): terminal url
- Fix(core): skip dependency install in read-only config dirs (anomalyco#12128)
- Fix(app): terminal EOL issues
- Fix(desktop): Refresh file contents when changing workspaces to not have stale contents (anomalyco#11728)
- Fix(app): derive terminal WebSocket URL from browser origin instead o… (anomalyco#12178)
- Fix(app): last turn changes rendered in review pane (anomalyco#12182)
- Fix(app): safety triangle for sidebar hover (anomalyco#12179)
- Fix: ensure kimi-for-coding plan has thinking on by default for k2p5 (anomalyco#12147)
- Fix: cloudflare workers ai provider (anomalyco#12157)
- Fix: ensure that plugin installs use --no-cache when using http proxy to prevent random hangs (see bun issue) (anomalyco#12161)
- Fix(app): clear comments on prompt submission (anomalyco#12148)
- Test(app): fix e2e test action
- Fix(app): terminal hyperlink clicks
- Test(app): fix e2e test action
- Fix(core): session errors when attachment file not found
- Test(app): fix dated e2e tests
- Fix(app): don't show scroll-to-bottom unecessarily
- Fix(app): file tree not staying in sync across projects/sessions
- Fix(app): move session options to the session page
- Wip(app): session options
- Fix(app): opened tabs follow created session
- Fix(desktop): removed compression from rpm bundle to save 15m in CI (anomalyco#12097)
- Fix(terminal): support remote server connections and fix GLIBC compatibility (anomalyco#11906)
- Restore direct osc52 (anomalyco#12071)
- Fix: revert change that caused headers to be double merged if provider was authed in multiple places (anomalyco#12072)
- Docs: document the built in agents (anomalyco#12066)
- Fix: prevent double-prefixing of Bedrock cross-region inference models (anomalyco#12056)
- Fix(app): tighten up session padding-top for mobile (anomalyco#11247)
- Fix: prioritize OPENCODE_CONFIG_DIR for AGENTS.md (anomalyco#11536)
Thank you to 23 community contributors:
- @lgladysz:
- fix: prioritize OPENCODE_CONFIG_DIR for AGENTS.md (anomalyco#11536)
- @DNGriffin:
- fix(app): tighten up session padding-top for mobile (anomalyco#11247)
- @sergical:
- fix: prevent double-prefixing of Bedrock cross-region inference models (anomalyco#12056)
- @schaoss:
- docs: add agent-compatible paths to skills documentation (anomalyco#12067)
- @lucas-jo:
- fix(terminal): support remote server connections and fix GLIBC compatibility (anomalyco#11906)
- @goniz:
- fix(desktop): removed compression from rpm bundle to save 15m in CI (anomalyco#12097)
- feat(tui): add running spinner to bash tool in TUI (anomalyco#12317)
- @monotykamary:
- fix: ensure kimi-for-coding plan has thinking on by default for k2p5 (anomalyco#12147)
- @0xdsqr:
- fix(app): derive terminal WebSocket URL from browser origin instead o… (anomalyco#12178)
- @ParkerSm1th:
- fix(desktop): Refresh file contents when changing workspaces to not have stale contents (anomalyco#11728)
- @shantur:
- fix(core): skip dependency install in read-only config dirs (anomalyco#12128)
- @maharshi365:
- fix(tui): add hover states to question tool tabs (anomalyco#12203)
- @ariane-emory:
- feat: Allow the function to hide or show thinking blocks to be bound to a key (resolves anomalyco#12168) (anomalyco#12171)
- docs: websearch tool (anomalyco#12359)
- @neriousy:
- fix(app): refresh workspace sessions on project switch (anomalyco#12189)
- @remorses:
- feat: add models.dev schema ref for model autocomplete in opencode.json (anomalyco#12112)
- @zhming0:
- fix(opencode): Fixes image reading with OpenAI-compatible providers like Kimi K2.5. (anomalyco#11323)
- @Brendonovich:
- app: remove extra x padding around prompt input on mobile
- @edoedac0:
- feat(i18n): add Bosnian locale (anomalyco#12283)
- docs: add Bosnian README translation (anomalyco#12341)
- @SteffenDE:
- feat(acp): add session usage (anomalyco#12299)
- @dbpolito:
- feat(desktop): Set Workspace Name Earlier to Improve Creation / Deletion (anomalyco#12213)
- feat(desktop): Stop Showing SessionSkeleton on New Workspace (anomalyco#12209)
- @alexyaroshuk:
- fix(app): make close comment button visible in prompt input (anomalyco#12349)
- @rmk40:
- fix(plugin): user plugins override built-in plugins for same provider (anomalyco#12361)
- @AksharP5:
- fix(tui): allow mouse escape via "esc" labels in dialogs (anomalyco#11421)
- @shuv1337:
- sync: merge upstream v1.1.53 into shuvcode-dev
- sync: record last synced tag v1.1.53
- sync: fix duplicate ProviderTransform import from merge
- sync: merge shuvcode-dev (v1.1.53) into integration
- fix: add BunProc mocks to new upstream tests for CI compatibility