summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2026-02-12zen: minimax m2.5Frank
2026-02-12fix(app): more defensive code componentAdam
2026-02-12fix(app): more defensive session context metricsAdam
2026-02-12chore: refactor packages/app files (#13236)Adam
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: Frank <[email protected]>
2026-02-12core: expose tool arguments in shell hook for plugin visibilityDax Raad
2026-02-12wip: zenFrank
2026-02-12chore: generateopencode-agent[bot]
2026-02-12release: v1.1.61opencode
2026-02-12core: allow model configurations without npm/api provider detailsDax Raad
Makes npm and api fields optional in the provider schema so model definitions can be more flexible when provider package details aren't needed.
2026-02-12wip: zenFrank
2026-02-12wip(ui): diff virtualization (#12693)Adam
2026-02-12chore: style loading screenAdam
2026-02-12desktop: sqlite migration progress bar (#13294)Brendan Allan
2026-02-12tweak: tool outputs to be more llm friendly (#13269)Aiden Cline
2026-02-12zen: return costFrank
2026-02-12release: v1.1.60opencode
2026-02-12fix(win32): use ffi to get around bun raw input/ctrl+c issues (#13052)Luke Parker
2026-02-12chore: generateopencode-agent[bot]
2026-02-12feat: support claude agent SDK-style structured outputs in the OpenCode SDK ↵Kyle Mistele
(#8161) Co-authored-by: Claude Opus 4.5 <[email protected]> Co-authored-by: Dax Raad <[email protected]>
2026-02-12chore: generateopencode-agent[bot]
2026-02-11support custom api url per modelDax Raad
2026-02-12feat(tui): add toggle to hide session header (#13244)Kit Langton
2026-02-11feat(opencode): Venice Add automatic variant generation for Venice models ↵dpuyosa
(#12106)
2026-02-12fix(app): guard randomUUID in insecure browser contexts (#13237)Adam
Co-authored-by: Selim <[email protected]>
2026-02-11fix(docs): locale translations for nav elements and headingsAdam
2026-02-11docs(ar): second-pass localization cleanupAdam
2026-02-12tweak: use promise all for mcp listTools calls (#13229)Aiden Cline
2026-02-12upgrade opentui to 0.1.79 (#13036)Sebastian
2026-02-11tweak: compaction check (#13214)Aiden Cline
2026-02-11tweak: make read tool offset 1 indexed instead of 0 to avoid confusion that ↵Aiden Cline
could be caused by line #s being 1 based (#13198)
2026-02-11feat: adjust read tool so that it can handle dirs too (#13090)Aiden Cline
2026-02-11add square logo variants to brand pageDax Raad
2026-02-11fix(app): translationsAdam
2026-02-11chore: generateopencode-agent[bot]
2026-02-11fix(app):workspace reset (#13170)Filip
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-02-11chore: generateopencode-agent[bot]
2026-02-11release: v1.1.59opencode
2026-02-11fix(app): translationsAdam
2026-02-11Fix/reverception (#13166)Filip
Co-authored-by: Adam <[email protected]>
2026-02-11test(app): more e2e tests (#13162)Adam
2026-02-11fix(app): sidebar remountAdam
2026-02-11release: v1.1.58opencode
2026-02-11Revert "feat(desktop): add WSL backend mode (#12914)"Adam
This reverts commit 213a87234dd7579873787070e5f8ad98eb88bce8.
2026-02-11fix(app): notifications on child sessionsAdam
2026-02-11fix(app): terminal PTY buffer carryoverAdam
2026-02-11fix(console): translationsAdam
2026-02-11fix(app): terminal resizeAdam
2026-02-11fix(tui): dismiss dialogs with ctrl+c (#12884)Kit Langton
2026-02-11fix(tui): keep /share available to copy existing link (#12532)Kit Langton
2026-02-11feat(prompt): mode-specific input placeholders (#12388)Kit Langton