Commit Graph

4771 Commits

Author SHA1 Message Date
Frank 816759d16f zen: fix chart loading 2025-12-03 22:41:31 -05:00
opencode 9904a8cebf release: v1.0.130
Update Nix Hashes / update (push) Has been cancelled
v1.0.130
2025-12-04 03:38:18 +00:00
Jakub Matjanowski 73c6b95c7d feat: Enhance DeepSeek reasoning content handling (#4975)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-03 21:31:36 -06:00
Jack Bisceglia d1ca2f826b docs: remove outdated theme section as system theme is now added back (#5041) 2025-12-03 21:10:26 -06:00
Aiden Cline d88fb2084a ci: add note about iife 2025-12-03 21:08:12 -06:00
Aiden Cline f3f7cb29eb fix: provider id issue 2025-12-03 20:45:55 -06:00
Aiden Cline ac54645dc1 fix: compaction type issue 2025-12-03 20:43:47 -06:00
Aiden Cline 8d83815413 fix: dax typo 2025-12-03 20:39:11 -06:00
Github Action ff94aeff29 Update Nix flake.lock and hashes 2025-12-04 02:34:26 +00:00
Aiden Cline 4bc9e710d1 bump opentui 2025-12-03 20:33:08 -06:00
Dax 85d8825cb1 core: refactor provider and model system (#5033)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: thdxr <thdxr@users.noreply.github.com>
2025-12-03 21:09:03 -05:00
Dax Raad 5c0dccdc6c core: add provider test coverage for upcoming refactor
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-03 18:30:42 -05:00
Frank 8123f8a8c8 zen: fix chart loading
closes #5030
2025-12-03 18:12:28 -05:00
Aiden Cline f49a17bcb1 ci: review tweak 2025-12-03 16:16:08 -06:00
Ariane Emory 154c57fe9d feat: add tool_details keybind w/ no default (#4976)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-03 13:38:09 -06:00
Aiden Cline 541bf2d5c1 ci: review ready for review action 2025-12-03 13:35:49 -06:00
Aiden Cline 8ed97ed480 ci: tweak review cmd 2025-12-03 13:34:45 -06:00
Frank 6fcd9aed2f zen: usage graph respect light/dark mode 2025-12-03 14:24:44 -05:00
Aiden Cline 6e46bb8c09 ci: make review only fire on non draft pr creation 2025-12-03 13:10:40 -06:00
Aiden Cline b905cf202c ci: add pr review 2025-12-03 12:45:06 -06:00
Ariane Emory 77df6c2ba1 feat: add messages_last_user command to scroll TUI to last user message (implements #4847) (#4855)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-03 12:30:11 -06:00
Luke Parker c7102d9cee fix: bunfs path on windows (#5011) 2025-12-03 11:21:13 -06:00
Spoon e4f11b6f5b feat: experimental.primary_tools, allow user to set the tools that should only be available to primary agents (#4913)
Co-authored-by: GitHub Action <action@github.com>
2025-12-03 11:19:43 -06:00
Aiden Cline 388c5b69ae add retry case for grok resource exhausted 2025-12-03 11:16:27 -06:00
GitHub Action cbaafbc0af chore: format code 2025-12-03 16:47:25 +00:00
Aiden Cline fec666e641 ignore: docs & style 2025-12-03 10:46:48 -06:00
GitHub Action 9198a06737 ignore: update download stats 2025-12-03 2025-12-03 12:04:36 +00:00
opencode d09ef88fd4 release: v1.0.129
Update Nix Hashes / update (push) Has been cancelled
v1.0.129
2025-12-03 11:39:04 +00:00
Aiden Cline 25a4a855e3 core: fix GitHub Copilot Enterprise authentication failing with sdk.chat undefined error 2025-12-02 23:37:10 -06:00
Jason Cheatham 8db84c3116 tweak: adjust light/dark theme toggle (#5007) 2025-12-02 23:03:24 -06:00
Ben Vargas 2d54f98afa fix: correct Provider type in chat.params plugin hook (#5003) 2025-12-02 22:50:21 -06:00
Jason Cheatham 0abc227805 fix: handle 0 in ANSI theme color definitions (#5009) 2025-12-02 22:42:30 -06:00
Frank 627a147f7f zen: fix removing provider 2025-12-02 21:52:12 -05:00
Github Action 7617ed5a9f Update Nix flake.lock and hashes 2025-12-03 02:17:49 +00:00
Sebastian Herrlinger a08f50b1a4 actually bump opentui to v0.1.55
- 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-03 03:16:32 +01:00
Sebastian Herrlinger 7e045fecde Revert "bump opentui to v0.1.55"
This reverts commit e5d19f0c3f.
2025-12-03 03:14:08 +01:00
Github Action 77ce9aef61 Update Nix flake.lock and hashes 2025-12-03 02:06:35 +00:00
Sebastian Herrlinger e5d19f0c3f bump opentui to v0.1.55
- 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-03 03:03:52 +01:00
Aiden Cline 0816f83cbb add basic session list command 2025-12-02 19:24:05 -06:00
Aiden Cline 8993f76967 Make homebrew update check use homebrew registry version info 2025-12-02 17:43:33 -06:00
Frank a432fd69f7 wip: zen 2025-12-02 18:36:15 -05:00
Dalton Alexandre 6005e75549 fix: allow unignoring files in .ignore (#4814) 2025-12-02 17:15:12 -06:00
Jay V e8bb7265c0 ignore: commands 2025-12-02 18:09:16 -05:00
Jay V 95e9c6b26e docs: replace deprecated opencode auth login command with /connect across 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-02 18:08:39 -05:00
Aiden Cline 7d654d7cc7 tweak: make message border match color of agent it was sent to 2025-12-02 16:59:31 -06:00
Aiden Cline 803af16bb7 bump default lsp server timeout 2025-12-02 16:04:08 -06:00
Adam c5c7014b72 fix: session turn margins 2025-12-02 15:50:24 -06:00
Jaga Santagostino 5269630b6e toggle to hide username in TUI (#4750)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-02 15:11:03 -06:00
GitHub Action e1fa68c89a chore: format code 2025-12-02 20:28:17 +00:00
Aiden Cline 65c7ac5dcd ci: dont forget our european designer 2025-12-02 14:27:41 -06:00