summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2026-04-29fix: make deepseek string check a bit looser (#25012)Aiden Cline
2026-04-29feat: add Mistral Medium 3.5 with reasoning support (#24996)Ruben De Smet
2026-04-29chore: generateopencode-agent[bot]
2026-04-29Refactor HttpApi workspace routing and proxy boundaries (#25006)Kit Langton
2026-04-29fix(core): reconnect editor context for session directory (#24984)James Long
2026-04-29chore: generateopencode-agent[bot]
2026-04-29chore: rm broken codesearch tool (#24992)Aiden Cline
2026-04-29tweak: adjust order of system prompt instructions: Global, Project, Skills ↵Aiden Cline
(#24974)
2026-04-29chore: generateopencode-agent[bot]
2026-04-29test(httpapi): clean up SDK parity testsKit Langton
2026-04-29chore: generateopencode-agent[bot]
2026-04-29Prepare Effect HttpApi backend parity (#24853)Kit Langton
2026-04-29fix(download): update beta asset names from electron to desktop (#24908)Brendan Allan
2026-04-29Disable Windows update code signature verification (#24905)Brendan Allan
2026-04-29fix(session): remap compaction tail_start_id when forking (#24898)spark4862
Co-authored-by: spark4862 <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2026-04-28feat: make it easier to toggle on/off paste summary in the tui (#24869)Aiden Cline
2026-04-28docs: add Atomic Chat provider section (#23069)Mike
2026-04-29refactor(app): convert getProjectAvatarSource to early returns (#24896)Brendan Allan
2026-04-28ignoreDax Raad
2026-04-28ignoreDax Raad
2026-04-28ignore: ideasDax Raad
2026-04-28fix: clear timeout after promise rejection (#24864)Luke Parker
2026-04-28chore: generateopencode-agent[bot]
2026-04-28fix(bash): memory leak - release parsed syntax trees (#24861)Luke Parker
Co-authored-by: jiwenshang <[email protected]>
2026-04-28chore: generateopencode-agent[bot]
2026-04-28feat(core): filter sessions by path and add setting to disable (#24849)James Long
2026-04-28test(httpapi): cover sdk effect routes (#24836)Kit Langton
2026-04-28chore: generateopencode-agent[bot]
2026-04-28fix(httpapi): wire global and control handlers (#24835)Kit Langton
2026-04-28fix(copilot): ensure available variants sync from api (#24734)Aiden Cline
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-28sync release versions for v1.14.29opencode
2026-04-28chore: generateopencode-agent[bot]
2026-04-28fix(httpapi): finish sdk openapi parity (#24827)Kit Langton
2026-04-28fix(tui): handle Zed selection byte offsets (#24825)Kit Langton
2026-04-28tui: ignore invalid custom themes to prevent startup crashes (#24645)Dax
2026-04-28fix(httpapi): align request body openapi shape (#24811)Kit Langton
2026-04-28feat(core): store relative path for sessions (#24704)James Long
2026-04-28fix(httpapi): document instance query parameters (#24809)Kit Langton
2026-04-28chore: generateopencode-agent[bot]
2026-04-28refactor(httpapi): fork server startup by flag (#24799)Kit Langton
2026-04-28docs: bump GitHub stars count to 150K (#24792)David Hill
2026-04-28fix(httpapi): document tui bad request responsesKit Langton
Document legacy 400 bad-request responses on TUI Effect HttpApi payload-validation endpoints and cover them with OpenAPI parity tests.
2026-04-28fix(httpapi): align sync seq validationKit Langton
Reject negative and fractional sync sequence values in Effect HttpApi schemas so replay/history validation matches the legacy Hono routes.
2026-04-28fix(app): preserve per-workspace icon override from localStorage (#24738)Brendan Allan
Co-authored-by: Andrew Avsenin <[email protected]>
2026-04-28fix(ui): remove redundant flex overrides in tool components (#24749)Brendan Allan
2026-04-28chore: generateopencode-agent[bot]
2026-04-27fix: sanitize tools for moonshot (#24730)Aiden Cline
2026-04-28refactor(app): load sync state through TanStack Query (#23792)Brendan Allan
2026-04-28chore: generateopencode-agent[bot]
2026-04-27fix(httpapi): preserve mcp oauth error parity (#24706)Kit Langton