Releases: sst/opencode
Releases · sst/opencode
v1.0.207
v1.0.206
v1.0.205
- Thinking & tool call visibility settings for
/copyand/export(@rektide) - Add bash shell completions (@scarf005)
- Fix stats command to correctly handle
--days 0for current day statistics (@processtrader) - Fix: search all recent models instead of only top 5 in TUI /models command
- Allow line numbers and ranges in autocomplete (@ewired)
- Themes
- Fix copy/paste in terminal
- Fix: drag file over entire body to attach
- Fix: handle non-text response parts in GitHub action (@elithrar)
Thank you to 7 community contributors:
- @ewired:
- Allow line numbers and ranges in autocomplete (#4238)
- @panta82:
- docs: add opencode-notificator to ecosystem plugins list (#6269)
- @processtrader:
- fix: stats command to correctly handle
--days 0for current day statistics (#6259)
- fix: stats command to correctly handle
- @Nindaleth:
- docs: document attach command (#6254)
- @scarf005:
- feat: add bash shell completions (#6239)
- @rektide:
- Thinking & tool call visibility settings for
/copyand/export(#6243)
- Thinking & tool call visibility settings for
- @elithrar:
- fix: handle non-text response parts in GitHub action (#6173)
v1.0.204
- Added path traversal protection to File.read and File.list (#5985)
- Added ability to disable spinner animation (#6084)
- Added shfmt formatter for shell scripts (#6204)
- Added configurable compaction settings to allow users to disable auto-compaction and pruning via config instead of flags
- Fixed compact command after revert now properly cleans up revert state (#6235)
- Fixed compaction config checks to properly respect user settings
- Fixed
opencode webbaseURL error (#6181) - Fixed upgrade command to use gh releases page if not npm/bun/pnpm install method
- Fixed mdns global config
- Reapplied optional mdns service
- Updated transform for gemini models so that topP and topK match gemini-cli values
- Only show diagnostics block when errors exist (#6175)
- Added MCP UI (#6162)
- Added permissions
- Fixed prompt input fixes, directory and branch in status bar
- Handle more errors
- Added support for issues and workflow_dispatch events (#6157)
Thank you to 9 community contributors:
- @JackNorris:
- fix: only show diagnostics block when errors exist (#6175)
- @didier-durand:
- @dbpolito:
- Desktop: MCP UI (#6162)
- @robertocarvajal:
- fix(dep): Update package.json - fix perplexity provider version (#6199)
- @anntnzrb:
- @rgodha24:
- fix:
opencode webbaseURL error (#6181)
- fix:
- @elithrar:
- github: support issues and workflow_dispatch events (#6157)
- @ochsec:
- fix: compact command after revert now properly cleans up revert state (#6235)
- @edlsh:
- feat: add path traversal protection to File.read and File.list (#5985)
v1.0.203
- Make JDTLS use the correct config directory on Windows (@apersomany)
- Added Haskell LSP support (@amerocu)
Thank you to 2 community contributors:
- @amerocu:
- feat: haskell lsp support (#6141)
- @apersomany:
- fix(lsp): make JDTLS use the correct config directory on Windows (#6121)
v1.0.202
v1.0.201
v1.0.200
v1.0.199
- Fixed server connection failure display
- Fixed Content-Type headers for static assets on app.opencode.ai (@sourman)
- Disabled tips display in home route
Thank you to 3 community contributors:
- @robbtolli:
- docs: Corrected the number of built-in subagents in documentation (#6133)
- @connorads:
- docs: update skills to use canonical
~/.config/opencodelocation (#6132)
- docs: update skills to use canonical
- @sourman:
- fix: correct Content-Type headers for static assets on app.opencode.ai (#6113)