summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2026-02-16fix(desktop): normalize Linux Wayland/X11 backend and decoration policy (#13143)bnema
Co-authored-by: Brendan Allan <[email protected]>
2026-02-15feat(opencode): Add Venice support in temperature, topP, topK and ↵dpuyosa
smallOption (#13553)
2026-02-16desktop: use process-wrap instead of manual job object (#13431)Brendan Allan
2026-02-15chore: generateopencode-agent[bot]
2026-02-15fix(website): correct zh-CN translation of proprietary terms in zen.mdx (#13734)Pan Kaixin
Co-authored-by: Copilot <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]>
2026-02-15feat(opencode): add `cljfmt` formatter support for Clojure files (#13426)Salam Elbilig
2026-02-15release: v1.2.5opencode
2026-02-15feat(app): localize "free usage exceeded" error & "Add credits" clickable ↵Alex Yaroshuk
link (#13652)
2026-02-15fix(desktop): issue viewing new files opened from the file tree (#13689)Shane Bishop
2026-02-15fix(app): only navigate prompt history at input boundaries (#13690)Shoubhit Dash
2026-02-15fix(app): keybind [shift+tab] (#13695)Filip
2026-02-15fix(desktop): focus window after update/relaunch (#13701)zerone0x
2026-02-15feat: Add GeistMono Nerd Font to available mono font options (#13720)Brandon Julio Thenaro
2026-02-15fix: ensure sqlite migration logs to stderr instead of stdout (#13691)Aiden Cline
2026-02-15release: v1.2.4opencode
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-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-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-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-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-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