Core
- Support Claude agent SDK-style structured outputs in the OpenCode SDK (@K-Mistele)
- Support custom API URL per model
- Add automatic variant generation for Venice models (@dpuyosa)
- Use Promise.all for MCP listTools calls to improve performance
- Upgrade OpenTUI to version 0.1.79
- Improve compaction check logic
- Make read tool offset 1-indexed to match line numbers and avoid confusion
- Add directory reading capability to the read tool
TUI
- Use FFI to resolve Windows raw input and Ctrl+C handling issues (@Hona)
- Add toggle to hide session header in TUI (@kitlangton)
Desktop
- Guard randomUUID in insecure browser contexts
- Workspace reset functionality fixed (@neriousy)
Thank you to 6 community contributors:
- @neriousy:
- fix(app):workspace reset (#13170)
- @github-actions[bot]:
- Update VOUCHED list
- @dpuyosa:
- feat(opencode): Venice Add automatic variant generation for Venice models (#12106)
- @kitlangton:
- feat(tui): add toggle to hide session header (#13244)
- @K-Mistele:
- feat: support claude agent SDK-style structured outputs in the OpenCode SDK (#8161)
- @Hona:
- fix(win32): use ffi to get around bun raw input/ctrl+c issues (#13052)