summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-05-01zen: remove hardcoded safety identifiertradam-rules-patchFrank
2026-05-01fix(session): use finite archived timestamp schema (#25275)Kit Langton
2026-05-01refactor: rename workspace adapters (#25272)Kit Langton
2026-05-01fix: correct documentation typos (#25260)luo jiyin
2026-05-01fix(tui): gate logo subpixel rendering on truecolor support (#25265)Simon Klee
2026-05-01sync release versions for v1.14.31opencode
2026-05-01fix: update provider store after loading providers in bootstrap (#25236)Brendan Allan
2026-05-01fix: fix issue if tool returned image and empty text and it caused api ↵Aiden Cline
errors (#25241)
2026-05-01chore: generateopencode-agent[bot]
2026-04-30docs: fix tui and keybinds documentation (#25233)Aiden Cline
2026-05-01chore: update nix node_modules hashesopencode-agent[bot]
2026-05-01desktop: sentry integration (#15300)Brendan Allan
Co-authored-by: Jay V <[email protected]>
2026-04-30docs: remove deprecated modes.mdx pages (#25227)Aiden Cline
2026-04-30core: clarify that temp directory already exists for AI agentsDax Raad
The bash tool description now explicitly states that the temp directory has already been created and exists, preventing agents from unnecessarily trying to create it before use.
2026-04-30Preapprove agent tmp directory access (#25226)Dax
2026-04-30fix: tui list jank issue (#25219)Aiden Cline
2026-05-01chore: update nix node_modules hashesopencode-agent[bot]
2026-05-01chore: generateopencode-agent[bot]
2026-04-30core: remove @effect/language-service plugin and optimize hot path type ↵Dax Raad
performance - Removed @effect/language-service from both packages/core and packages/opencode tsconfig files and dependencies - Wrapped mergeDeep calls in config loading and LLM streaming to avoid expensive remeda conditional merge type instantiations in hot paths - Narrowed Drizzle migrate() overload signature to avoid expensive variance checks during database initialization These changes reduce TypeScript type-checking overhead and improve startup and runtime performance for config loading, LLM streaming, and database migrations.
2026-05-01chore: generateopencode-agent[bot]
2026-04-30test(httpapi): cover more safe GET parity (#25217)Kit Langton
2026-04-30refactor(session): pass project to list (#25215)Kit Langton
2026-05-01fix(httpapi): omit absent optional response fields (#25214)Kit Langton
2026-04-30fix(tui): scope Zed editor context to containing workspaces (#25211)Kit Langton
2026-04-30refactor(httpapi): scope async prompt fiber (#25213)Kit Langton
2026-05-01chore: generateopencode-agent[bot]
2026-04-30refactor(httpapi): drop session prompt bridge (#25210)Kit Langton
2026-05-01chore: generateopencode-agent[bot]
2026-04-30refactor(session): yield instance context in system prompt (#25207)Kit Langton
2026-04-30refactor(file): yield instance context in watcher (#25205)Kit Langton
2026-04-30refactor(sync): capture instance context for publish (#25206)Kit Langton
2026-04-30refactor(project): yield instance context in bootstrap (#25204)Kit Langton
2026-04-30test(effect): stabilize runner active shell check (#25203)Kit Langton
2026-04-30refactor(session): yield instance context in llm (#25200)Kit Langton
2026-05-01chore: generateopencode-agent[bot]
2026-05-01fix(desktop): Prevent Model response Interruption when opening settings ↵OpeOginni
dialog (#25114)
2026-04-30Pass CORS options to HttpApi backend (#25201)Kit Langton
2026-04-30refactor(tool): yield InstanceState context (#25199)Kit Langton
2026-04-30Document HttpApi route patterns (#25188)Kit Langton
2026-04-30refactor(tool/read): yield InstanceState.context instead of reading ALS (#25183)Kit Langton
2026-04-30refactor(httpapi): preserve typed errors in session prompt handlers (#25181)Kit Langton
2026-05-01chore: generateopencode-agent[bot]
2026-04-30Serve instance events through HttpApiBuilder (#25182)Kit Langton
2026-04-30chore: generateopencode-agent[bot]
2026-04-30Avoid request-time HttpApi layer provisioning (#25179)Kit Langton
2026-04-30chore: generateopencode-agent[bot]
2026-04-30refactor(session): align prompt input types with their schemas (#25178)Kit Langton
2026-04-30chore: generateopencode-agent[bot]
2026-04-30Build HttpApi UI route from services (#25177)Kit Langton
2026-04-30chore: generateopencode-agent[bot]