summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-12-05chore: regen sdkGitHub Action
2025-12-05ci: regen sdk instead of failing testsAiden Cline
2025-12-05chore: format codeGitHub Action
2025-12-05feat: add optional scrollbar to the session chat (#5116)franlol
Co-authored-by: Sebastian <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-12-05release: v1.0.134opencode
2025-12-05Update Nix flake.lock and hashesGithub Action
2025-12-05OpenCode Desktop app (#5044)Brendan Allan
Co-authored-by: Adam <[email protected]>
2025-12-05tweak: bash tool improve output metadata for agent consumption, fix small ↵Shantur Rathore
timeout issue (#5131)
2025-12-05feat: add max steps for supervisor and sub-agents (#4062)Nathan Thomas
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-12-05fix(desktop): terminal cursor positionAdam
2025-12-05fix(desktop): promptingAdam
2025-12-05ignore: regen sdkAiden Cline
2025-12-05add experimental.open_telemetry config option to enable OTEL spans (#4978)Noam Bressler
Co-authored-by: noamzbr <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-12-05fix(desktop): clone pty session on reconnectAdam
2025-12-05fix(desktop): new session not selecting tabAdam
2025-12-05feat(theme): Vercel (#5119)Anthony Shew
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-12-05fix: #5064 ProviderInitError github-copilot-enterprise (#5123)Julian Visser
2025-12-05do not use required pty for local devDax Raad
2025-12-05Zen: add codex maxFrank
2025-12-05ignore: update download stats 2025-12-05GitHub Action
2025-12-05ignore: tweakAiden Cline
2025-12-05fix: ensure projects that go from having no commits to having commits have ↵Aiden Cline
sessions migrated (#5105) Co-authored-by: GitHub Action <[email protected]>
2025-12-05ci: keybindsAiden Cline
2025-12-05tui: wrap dialog option descriptions (#5083)ry2009
2025-12-05ignore: cmd tweakAiden Cline
2025-12-05chore: format codeGitHub Action
2025-12-04ignore: rm slop commnand (only for opencode repo this isnt shipping)Aiden Cline
2025-12-04fix: ensure that vcs is still set to git even if no commits in repoAiden Cline
2025-12-04ci: reviewAiden Cline
2025-12-04increase default scroll speedDax Raad
2025-12-04fixDax Raad
2025-12-04fix pty buildsDax Raad
2025-12-04fix: add getModel to SAP AI Core provider for correct SDK initialization (#5086)Jérôme Benoit
Signed-off-by: Jérôme Benoit <[email protected]>
2025-12-04docs: llama.cpp docs: `limit` moved under model (#5089)opencode-agent[bot]
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <[email protected]>
2025-12-04ignore: fix provider credentials query for BYOKDax Raad
Provider credentials field was being selected from ProviderTable even when the table wasn't joined (when byokProvider was undefined). Now the join is conditional - when byokProvider exists, we join and get the credentials; when it doesn't, the join condition is always false so provider remains null.
2025-12-04zen: fix byokFrank
2025-12-05Update Nix flake.lock and hashesGithub Action
2025-12-05chore: format codeGitHub Action
2025-12-04Reapply "feat(desktop): terminal pane (#5081)"Adam
This reverts commit f9dcd979364acc5172fd0044c1c8b04dcaec9229.
2025-12-04Update Nix flake.lock and hashesGithub Action
2025-12-04release: v1.0.133opencode
2025-12-04Revert "feat(desktop): terminal pane (#5081)"Aiden Cline
This reverts commit d763c11a6d5bc57869f11c87f5a293f61e427e0a.
2025-12-04feat(desktop): terminal pane (#5081)Adam
Co-authored-by: Github Action <[email protected]> Co-authored-by: Dax Raad <[email protected]>
2025-12-04core: add test for custom model npm package inheritanceDax Raad
2025-12-04tweak: bash tool description re commit stuffAiden Cline
2025-12-04docs: add CodeCompanion.nvim integration instructions (#5079)Cason Adams
2025-12-04core: ensure model npm package falls back to dev models config when not ↵Dax Raad
explicitly defined
2025-12-04feat: Add SAP AI Core provider support (#5023)Jérôme Benoit
Signed-off-by: Jérôme Benoit <[email protected]>
2025-12-04bump: builtin plugin versionsAiden Cline
2025-12-04add optional prompt Input to Github Action (#4828)Daniel Polito
Co-authored-by: Github Action <[email protected]> Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>