Commit Graph

7533 Commits

Author SHA1 Message Date
Aiden Cline e61da6d828 chore: cleanup provider code to assign copilot sdk earlier in flow 2026-01-19 00:13:58 -06:00
GitHub Action 5a6d365b3f chore: generate 2026-01-19 06:12:36 +00:00
NateSmyth 0f4408243c fix: track reasoning by output_index for copilot compatibility (#9124)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-01-19 00:11:54 -06:00
Aiden Cline b775887049 add scheduler, cleanup module (#9346) 2026-01-18 23:33:23 -06:00
Christopher Tso d03ace53cb fix(github-copilot): auto-route GPT-5+ models to Responses API (#5877)
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-18 23:30:28 -06:00
Thiago Malek 3557701dd6 fix(opencode): use streamObject when using openai oauth in agent generation (#9231) 2026-01-18 23:22:31 -06:00
Caleb Norton 8360e48a85 ci: simplify nix hash updates (#9309) 2026-01-18 21:46:00 -06:00
Luke Parker 80dff20fdc feat(tui): use mouse for permission buttons (#9305) 2026-01-18 21:42:10 -06:00
Frank 26206c846b zen: fix checkout link for black users 2026-01-18 19:19:00 -05:00
Luke Parker d7f1c2d505 fix: Windows evaluating text on copy (#9293) 2026-01-18 17:27:30 -06:00
Alan Pogrebinschi d94a95a111 docs: clarify agent tool access and explore vs general distinction (#9300) 2026-01-18 16:46:04 -06:00
Aiden Cline e77d2a4a4c test: fix transfomr test 2026-01-18 14:44:39 -06:00
Aiden Cline 802117a019 fix: bad variants for grok models 2026-01-18 14:21:14 -06:00
Github Action 5ff3b0013a Update node_modules hashes 2026-01-18 19:24:21 +00:00
Aiden Cline a1b245e874 docs: note untracked files in review 2026-01-18 13:22:58 -06:00
zerone0x 710b42f910 fix(tool): treat .fbs files as text instead of images (#9276)
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-18 13:17:49 -06:00
Vladimir Glafirov 968089cd04 fix: update gitlab-ai-provider to 1.3.2 (#9279) 2026-01-18 13:11:34 -06:00
Spoon 7b4cea2a95 feat(hook): command execute before hook (#9267) 2026-01-18 13:11:22 -06:00
Caleb Norton e3027e33dd feat(nix): overhaul nix flake and packages (#9032) 2026-01-18 11:14:13 -06:00
GitHub Action e6d3e8f2f4 chore: generate 2026-01-18 16:46:02 +00:00
Lior 850776ad63 fix(acp): preserve file attachment metadata during session replay (#6342)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-01-18 10:45:25 -06:00
Chawye Hsu 9c633d8466 refactor(installation): update scoop installation method (#9243)
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
2026-01-18 09:58:34 -06:00
Aiden Cline 87208b822c fix: import issue in patch module 2026-01-18 09:47:18 -06:00
OpeOginni 9d13f367cf refactor(desktop): improve layout and styling of session search button (#9251) 2026-01-18 08:10:38 -06:00
Kit Langton 954b2ce726 fix(app): remove redundant toast for thinking effort changes (#9181) 2026-01-18 08:00:49 -06:00
GitHub Action 6917daa9fd ignore: update download stats 2026-01-18 2026-01-18 12:05:11 +00:00
Mani Sundararajan c2fe81fd1e feat(desktop): implement session unshare button (#8660) 2026-01-18 05:12:07 -06:00
Mani Sundararajan c60f0590cc feat(cli): uninstall opencode installed via windows package managers (#8571) 2026-01-18 02:40:01 -06:00
Noam Bressler e5e66c1b8b fix: restore persisted model/agent when loading ACP session (#7809)
Co-authored-by: noam-v <noam@bespo.ai>
2026-01-18 01:29:57 -06:00
Noam Bressler 5e991f33d3 fix(acp): use single global event subscription and route by sessionID (#5628)
Co-authored-by: noamzbr <noamzbr@users.noreply.github.com>
Co-authored-by: noam-v <noam@bespo.ai>
2026-01-18 01:29:42 -06:00
GitHub Action f67c381bc8 chore: generate 2026-01-18 06:42:13 +00:00
Bowen Dwelle cb4625cc62 feat(tool): increase question header and label limits (#9201) 2026-01-18 00:41:36 -06:00
GitHub Action 895c76ffa0 chore: generate 2026-01-18 06:35:48 +00:00
Aiden Cline 088d592c09 feat: apply_patch tool for openai models (#9127) 2026-01-18 00:35:09 -06:00
Patrick Schiel 956c182a61 fix(windows): fix jdtls download on Windows (#9195) 2026-01-18 00:30:45 -06:00
GitHub Action 47125c8553 chore: generate 2026-01-18 03:55:03 +00:00
Nathan Flurry cd0a77dec9 feat: bind vim-style line-by-line scrolling (#8980)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-01-17 21:54:26 -06:00
Aiden Cline 863461c394 core: prevent env variables in config from being replaced with actual values
When opencode.json was missing a $schema, the config loader would add it
and write the file back - but with env variables like {env:API_KEY} replaced
with their actual secret values. This made it impossible to safely commit
opencode.json to version control.

Now the original config text is preserved when adding $schema, keeping
variable placeholders intact.
2026-01-17 20:59:50 -06:00
Kit Langton 0f974fb90a refactor(tui): unify command registry and derive slash commands (#9115) 2026-01-17 20:39:19 -06:00
opencode-agent[bot] 9db54f3987 Hide variants hint when list empty (#9179)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2026-01-17 20:32:57 -06:00
David Hill 3af908a175 fix: remove max-width of session name tooltip 2026-01-18 00:59:41 +00:00
David Hill 43a6f2a7e3 Revert "fix: increase max-width of session name tooltip"
This reverts commit a8e8cc9098.
2026-01-18 00:57:21 +00:00
David Hill a8e8cc9098 fix: increase max-width of session name tooltip 2026-01-18 00:51:35 +00:00
David Hill c418bac346 fix: adjust project path tooltip placement
Move the desktop project path tooltip above the header and tune spacing/offset; add content style hooks to Tooltip for max-width and horizontal shift.
2026-01-18 00:48:49 +00:00
David Hill bd2073f523 fix: remove max width on sidebar new buttons 2026-01-18 00:48:06 +00:00
David Hill c77f6a2efc fix: adjust session list tooltip trigger and delay 2026-01-18 00:07:21 +00:00
David Hill 9598c1b511 fix: keep project avatar hover styles while popover open 2026-01-17 23:40:06 +00:00
David Hill 5d84e3cbd0 fix: adjust recent sessions popover padding 2026-01-17 23:21:34 +00:00
David Hill 2d68e91e0f fix: reduce prompt dock bottom spacing 2026-01-17 22:54:30 +00:00
David Hill 098c95cc4c fix: show project name in avatar hover 2026-01-17 22:51:49 +00:00