summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-01-19refactor(desktop): tweak share button to prevent layout shift (#9322)Mani Sundararajan
2026-01-19fix(desktop): apply getComputedStyle polyfill on all platforms (#9369)Slone
2026-01-19tweak apply_patch tool descriptionAiden Cline
2026-01-19omit todo tools for openai modelsAiden Cline
2026-01-19add proper variant support to copilotAiden Cline
2026-01-19chore: generateGitHub Action
2026-01-19fix: nix ci - swapped dash/underscore (#9352)Caleb Norton
2026-01-19chore: cleanup provider code to assign copilot sdk earlier in flowAiden Cline
2026-01-19chore: generateGitHub Action
2026-01-19fix: track reasoning by output_index for copilot compatibility (#9124)NateSmyth
Co-authored-by: Aiden Cline <[email protected]>
2026-01-18add scheduler, cleanup module (#9346)Aiden Cline
2026-01-18fix(github-copilot): auto-route GPT-5+ models to Responses API (#5877)Christopher Tso
Co-authored-by: Claude <[email protected]>
2026-01-18fix(opencode): use streamObject when using openai oauth in agent generation ↵Thiago Malek
(#9231)
2026-01-18ci: simplify nix hash updates (#9309)Caleb Norton
2026-01-18feat(tui): use mouse for permission buttons (#9305)Luke Parker
2026-01-18zen: fix checkout link for black usersFrank
2026-01-18fix: Windows evaluating text on copy (#9293)Luke Parker
2026-01-18docs: clarify agent tool access and explore vs general distinction (#9300)Alan Pogrebinschi
2026-01-18test: fix transfomr testAiden Cline
2026-01-18fix: bad variants for grok modelsAiden Cline
2026-01-18Update node_modules hashesGithub Action
2026-01-18docs: note untracked files in reviewAiden Cline
2026-01-18fix(tool): treat .fbs files as text instead of images (#9276)zerone0x
Co-authored-by: Claude <[email protected]>
2026-01-18fix: update gitlab-ai-provider to 1.3.2 (#9279)Vladimir Glafirov
2026-01-18feat(hook): command execute before hook (#9267)Spoon
2026-01-18feat(nix): overhaul nix flake and packages (#9032)Caleb Norton
2026-01-18chore: generateGitHub Action
2026-01-18fix(acp): preserve file attachment metadata during session replay (#6342)Lior
Co-authored-by: Aiden Cline <[email protected]>
2026-01-18refactor(installation): update scoop installation method (#9243)Chawye Hsu
Signed-off-by: Chawye Hsu <[email protected]>
2026-01-18fix: import issue in patch moduleAiden Cline
2026-01-18refactor(desktop): improve layout and styling of session search button (#9251)OpeOginni
2026-01-18fix(app): remove redundant toast for thinking effort changes (#9181)Kit Langton
2026-01-18ignore: update download stats 2026-01-18GitHub Action
2026-01-18feat(desktop): implement session unshare button (#8660)Mani Sundararajan
2026-01-18feat(cli): uninstall opencode installed via windows package managers (#8571)Mani Sundararajan
2026-01-18fix: restore persisted model/agent when loading ACP session (#7809)Noam Bressler
Co-authored-by: noam-v <[email protected]>
2026-01-18fix(acp): use single global event subscription and route by sessionID (#5628)Noam Bressler
Co-authored-by: noamzbr <[email protected]> Co-authored-by: noam-v <[email protected]>
2026-01-18chore: generateGitHub Action
2026-01-18feat(tool): increase question header and label limits (#9201)Bowen Dwelle
2026-01-18chore: generateGitHub Action
2026-01-18feat: apply_patch tool for openai models (#9127)Aiden Cline
2026-01-18fix(windows): fix jdtls download on Windows (#9195)Patrick Schiel
2026-01-18chore: generateGitHub Action
2026-01-17feat: bind vim-style line-by-line scrolling (#8980)Nathan Flurry
Co-authored-by: Aiden Cline <[email protected]>
2026-01-17core: prevent env variables in config from being replaced with actual valuesAiden Cline
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-17refactor(tui): unify command registry and derive slash commands (#9115)Kit Langton
2026-01-17Hide variants hint when list empty (#9179)opencode-agent[bot]
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2026-01-18fix: remove max-width of session name tooltipDavid Hill
2026-01-18Revert "fix: increase max-width of session name tooltip"David Hill
This reverts commit c3ab76c8ad90fb7ef99604e8ef0a1017c5ddda58.
2026-01-18fix: increase max-width of session name tooltipDavid Hill