feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.15 )#3557
Merged
binaryn3xus merged 2 commits intomainfrom Nov 3, 2025
Merged
feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.15 )#3557binaryn3xus merged 2 commits intomainfrom
binaryn3xus merged 2 commits intomainfrom
Conversation
ac326aa to
cdf2276
Compare
cdf2276 to
4498a49
Compare
4498a49 to
b963a73
Compare
b963a73 to
103e807
Compare
103e807 to
9dd2ceb
Compare
9dd2ceb to
fbd6b16
Compare
fbd6b16 to
1912311
Compare
1912311 to
61f3e96
Compare
61f3e96 to
d441f4c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15.28->1.0.15Release Notes
sst/opencode (aqua:sst/opencode)
v1.0.15Compare Source
v1.0.14Compare Source
v1.0.13Compare Source
v1.0.12Compare Source
v1.0.11Compare Source
v1.0.10Compare Source
v1.0.9Compare Source
/exitcommand to TUI with aliases/quitand/qto exit the application/summarizefor/compact,/clearfor/new, and/resume//continuefor/sessionv1.0.8Compare Source
--promptoption to TUIv1.0.7Compare Source
v1.0.6Compare Source
v1.0.5Compare Source
v1.0.4Compare Source
v1.0.3Compare Source
/renamecommandsetSelectedThemetoset/editorcommand to autocomplete for opening external editor/themecommandv1.0.2Compare Source
v1.0.1Compare Source
/sessioncommand to list available sessions in TUIv1.0.0Compare Source
OpenCode 1.0 is a complete rewrite of the TUI.
We moved from the go+bubbletea based TUI which had performance and capability issues to an in-house framework (OpenTUI) written in zig+solidjs.
The new TUI works like the old one since it connects to the same opencode server.
Upgrading
You should not be autoupgraded to 1.0 if you are currently using a previous
version. However some older versions of OpenCode always grab latest.
To upgrade manually, run
To downgrade back to 0.x, run
UX changes
The session history is more compressed, only showing full details of the edit and bash tool.
We added a command bar which almost everything flows through. Press ctrl+p to bring it up in any context and see everything you can do.
Added a session sidebar (can be toggled) with useful information.
We removed some functionality that we weren't sure anyone actually used. If something important is missing please open an issue and we'll add it back quickly.
Breaking changes
Theme
The
systemtheme has not yet been ported and custom themes aren't loaded yet but both of these will be fixed this week.Keybinds renamed
Keybinds removed
v0.15.31Compare Source
v0.15.30Compare Source
v0.15.29Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Renovate Bot.