summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2025-12-02fix: handle `0` in ANSI theme color definitions (#5009)Jason Cheatham
2025-12-02zen: fix removing providerFrank
2025-12-03Update Nix flake.lock and hashesGithub Action
2025-12-03actually bump opentui to v0.1.55Sebastian Herrlinger
- fix scrollbox empty/blank last items at bottom - fix should not insert chars with modifiers in input/textarea anymore - do not wrap OSC4 palette sequences for tmux 3.6
2025-12-03Revert "bump opentui to v0.1.55"Sebastian Herrlinger
This reverts commit 80636fec4383ad08b1dac1b617333e8c196c1d81.
2025-12-03Update Nix flake.lock and hashesGithub Action
2025-12-03bump opentui to v0.1.55Sebastian Herrlinger
- fix scrollbox empty/blank last items at bottom - fix should not insert chars with modifiers in input/textarea anymore - do not wrap OSC4 palette sequences for tmux 3.6
2025-12-02add basic session list commandAiden Cline
2025-12-02Make homebrew update check use homebrew registry version infoAiden Cline
2025-12-02wip: zenFrank
2025-12-02fix: allow unignoring files in .ignore (#4814)Dalton Alexandre
2025-12-02ignore: commandsJay V
2025-12-02docs: replace deprecated opencode auth login command with /connect across ↵Jay V
all documentation Users no longer need to exit the TUI to add providers - they can now use the /connect command directly in the terminal interface. Updated all provider setup instructions to use simplified format with /connect command instead of the deprecated opencode auth login CLI command. Added /connect to TUI commands reference and streamlined provider documentation to show clearer, more concise setup steps.
2025-12-02tweak: make message border match color of agent it was sent toAiden Cline
2025-12-02bump default lsp server timeoutAiden Cline
2025-12-02fix: session turn marginsAdam
2025-12-02toggle to hide username in TUI (#4750)Jaga Santagostino
Co-authored-by: Aiden Cline <[email protected]>
2025-12-02chore: format codeGitHub Action
2025-12-02ci: dont forget our european designerAiden Cline
2025-12-02add OPENCODE_EXPERIMENTAL_DISABLE_COPY_ON_SELECT (#4996)opencode-agent[bot]
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-12-02release: v1.0.128opencode
2025-12-02chore: format codeGitHub Action
2025-12-02zen: data dumperFrank
2025-12-02chore: remove comment (redeploy)Adam
2025-12-02fix: vite configAdam
2025-12-02fix(run): allow messages to start with dash (-) (#4904)U Cirello
2025-12-02tweak: hide [REDACTED] chunksAiden Cline
2025-12-02chore: update landing page statsAdam
2025-12-02chore: update landing page statsAdam
2025-12-02chore: format codeGitHub Action