Skip to content

Comments

feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.15 )#3557

Merged
binaryn3xus merged 2 commits intomainfrom
renovate/major-mise
Nov 3, 2025
Merged

feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.15 )#3557
binaryn3xus merged 2 commits intomainfrom
renovate/major-mise

Conversation

@unsc-oni-ancilla
Copy link
Contributor

@unsc-oni-ancilla unsc-oni-ancilla bot commented Oct 31, 2025

This PR contains the following updates:

Package Update Change
aqua:sst/opencode major 0.15.28 -> 1.0.15

Release Notes

sst/opencode (aqua:sst/opencode)

v1.0.15

Compare Source

  • Fixed focus management and dialog interactions in the TUI
  • Fixed file path handling when pasting images with spaces in filename
  • Added /timeline command to quickly navigate to specific messages in session history
  • Moved dialog select keybind to input for better user experience
  • Upgraded to Bun 1.3.1 for improved performance and stability

v1.0.14

Compare Source

v1.0.13

Compare Source

  • Added back child session cycle functionality
  • Fixed file path handling when pasting images with spaces in filename
  • Added /timeline command to quickly navigate to specific messages in session history

v1.0.12

Compare Source

  • Fixed duplicate plugin subscriptions
  • Fixed typos in documentation and code comments
  • Added nightowl theme back after opentui release

v1.0.11

Compare Source

  • Fixed dialog functionality
  • Prevented default Enter key behavior when selecting dialog options to avoid conflicts
  • Upgraded to opentui 0.1.32, activating kitty keyboard

v1.0.10

Compare Source

  • Added light mode support to the TUI interface
  • Updated keybinds documentation with current defaults and removed deprecated bindings

v1.0.9

Compare Source

  • Added /exit command to TUI with aliases /quit and /q to exit the application
  • Added command aliases for existing TUI commands: /summarize for /compact, /clear for /new, and /resume//continue for /session
  • Enhanced autocomplete functionality to support command aliases in the TUI

v1.0.8

Compare Source

  • Changed delete keybind to Ctrl+D in session list dialog
  • Fixed modified files being empty
  • Added ability to remember sidebar position
  • Added --prompt option to TUI
  • Added formatter status display to TUI status dialog
  • Ensured wl-copy is available
  • Fixed TUI clipboard copy errors handling
  • Added toast notification for /share URL copy
  • Made /init a default slash command on server side
  • Fixed /editor command in TUI

v1.0.7

Compare Source

  • Tab to accept autocomplete in TUI
  • Fixed prompt text aggregation to exclude synthetic content

v1.0.6

Compare Source

  • Prevented clipboard operations from throwing errors on process exit

v1.0.5

Compare Source

  • Added keyboard shortcuts to cycle through recently used models (F2 to cycle forward, Shift+F2 to cycle backward)
  • Improved keyboard navigation and MCP server status display

v1.0.4

Compare Source

  • Revert "opentui: fix: Make worker.ts path independent from cwd (#​3600)"

v1.0.3

Compare Source

  • Added session rename functionality with /rename command
  • Fixed worker.ts path dependency on current working directory
  • Fixed grep failing when pattern started with a dash
  • Simplified theme selection API by renaming setSelectedTheme to set
  • Added theme support in config
  • Removed conflicting "-h" aliases in TUI spawn and thread commands
  • Fixed unsupported option error
  • Added /editor command to autocomplete for opening external editor
  • Added /theme command
  • Reverted flags & docs matching fix
  • Allowed Ctrl+D to exit the app
  • Improved error boundary with button to easily create GitHub issue

v1.0.2

Compare Source

  • Added tab key support for selecting autocomplete options in the TUI
  • Improved autocomplete component styling with better text wrapping and layout
  • Removed debug console.log statement from theme context

v1.0.1

Compare Source

  • Added persistent key-value storage for user preferences in TUI
  • Added /session command to list available sessions in TUI

v1.0.0

Compare 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

$ opencode upgrade 1.0.0

To downgrade back to 0.x, run

$ opencode upgrade 0.15.31

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 system theme has not yet been ported and custom themes aren't loaded yet but both of these will be fixed this week.

Keybinds renamed
  • messages_revert -> messages_undo
  • switch_agent -> agent_cycle
  • switch_agent_reverse -> agent_cycle_reverse
  • switch_mode -> agent_cycle
  • switch_mode_reverse -> agent_cycle_reverse
Keybinds removed
  • messages_layout_toggle
  • messages_next
  • messages_previous
  • file_diff_toggle
  • file_search
  • file_close
  • file_list
  • app_help
  • project_init
  • tool_details
  • thinking_blocks

v0.15.31

Compare Source

  • Fixed crash caused by missing @​opencode-ai/plugin dependency
  • Filtered out deprecated models from model selection
  • Normalized Unix-like identifiers to support Git Bash for Windows

v0.15.30

Compare Source

  • Fixed bash permission handling for more accurate command pattern matching
  • Fixed application hanging after exit, improving shutdown reliability
  • Added optional headers field to model configuration for enhanced API customization
  • Fixed hanging permission prompts in headless mode, enabling better automation support
  • Improved Deno LSP server detection and configuration for better TypeScript/JavaScript support
  • Enhanced frontmatter error messages for clearer configuration file troubleshooting

v0.15.29

Compare Source

  • Added optional timeout field to MCP config to allow users to use slow responding servers
  • Added doom loop detection
  • Added positional argument support to slash commands

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.


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

This PR has been generated by Renovate Bot.

@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.0 ) feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.2 ) Oct 31, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/major-mise branch 2 times, most recently from ac326aa to cdf2276 Compare October 31, 2025 23:08
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.2 ) feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.4 ) Oct 31, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.4 ) feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.7 ) Nov 1, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.7 ) feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.8 ) Nov 1, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.8 ) feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.9 ) Nov 1, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.9 ) feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.10 ) Nov 1, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.10 ) feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.11 ) Nov 2, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.11 ) feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.12 ) Nov 2, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.12 ) feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.14 ) Nov 3, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.14 ) feat(deps)!: Update dependency aqua:sst/opencode ( 0.15.28 ➔ 1.0.15 ) Nov 3, 2025
@binaryn3xus binaryn3xus merged commit 5c043b4 into main Nov 3, 2025
9 checks passed
@binaryn3xus binaryn3xus deleted the renovate/major-mise branch November 3, 2025 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant