summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-02-01fix(app): use static language names in Thai localization (#11496)Alex Yaroshuk
2026-02-01docs: add Turkish README translation (#11524)Alper Kartkaya
2026-02-01docs: improve zh-TW punctuation to match Taiwan usage (#11574) (#11589)陆奕丞
2026-02-01fix(app): show retry status only on active turn (#11543)Filip
2026-02-01fix: ensure switching anthropic models mid convo on copilot works without ↵Aiden Cline
errors, fix issue with reasoning opaque not being picked up for gemini models (#11569)
2026-02-01fix: correct pluralization of match count in grep and glob tools (#11565)adamjhf
2026-02-01fix(tui): remove extra padding between search and results in dialog-select ↵Dax
(#11564)
2026-01-31feat(tui): add UI for skill tool in session view (#11561)Dax
2026-01-31fix(tui): conditionally render bash tool output (#11558)Dax
2026-01-31ci: fixed stale pr workflow (#11310)Goni Zahavy
2026-01-31fix: issue where you couldn't @ folders/files that started with a "." (#11553)Aiden Cline
2026-01-31feat: add skill dialog for selecting and inserting skills (#11547)Dax
2026-01-31fix(app): rendering question tool when the step are collapsed (#11539)Filip
2026-02-01chore: update nix node_modules hashesopencode-agent[bot]
2026-01-31ci: fix nix hash issue (#11530)Aiden Cline
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-01-31fix(ci): portable hash parsing in nix-hashes workflow (#11533)Jérôme Benoit
2026-01-31chore: generateopencode-agent[bot]
2026-01-31test(app): general settings, shortcuts, providers and status popover (#11517)Filip
2026-01-31tui: enable password authentication for remote session attachmentDax Raad
Allow users to authenticate when attaching to a remote OpenCode session by supporting basic auth via a password flag or OPENCODE_SERVER_PASSWORD environment variable
2026-01-31tweak: show actual retry error message instead of generic error msg (#11520)Aiden Cline
2026-01-31fix(provider): use process.env directly for runtime env mutations (#11482)Jérôme Benoit
2026-01-31fix(nix): restore native runners for darwin hash computation (#11495)Jérôme Benoit
2026-01-31docs: fix documentation issues (#11435)大猫子
Co-authored-by: damaozi <[email protected]>
2026-01-31feat(opencode): add reasoning variants support for SAP AI Core (#8753)Jérôme Benoit
Co-authored-by: Github Action <[email protected]>
2026-01-31Revert "feat(app): add skill slash commands" (#11484)Ryan Vogel
2026-01-31feat(app): add skill slash commands (#11369)Ryan Vogel
2026-01-31fix(pty): Add UTF-8 encoding defaults for Windows PTY (#11459)陆奕丞
2026-01-31fix(app): session header 'share' button to hug content (#11371)Alex Yaroshuk
2026-01-31release: v1.1.48opencode
2026-01-31Revert "feat: Transitions, spacing, scroll fade, prompt area update ↵Adam
(#11168)" (#11461) Co-authored-by: adamelmore <[email protected]>
2026-01-31test(app): session actions (#11386)Filip
2026-01-31test: fix flaky test (#11427)Aiden Cline
2026-01-31chore: generateopencode-agent[bot]
2026-01-31syncDax Raad
2026-01-31tui: allow specifying custom models file path via OPENCODE_MODELS_PATHDax Raad
Users can now configure their own models configuration file by setting the OPENCODE_MODELS_PATH environment variable, providing more flexibility for testing and configuration.
2026-01-31ci: copy models fixture for e2e test consistencyDax Raad
2026-01-31core: ensure models configuration is not empty before loadingDax Raad
2026-01-31chore: generateopencode-agent[bot]
2026-01-31feat: make skills invokable as slash commands in the TUI (#11390)Dax
2026-01-30fix: don't --follow by default for grep and other things using ripgrep (#11415)Aiden Cline
2026-01-31ci: run tests automatically when code is pushed to dev branchDax Raad
2026-01-31core: prevent parallel test runs from contaminating environment variablesDax Raad
2026-01-30fix: ensure the mistral ordering fixes also apply to devstral (#11412)Aiden Cline
2026-01-30ci: remove pull-request write permissions from beta workflowDax Raad
2026-01-30ci: remove workflow restrictions to allow all PR triggers for broader CI ↵Dax Raad
coverage
2026-01-30ci: allow manual beta workflow trigger so users can release on demand ↵Dax Raad
instead of waiting for hourly schedule
2026-01-30ci: schedule beta workflow hourly to automate sync runsDax Raad
2026-01-31chore: generateopencode-agent[bot]
2026-01-30feat(opencode): add copilot specific provider to properly handle copilot ↵Steffen Deusch
reasoning tokens (#8900) Co-authored-by: Claude Opus 4.5 <[email protected]> Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2026-01-30Merge remote dev and apply revertDax Raad