summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-02-16tweak: drop ids from attachments in tools, assign them in prompt.ts instead ↵Aiden Cline
(#13890)
2026-02-16feat(acp): add opt-in flag for question tool (#13562)ImmuneFOMO
Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2026-02-16fix(opencode): ACP sessions never get LLM-generated titles (#13095)Zhiyuan Zheng
2026-02-16feat(cli): add session delete command (#13571)Ariane Emory
2026-02-16release: v1.2.6opencode
2026-02-16feat(opencode): add `dfmt` formatter support for D language files (#13867)Robert Schadek
2026-02-16fix(tui): make use of server dir path for file references in prompts (#13781)OpeOginni
2026-02-16ignore: rm random comment on opencode.jsoncAiden Cline
2026-02-16feat(cli): add db migrate command for JSON to SQLite migration (#13874)Dax
2026-02-16feat(cli): add --continue and --fork flags to attach command (#13879)Ryan Vogel
2026-02-16chore: update nix node_modules hashesopencode-agent[bot]
2026-02-16fix: bump GitLab provider and auth plugin for mid-session token refresh (#13850)Vladimir Glafirov
2026-02-16fix (tui): Inaccurate tips (#13845)Imanol Maiztegui
2026-02-16chore: cleanupAdam
2026-02-16fix(core): remove unnecessary per-message title LLM calls (#13804)Rafi Khardalian
2026-02-16fix(docs): correct critical translation errors in Russian zen page (#13830)Chujiang
2026-02-16fix: google vertex var priority (#13816)Aiden Cline
2026-02-16chore: generateopencode-agent[bot]
2026-02-16feat: add openai-compatible endpoint support for google-vertex provider (#10303)Jhin Lee
Co-authored-by: BlueT - Matthew Lien - 練喆明 <[email protected]> Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
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-15docs: add Ukrainian README translation (#13697)Denys
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-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]