chore(deps): update dependency ubi:sst/opencode to v0.7.1 #348

Merged
joao.dubas merged 1 commits from renovate/ubi-sst-opencode-0.x into main 2025-09-10 21:54:12 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ubi:sst/opencode minor 0.5.29 -> 0.7.1

Release Notes

sst/opencode (ubi:sst/opencode)

v0.7.1

Compare Source

  • fix issue with flags being parsed incorrectly

v0.7.0

Compare Source

  • tweak: wrap build-switch w/ system-reminder (#​2525)
  • upgrade to latest bun

v0.6.10

Compare Source

  • repair tool calls when casing is wrong

v0.6.9

Compare Source

  • fix: exit code being non zero when using run cmd (#​2523)
  • feat: svelte lsp (#​2508)

v0.6.8

Compare Source

  • Remove debug logging

v0.6.7

Compare Source

  • feat: add dynamic tool registration for plugins and external services (#​2420)
  • Merge branch 'production' into dev
  • remove edit tool from plan agent (#​2505)
  • Hide experimental models

v0.6.6

Compare Source

  • fix: dont paste collapse if in bash mode (#​2482)
  • fix: shell invocations are dropped if last interaction was revert (#​2485)
  • fix: silent error if bad flag was passed (#​2486)
  • fix: aws bedrock add check for govcloud (#​2495)
  • tweak: reenable todowrite & todoread for qwen models (#​2499)
  • Zen: telemetry
  • feat: make npm package install work on windows (#​2419)

v0.6.5

Compare Source

  • wip console
  • wip console
  • wip console
  • script package
  • wip cloud smart
  • wip console
  • wip console
  • wip console
  • wip console
  • fix: file fuzzy search (#​2409)
  • feat: add createOpencodeTui() function to SDK for programmatic TUI launching (#​2410)
  • fix: worktree file/content never includes patch
  • fix: better file/content return
  • fix: webfetch prompt mistake (#​2424)
  • Update index.tsx (#​2423)
  • tweak(edit): separate edit tool error message with clearer guidance to avoid llm doom editing loop (#​2051)
  • fix: file read response
  • fix: default to last used model (#​2443)
  • fix: command model selection (#​2448)
  • fix: title not generated if first msg is shell invocation (#​2451)
  • fix: title gen w/ gpt-5-nano (#​2473)
  • fix: max output tokens when setting budget thinking tokens (#​2056) Co-authored-by: rekram1-node aidenpcline@gmail.com

v0.6.4

Compare Source

  • make @​file references in custom slash commands more robust (#​2203) Co-authored-by: Adam Spiers opencode@adamspiers.org Co-authored-by: rekram1-node aidenpcline@gmail.com
  • fix: file.list relative to root
  • fix: local subdirectory subagents not being picked up (#​2376)
  • tweak: update ls tool to use rg (#​2367)
  • support OPENCODE_CONFIG_CONTENT
  • generate api key
  • fix: more durable @​ references for commands (#​2386)
  • wip cloud
  • Patch Start to preload route css in SSR (#​2389)
  • wip console
  • wip console

v0.6.3

Compare Source

  • switch gpt-5 to default to codex prompt + high reasoning

v0.6.2

Compare Source

  • fix: ensure enabled lsps are all logged (#​2364)
  • fix: ensure opencode still works if no commits present (#​2363)

v0.6.1

Compare Source

  • catch migration failures

v0.6.0

Compare Source

Breaking Changes

This release has a bunch of minor breaking changes if you are using opencode plugins or sdk

  1. storage events have been removed (we might bring this back but had some issues)
  2. concept of app is gone - there is a new concept called project and endpoints to list projects and get the current project
  3. plugin receives directory which is cwd and worktree which is where the root of the project is if it's a git repo
  4. the session.chat function has been renamed to session.prompt in sdk. it no longer requires model to be passed in (model is now an object)
  5. every endpoint takes an optional directory parameter to operate as though opencode is running in that directory
  • Use a single rust LSP server instance for entire cargo workspace (#​2292)
  • fix: change command selection to prefer exact matches over fuzzy sear… (#​2314)
  • tweak: ensure run command doesn't send request if no prompt present (#​2332)
  • fix: resolve [pasted lines] when passing paste as arguments for command (#​2333)
  • add support for lsp workspace/didChangeConfiguration (#​2334)
  • fix: ensure command uses currently selected model (#​2336)
  • fix: resolve virtual envs for python LSP (#​2155) Co-authored-by: rekram1-node aidenpcline@gmail.com
  • fix: adjust title generation prompt to prevent direct response instead of title gen (#​2338)
  • fix: ensure shell cmds can be properly aborted (#​2339)
  • feat: Allow provider timeout override (#​1982)
  • fix: ensure gopls lsp id matches docs (#​2344)
  • add --command to opencode run (#​2348)
  • fix: tui attachment bound (#​2361)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ubi:sst/opencode](https://github.com/sst/opencode) | minor | `0.5.29` -> `0.7.1` | --- ### Release Notes <details> <summary>sst/opencode (ubi:sst/opencode)</summary> ### [`v0.7.1`](https://github.com/sst/opencode/releases/tag/v0.7.1) [Compare Source](https://github.com/sst/opencode/compare/v0.7.0...v0.7.1) - fix issue with flags being parsed incorrectly ### [`v0.7.0`](https://github.com/sst/opencode/releases/tag/v0.7.0) [Compare Source](https://github.com/sst/opencode/compare/v0.6.10...v0.7.0) - tweak: wrap build-switch w/ system-reminder ([#&#8203;2525](https://github.com/sst/opencode/issues/2525)) - upgrade to latest bun ### [`v0.6.10`](https://github.com/sst/opencode/releases/tag/v0.6.10) [Compare Source](https://github.com/sst/opencode/compare/v0.6.9...v0.6.10) - repair tool calls when casing is wrong ### [`v0.6.9`](https://github.com/sst/opencode/releases/tag/v0.6.9) [Compare Source](https://github.com/sst/opencode/compare/v0.6.8...v0.6.9) - fix: exit code being non zero when using run cmd ([#&#8203;2523](https://github.com/sst/opencode/issues/2523)) - feat: svelte lsp ([#&#8203;2508](https://github.com/sst/opencode/issues/2508)) ### [`v0.6.8`](https://github.com/sst/opencode/releases/tag/v0.6.8) [Compare Source](https://github.com/sst/opencode/compare/v0.6.7...v0.6.8) - Remove debug logging ### [`v0.6.7`](https://github.com/sst/opencode/releases/tag/v0.6.7) [Compare Source](https://github.com/sst/opencode/compare/v0.6.6...v0.6.7) - feat: add dynamic tool registration for plugins and external services ([#&#8203;2420](https://github.com/sst/opencode/issues/2420)) - Merge branch 'production' into dev - remove edit tool from plan agent ([#&#8203;2505](https://github.com/sst/opencode/issues/2505)) - Hide experimental models ### [`v0.6.6`](https://github.com/sst/opencode/releases/tag/v0.6.6) [Compare Source](https://github.com/sst/opencode/compare/v0.6.5...v0.6.6) - fix: dont paste collapse if in bash mode ([#&#8203;2482](https://github.com/sst/opencode/issues/2482)) - fix: shell invocations are dropped if last interaction was revert ([#&#8203;2485](https://github.com/sst/opencode/issues/2485)) - fix: silent error if bad flag was passed ([#&#8203;2486](https://github.com/sst/opencode/issues/2486)) - fix: aws bedrock add check for govcloud ([#&#8203;2495](https://github.com/sst/opencode/issues/2495)) - tweak: reenable todowrite & todoread for qwen models ([#&#8203;2499](https://github.com/sst/opencode/issues/2499)) - Zen: telemetry - feat: make npm package install work on windows ([#&#8203;2419](https://github.com/sst/opencode/issues/2419)) ### [`v0.6.5`](https://github.com/sst/opencode/releases/tag/v0.6.5) [Compare Source](https://github.com/sst/opencode/compare/v0.6.4...v0.6.5) - wip console - wip console - wip console - script package - wip cloud smart - wip console - wip console - wip console - wip console - fix: file fuzzy search ([#&#8203;2409](https://github.com/sst/opencode/issues/2409)) - feat: add createOpencodeTui() function to SDK for programmatic TUI launching ([#&#8203;2410](https://github.com/sst/opencode/issues/2410)) - fix: worktree file/content never includes patch - fix: better file/content return - fix: webfetch prompt mistake ([#&#8203;2424](https://github.com/sst/opencode/issues/2424)) - Update index.tsx ([#&#8203;2423](https://github.com/sst/opencode/issues/2423)) - tweak(edit): separate edit tool error message with clearer guidance to avoid llm doom editing loop ([#&#8203;2051](https://github.com/sst/opencode/issues/2051)) - fix: file read response - fix: default to last used model ([#&#8203;2443](https://github.com/sst/opencode/issues/2443)) - fix: command model selection ([#&#8203;2448](https://github.com/sst/opencode/issues/2448)) - fix: title not generated if first msg is shell invocation ([#&#8203;2451](https://github.com/sst/opencode/issues/2451)) - fix: title gen w/ gpt-5-nano ([#&#8203;2473](https://github.com/sst/opencode/issues/2473)) - fix: max output tokens when setting budget thinking tokens ([#&#8203;2056](https://github.com/sst/opencode/issues/2056)) Co-authored-by: rekram1-node <aidenpcline@gmail.com> ### [`v0.6.4`](https://github.com/sst/opencode/releases/tag/v0.6.4) [Compare Source](https://github.com/sst/opencode/compare/v0.6.3...v0.6.4) - make [@&#8203;file](https://github.com/file) references in custom slash commands more robust ([#&#8203;2203](https://github.com/sst/opencode/issues/2203)) Co-authored-by: Adam Spiers <opencode@adamspiers.org> Co-authored-by: rekram1-node <aidenpcline@gmail.com> - fix: file.list relative to root - fix: local subdirectory subagents not being picked up ([#&#8203;2376](https://github.com/sst/opencode/issues/2376)) - tweak: update ls tool to use rg ([#&#8203;2367](https://github.com/sst/opencode/issues/2367)) - support OPENCODE\_CONFIG\_CONTENT - generate api key - fix: more durable @&#8203; references for commands ([#&#8203;2386](https://github.com/sst/opencode/issues/2386)) - wip cloud - Patch Start to preload route css in SSR ([#&#8203;2389](https://github.com/sst/opencode/issues/2389)) - wip console - wip console ### [`v0.6.3`](https://github.com/sst/opencode/releases/tag/v0.6.3) [Compare Source](https://github.com/sst/opencode/compare/v0.6.2...v0.6.3) - switch gpt-5 to default to codex prompt + high reasoning ### [`v0.6.2`](https://github.com/sst/opencode/releases/tag/v0.6.2) [Compare Source](https://github.com/sst/opencode/compare/v0.6.1...v0.6.2) - fix: ensure enabled lsps are all logged ([#&#8203;2364](https://github.com/sst/opencode/issues/2364)) - fix: ensure opencode still works if no commits present ([#&#8203;2363](https://github.com/sst/opencode/issues/2363)) ### [`v0.6.1`](https://github.com/sst/opencode/releases/tag/v0.6.1) [Compare Source](https://github.com/sst/opencode/compare/v0.6.0...v0.6.1) - catch migration failures ### [`v0.6.0`](https://github.com/sst/opencode/releases/tag/v0.6.0) [Compare Source](https://github.com/sst/opencode/compare/v0.5.29...v0.6.0) #### Breaking Changes This release has a bunch of minor breaking changes if you are using opencode plugins or sdk 1. storage events have been removed (we might bring this back but had some issues) 2. concept of `app` is gone - there is a new concept called `project` and endpoints to list projects and get the current project 3. plugin receives `directory` which is cwd and `worktree` which is where the root of the project is if it's a git repo 4. the session.chat function has been renamed to session.prompt in sdk. it no longer requires model to be passed in (model is now an object) 5. every endpoint takes an optional `directory` parameter to operate as though opencode is running in that directory - Use a single rust LSP server instance for entire cargo workspace ([#&#8203;2292](https://github.com/sst/opencode/issues/2292)) - fix: change command selection to prefer exact matches over fuzzy sear… ([#&#8203;2314](https://github.com/sst/opencode/issues/2314)) - tweak: ensure run command doesn't send request if no prompt present ([#&#8203;2332](https://github.com/sst/opencode/issues/2332)) - fix: resolve \[pasted lines] when passing paste as arguments for command ([#&#8203;2333](https://github.com/sst/opencode/issues/2333)) - add support for lsp workspace/didChangeConfiguration ([#&#8203;2334](https://github.com/sst/opencode/issues/2334)) - fix: ensure command uses currently selected model ([#&#8203;2336](https://github.com/sst/opencode/issues/2336)) - fix: resolve virtual envs for python LSP ([#&#8203;2155](https://github.com/sst/opencode/issues/2155)) Co-authored-by: rekram1-node <aidenpcline@gmail.com> - fix: adjust title generation prompt to prevent direct response instead of title gen ([#&#8203;2338](https://github.com/sst/opencode/issues/2338)) - fix: ensure shell cmds can be properly aborted ([#&#8203;2339](https://github.com/sst/opencode/issues/2339)) - feat: Allow provider timeout override ([#&#8203;1982](https://github.com/sst/opencode/issues/1982)) - fix: ensure gopls lsp id matches docs ([#&#8203;2344](https://github.com/sst/opencode/issues/2344)) - add --command to opencode run ([#&#8203;2348](https://github.com/sst/opencode/issues/2348)) - fix: tui attachment bound ([#&#8203;2361](https://github.com/sst/opencode/issues/2361)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuNDIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2025-09-08 12:52:26 +00:00
renovate-bot force-pushed renovate/ubi-sst-opencode-0.x from 9b8f5e0a14 to c3b6d59ca7 2025-09-08 20:22:23 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency ubi:sst/opencode to v0.6.5 to chore(deps): update dependency ubi:sst/opencode to v0.6.6 2025-09-08 20:22:23 +00:00
renovate-bot changed title from chore(deps): update dependency ubi:sst/opencode to v0.6.6 to chore(deps): update dependency ubi:sst/opencode to v0.6.8 2025-09-09 07:52:18 +00:00
renovate-bot force-pushed renovate/ubi-sst-opencode-0.x from c3b6d59ca7 to 8e2a5aaeec 2025-09-09 07:52:19 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency ubi:sst/opencode to v0.6.8 to chore(deps): update dependency ubi:sst/opencode to v0.6.9 2025-09-09 21:22:22 +00:00
renovate-bot force-pushed renovate/ubi-sst-opencode-0.x from 8e2a5aaeec to 31e05087d8 2025-09-09 21:22:23 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency ubi:sst/opencode to v0.6.9 to chore(deps): update dependency ubi:sst/opencode to v0.6.10 2025-09-10 04:22:18 +00:00
renovate-bot force-pushed renovate/ubi-sst-opencode-0.x from 31e05087d8 to a4be274d1c 2025-09-10 04:22:19 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency ubi:sst/opencode to v0.6.10 to chore(deps): update dependency ubi:sst/opencode to v0.7.0 2025-09-10 08:52:15 +00:00
renovate-bot force-pushed renovate/ubi-sst-opencode-0.x from a4be274d1c to 35b93e2239 2025-09-10 08:52:16 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency ubi:sst/opencode to v0.7.0 to chore(deps): update dependency ubi:sst/opencode to v0.7.1 2025-09-10 15:52:39 +00:00
renovate-bot force-pushed renovate/ubi-sst-opencode-0.x from 35b93e2239 to a52a7f28a2 2025-09-10 15:52:40 +00:00 Compare
joao.dubas force-pushed renovate/ubi-sst-opencode-0.x from a52a7f28a2 to e72c489bdd 2025-09-10 21:53:57 +00:00 Compare
joao.dubas merged commit ec36a354c2 into main 2025-09-10 21:54:12 +00:00
joao.dubas deleted branch renovate/ubi-sst-opencode-0.x 2025-09-10 21:54:12 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joao.dubas/ide#348
No description provided.