Commit Graph

531 Commits (provider-cleanup)

Author SHA1 Message Date
Dax Raad 3bedf95e12 sync 2025-12-03 21:07:18 -05:00
Dax Raad 42aadadf7a regen sdk 2025-12-03 19:31:02 -05:00
Dax Raad 2dbb029472 sync 2025-12-03 18:33:02 -05:00
Dax Raad 48cf07d32a core: refactor model ID system to use target field for provider calls
Changed model identification from using model.id to model.target when calling providers, allowing users to specify alternate model IDs while maintaining internal references. This enables more flexible provider configurations and better model mapping.
2025-12-03 18:33:02 -05:00
Ariane Emory c00d4885c6
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
Ariane Emory 921b98066d
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
Spoon 0bccd1d578
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
GitHub Action 0eb97086fc chore: format code 2025-12-03 16:47:25 +00:00
opencode 23ff6dbba4 release: v1.0.129 2025-12-03 11:39:04 +00:00
Frank 28c802f399 wip: zen 2025-12-02 18:36:15 -05:00
Jaga Santagostino f17e1def32
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 3183e8b7d4 chore: format code 2025-12-02 20:28:17 +00:00
opencode 4ee4f7bcb3 release: v1.0.128 2025-12-02 20:14:22 +00:00
GitHub Action da7ecda9ea chore: format code 2025-12-02 19:52:47 +00:00
Frank 1f11d4fb1a zen: data dumper 2025-12-02 14:51:27 -05:00
GitHub Action cae23cde09 chore: format code 2025-12-02 16:45:56 +00:00
opencode 785d0b60b6 release: v1.0.127 2025-12-02 16:05:59 +00:00
GitHub Action 540407e193 chore: format code 2025-12-01 19:03:13 +00:00
opencode 729a6eda23 release: v1.0.126 2025-12-01 19:00:00 +00:00
GitHub Action e7d45ca617 chore: format code 2025-12-01 14:43:23 +00:00
opencode c0fc02769b release: v1.0.125 2025-12-01 14:23:35 +00:00
GitHub Action eeb0d2b8e0 chore: format code 2025-12-01 13:27:29 +00:00
opencode 4eb4d97d51 release: v1.0.124 2025-12-01 09:20:29 +00:00
GitHub Action 560a610384 chore: format code 2025-12-01 02:53:41 +00:00
opencode 5b92d49be7 release: v1.0.123 2025-12-01 01:07:50 +00:00
Aiden Cline 6e2379a28c get codex working in copilot (#4914)
Co-authored-by: OpeOginni <107570612+OpeOginni@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
2025-11-29 21:47:29 -06:00
opencode 262fa184fd release: v1.0.122 2025-11-30 00:35:34 +00:00
GitHub Action 7e6b7314f4 chore: format code 2025-11-29 21:41:00 +00:00
opencode 012aa67e42 release: v1.0.121 2025-11-29 21:30:38 +00:00
GitHub Action b693ed0dbd chore: format code 2025-11-29 02:44:40 +00:00
opencode 52716db649 release: v1.0.120 2025-11-29 02:34:23 +00:00
GitHub Action d6ef47bb2d chore: format code 2025-11-27 11:06:46 +00:00
opencode aef6904247 release: v1.0.119 2025-11-27 03:15:40 +00:00
GitHub Action c90987c4b0 chore: format code 2025-11-27 03:08:33 +00:00
opencode 427887db9c release: v1.0.118 2025-11-27 02:43:07 +00:00
GitHub Action 04b6e72820 chore: format code 2025-11-27 01:32:04 +00:00
opencode 6a9856d480 release: v1.0.117 2025-11-27 01:29:00 +00:00
Aiden Cline 99d7ff47c4
enable parcel file watcher, expand parcel ignore patterns, replace fs watcher for git branches with parcel (#4805) 2025-11-26 17:33:43 -06:00
Dax Raad 98031173b6 lil branch refactor 2025-11-26 12:34:48 -05:00
GitHub Action e8e474597c chore: format code 2025-11-26 17:26:46 +00:00
opencode c33920f59d release: v1.0.115 2025-11-26 16:57:35 +00:00
opencode-agent[bot] df9952c291
Renamed vcs.changed to vcs.branch.updated (#4771)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2025-11-26 01:17:59 -06:00
Aiden Cline ec8f2e078e Remove keybinds from favorites feature, keep functionality 2025-11-26 00:45:33 -06:00
shuv 335f46122b
Add favorites to model selector (#23) (#4343)
Co-authored-by: Github Action <action@github.com>
2025-11-26 00:41:41 -06:00
Ariane Emory 57644a4be8
feat: add a diff_style option to allow disabling columnar diffs (resolve #4677) (#4756)
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2025-11-25 23:34:58 -06:00
Aiden Cline 09bc8d9ca4
show current git branch in tui (#4765)
Co-authored-by: GitHub Action <action@github.com>
2025-11-25 21:39:20 -06:00
GitHub Action 16a188c524 chore: format code 2025-11-26 02:33:36 +00:00
opencode 4114c8715c release: v1.0.114 2025-11-26 00:32:22 +00:00
GitHub Action ced5fdbe70 chore: format code 2025-11-26 00:24:10 +00:00
opencode 0ff4c284e2 release: v1.0.113 2025-11-26 00:21:59 +00:00