summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-02-14core: add db command for database inspection and queryingDax Raad
2026-02-14test: add tests for path-derived IDs in json migrationDax Raad
Tests verify that file paths are used for IDs even when JSON contains different values - ensuring robustness against stale JSON content.
2026-02-14fix: derive all IDs from file paths during json migrationDax Raad
Earlier migrations moved data to new directories without updating JSON fields. Now consistently derives all IDs from file paths: - Projects: id from filename - Sessions: id from filename, projectID from parent directory - Messages: id from filename, sessionID from parent directory - Parts: id from filename, messageID from parent directory This ensures migrated data matches the actual file layout regardless of stale values in JSON content.
2026-02-14feat(app): clear notifications action (#13668)Adam
Co-authored-by: adamelmore <[email protected]>
2026-02-14fix(app): stack overflow in filetree (#13667)Adam
Co-authored-by: adamelmore <[email protected]>
2026-02-15release: v1.2.3opencode
2026-02-14chore: update nix node_modules hashesopencode-agent[bot]
2026-02-14fix: ensure anthropic models on OR also have variant support (#13498)Aiden Cline
2026-02-14fix: add WAL checkpoint on database open (#13633)Dax
2026-02-14chore: bump nixpkgs to get bun 1.3.9 (#13302)Alberto Valverde
2026-02-14fix: ensure vercel variants pass amazon models under bedrock key (#13631)Aiden Cline
2026-02-14release: v1.2.2opencode
2026-02-14core: add comprehensive test coverage for Session.list() filtersDax Raad
Adds test cases for filtering sessions by directory, root sessions only, start time, search terms, and result limits to ensure the listing functionality works correctly for all filter combinations.
2026-02-14core: filter sessions at database level to improve session list loading ↵Dax Raad
performance
2026-02-14chore: update nix node_modules hashesopencode-agent[bot]
2026-02-14fix vercel gateway variants (#13541)Aiden Cline
Co-authored-by: Benjamin Woodruff <[email protected]>"
2026-02-14bump vertex ai packages (#13625)Aiden Cline
2026-02-14ci: move signpath policyBrendan Allan
2026-02-14ci: test-signing signpath policyBrendan Allan
2026-02-14release: v1.2.1opencode
2026-02-14tui: show all project sessions from any working directoryDax Raad
Previously sessions were only listed if they were created in the current working directory or its subdirectories. Users can now view and switch to any session in the project regardless of which directory they're in.
2026-02-13fix: tweak websearch tool description date info to avoid cache busts (#13559)Aiden Cline
2026-02-14zen: minimax m2.5 & glm5Frank
2026-02-14release: v1.2.0opencode
2026-02-14desktop: fix rustBrendan Allan
2026-02-14chore: update nix node_modules hashesopencode-agent[bot]
2026-02-13desktop: remote OPENCODE_SQLITE env (#13545)Brendan Allan
2026-02-14chore: generateopencode-agent[bot]
2026-02-14sqlite again (#10597)Dax
Co-authored-by: Github Action <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: Brendan Allan <[email protected]>
2026-02-13fix: prevent opencode run crash on malformed tool inputs (#13051)Kevin
Co-authored-by: 0xK3vin <[email protected]>
2026-02-13fix(ui): support cmd-click links in inline code (#12552)Kit Langton
2026-02-13fix: standardize zh-CN docs character set and terminology (#13500)Niu Shuai
2026-02-13fix(test): move timeout config to CLI flag (#13494)严浩
Co-authored-by: 严浩 <[email protected]>
2026-02-13docs: add pacman installation option for Arch Linux alongside AUR (#13293)G36maid
2026-02-13docs(ko): polish Korean phrasing in acp, agents, config, and custom-tools ↵Jun
docs (#13446)
2026-02-13chore: cleanupAdam
2026-02-13fix(app): terminal resizeAdam
2026-02-13fix(web): use prompt_async endpoint to avoid timeout over VPN/tunnel (#12749)eytans
2026-02-13chore: generateopencode-agent[bot]
2026-02-13docs: Fix zh-cn translation mistake in tools.mdx (#13407)Annopick
2026-02-13fix(app): remount SDK/sync tree when server URL changes (#13437)Chris Yang
2026-02-13fix(web): sync docs locale cookie on alias redirects (#13109)Jun
2026-02-13fix(desktop): performance optimization for showing large diff & files (#13460)Filip
2026-02-13chore: update nix node_modules hashesopencode-agent[bot]
2026-02-13feat(cli): add --dir option to run command (#12443)Rahul Mishra
2026-02-13feat: update some ai sdk packages and uuse adaptive reasoning for opus 4.6 ↵Aiden Cline
on vertex/bedrock/anthropic (#13439)
2026-02-13release: v1.1.65opencode
2026-02-12Revert "fix: token substitution in OPENCODE_CONFIG_CONTENT" (#13429)Aiden Cline
2026-02-12fix: ensure @-ing a dir uses the read tool instead of dead list tool (#13428)Aiden Cline
2026-02-12feat(hook): add tool.definition hook for plugins to modify tool description ↵Spoon
and parameters (#4956)