summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2026-02-05chore: generateopencode-agent[bot]
2026-02-05docs: websearch tool (#12359)Ariane Emory
2026-02-05fix(app): make close comment button visible in prompt input (#12349)Alex Yaroshuk
2026-02-05tweak: move codex 5.3 model definition to the plugin so that models.dev ↵Aiden Cline
doesnt have to show unsupported model for others (#12344)
2026-02-05fix(app): hide prompt input when there are perms or questions (#12339)Adam
2026-02-05fix(app): more terminal stability fixesAdam
2026-02-05fix(app): modified file color contrastAdam
2026-02-05fix(ui): toast overflowAdam
2026-02-05chore: generateopencode-agent[bot]
2026-02-05feat(app): open in <app> button (#12322)Adam
2026-02-05fix(app): allow toggling file tree closed independently (#12293)Adam
2026-02-05feat(desktop): Stop Showing SessionSkeleton on New Workspace (#12209)Daniel Polito
2026-02-05feat(desktop): Set Workspace Name Earlier to Improve Creation / Deletion ↵Daniel Polito
(#12213)
2026-02-05feat(acp): add session usage (#12299)Steffen Deusch
Co-authored-by: Aiden Cline <[email protected]>
2026-02-05tweak: update transforms for gpt-5.3 (#12325)Aiden Cline
2026-02-05release: v1.1.52opencode
2026-02-05enable 5.3 codexDax Raad
2026-02-05feat(tui): add running spinner to bash tool in TUI (#12317)Goni Zahavy
2026-02-05zen: opus 4.6Frank
2026-02-05core: silently ignore proxy command failures to prevent config ↵Dax Raad
initialization crashes
2026-02-05fix: ensure that github copilot plugin properly sets headers when used in ↵Aiden Cline
other clients than tui (#12316)
2026-02-05core: bundle GitLab auth plugin directly instead of dynamic installDax Raad
Remove dynamic installation of built-in plugins. GitLab auth is now imported directly as an internal plugin, eliminating network requests during startup and simplifying the plugin loading logic. Removes the need for test mocks since plugins are no longer dynamically installed at runtime.
2026-02-05ci: ensure config test waits for dependencies to complete installationDax Raad
2026-02-05core: fix plugin installation to use direct package.json manipulation ↵Dax Raad
instead of bun add This ensures plugins install more reliably by writing dependencies directly to package.json rather than relying on bun add commands which can fail in certain environments. Also adds a small delay to ensure filesystem operations complete before proceeding.
2026-02-05chore: cleanupAdam
2026-02-05fix(app): file changes not always availableAdam
2026-02-05fix(app): file tree out of syncAdam
2026-02-05fix(app): copy buttons smaller and out of the wayAdam
2026-02-05feat(i18n): add Bosnian locale (#12283)Edin
2026-02-05fix(app): terminal URL issuesAdam
2026-02-05chore: cleanupAdam
2026-02-05app: remove extra x padding around prompt input on mobileBrendan Allan
2026-02-05fix(opencode): Fixes image reading with OpenAI-compatible providers like ↵Zhiming Guo
Kimi K2.5. (#11323) Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2026-02-05fix: downgrade xai ai-sdk package due to errors (#12251)Aiden Cline
2026-02-05Revert: feat: add models.dev schema ref for model autocomplete in ope… ↵Aiden Cline
(#12242)
2026-02-05chore: generateopencode-agent[bot]
2026-02-05feat: add models.dev schema ref for model autocomplete in opencode.json (#12112)Tommy D. Rossi
2026-02-05tweak: adjust task tool description/input to alleviate tool call failures ↵Aiden Cline
that sometimes occured w/ gpt models (#12214)
2026-02-05fix: wait for dependencies before loading custom tools and plugins (#12227)Dax
2026-02-04wip: zenFrank
2026-02-04zen: set session affinity headerFrank
2026-02-04fix(app): refresh workspace sessions on project switch (#12189)Filip
2026-02-05chore: generateopencode-agent[bot]
2026-02-04feat: Allow the function to hide or show thinking blocks to be bound to a ↵Ariane Emory
key (resolves #12168) (#12171)
2026-02-04fix(tui): add hover states to question tool tabs (#12203)Maharshi Patel
2026-02-04fix(app): terminal urlAdam
2026-02-04fix(core): skip dependency install in read-only config dirs (#12128)Shantur Rathore
2026-02-04fix(app): terminal EOL issuesAdam
2026-02-04fix(desktop): Refresh file contents when changing workspaces to not have ↵Parker Smith
stale contents (#11728)
2026-02-04fix(app): derive terminal WebSocket URL from browser origin instead o… ↵Dave Dennis
(#12178)