summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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>
2025-12-04tui: fix /new slash command being persisted in prompt inputAiden Cline
2025-12-04tweak: bash tool messages regarding timeouts and truncation more clear for ↵Shantur Rathore
agent (#5066)
2025-12-04fix: model not being passed correctly to toolAiden Cline
2025-12-04Preserve prompt input when creating new session (#4993)Daniel Gray
2025-12-04fix(tui): cursor colorAdam
2025-12-04ignore: update download stats 2025-12-04GitHub Action
2025-12-04ci: cleanerAiden Cline
2025-12-04ci: only maintainer can triggerAiden Cline
2025-12-03zen: make session provider stickyFrank
2025-12-03ci: use blacksmith runners in review workflow too (#5042)wsx99outlook
2025-12-04chore: format codeGitHub Action
2025-12-03fix: ensure checkUpgrade sets `init:` (#5040)YeonGyu-Kim
2025-12-04release: v1.0.132opencode
2025-12-04chore: format codeGitHub Action
2025-12-03fix anthropic api key errorDax Raad
2025-12-04release: v1.0.131opencode
2025-12-03fix: TypeError: undefined is not an objectAiden Cline
2025-12-04chore: format codeGitHub Action
2025-12-03zen: fix chart loadingFrank
2025-12-04release: v1.0.130opencode
2025-12-03feat: Enhance DeepSeek reasoning content handling (#4975)Jakub Matjanowski
Co-authored-by: Aiden Cline <[email protected]>
2025-12-03docs: remove outdated theme section as system theme is now added back (#5041)Jack Bisceglia
2025-12-03ci: add note about iifeAiden Cline
2025-12-03fix: provider id issueAiden Cline
2025-12-03fix: compaction type issueAiden Cline
2025-12-03fix: dax typoAiden Cline
2025-12-04Update Nix flake.lock and hashesGithub Action
2025-12-03bump opentuiAiden Cline
2025-12-03core: refactor provider and model system (#5033)Dax
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: thdxr <[email protected]>
2025-12-03core: add provider test coverage for upcoming refactorDax Raad
Add comprehensive test suite for Provider module to ensure safe refactoring of provider internals. Tests cover: - Provider loading from env vars and config - Provider filtering (disabled_providers, enabled_providers) - Model whitelist/blacklist - Model aliasing and custom providers - getModel, getProvider, closest, defaultModel functions Also adds Env module for instance-scoped environment variable access, enabling isolated test environments without global state pollution.
2025-12-03zen: fix chart loadingFrank
closes #5030
2025-12-03ci: review tweakAiden Cline
2025-12-03feat: add tool_details keybind w/ no default (#4976)Ariane Emory
Co-authored-by: Aiden Cline <[email protected]>
2025-12-03ci: review ready for review actionAiden Cline
2025-12-03ci: tweak review cmdAiden Cline
2025-12-03zen: usage graph respect light/dark modeFrank
2025-12-03ci: make review only fire on non draft pr creationAiden Cline
2025-12-03ci: add pr reviewAiden Cline
2025-12-03feat: add messages_last_user command to scroll TUI to last user message ↵Ariane Emory
(implements #4847) (#4855) Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2025-12-03fix: bunfs path on windows (#5011)Luke Parker
2025-12-03feat: experimental.primary_tools, allow user to set the tools that should ↵Spoon
only be available to primary agents (#4913) Co-authored-by: GitHub Action <[email protected]>
2025-12-03add retry case for grok resource exhaustedAiden Cline
2025-12-03chore: format codeGitHub Action
2025-12-03ignore: docs & styleAiden Cline
2025-12-03ignore: update download stats 2025-12-03GitHub Action
2025-12-03release: v1.0.129opencode
2025-12-02core: fix GitHub Copilot Enterprise authentication failing with sdk.chat ↵Aiden Cline
undefined error
2025-12-02tweak: adjust light/dark theme toggle (#5007)Jason Cheatham
2025-12-02fix: correct Provider type in chat.params plugin hook (#5003)Ben Vargas