summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-05-02feat(models): effectify ModelsDev as Service (#25434)Kit Langton
2026-05-02tweak: allow read tool to accept offset of 0 (#25431)Aiden Cline
2026-05-02chore: generateopencode-agent[bot]
2026-05-02feat(cli): add effectCmd wrapper + convert models command (#25429)Kit Langton
2026-05-02docs: CLI docs for current commands and flags (#25399)OpeOginni
2026-05-02fix(nix): remove stale packages/shared filter (#24930)Jérôme Benoit
2026-05-02chore: generateopencode-agent[bot]
2026-05-02Delete Instance.dispose and Instance.reload (#25427)Kit Langton
2026-05-02sync release versions for v1.14.32opencode
2026-05-02refactor(instance-store): consolidate dispose helpers (#25424)Kit Langton
2026-05-02chore: update nix node_modules hashesopencode-agent[bot]
2026-05-02upgrade opentui to 0.2.2 (#25420)Sebastian
2026-05-02fix(tui): keep shell-mode prompt editable (#25419)Kit Langton
2026-05-02Replace Instance.disposeAll/load with fixture helper (#25418)Kit Langton
2026-05-02fix(httpapi): install Instance ALS for adapter Promise bridge (#25417)Kit Langton
2026-05-02fix(httpapi): re-land workspace create payload accepts missing extra (#25412)Kit Langton
2026-05-02chore: generateopencode-agent[bot]
2026-05-02Migrate test inits from Promise to Effect (#25377)Kit Langton
2026-05-02chore: generateopencode-agent[bot]
2026-05-02Convert LoadInput.init to Effect + extract InstanceBootstrap as a Service ↵Kit Langton
(#25376)
2026-05-02Drop ALS fallbacks from containsPath and workspace routing (#25374)Kit Langton
2026-05-01Extract InstanceStore.provide helper (#25372)Kit Langton
2026-05-02chore: generateopencode-agent[bot]
2026-05-01fix(httpapi): preserve OpenAPI parameter parity (#25291)Kit Langton
2026-05-01Move instance loading into Effect service (#25277)Kit Langton
2026-05-01fix(read): prevent unsupported image formats from being sending to provider ↵Zeke Sikelianos
(#21114) Co-authored-by: Aiden Cline <[email protected]>
2026-05-01core: fix npm package detection to properly handle cached directories ↵Aiden Cline
without installed packages (#25354)
2026-05-01chore: generateopencode-agent[bot]
2026-05-01core: allow agents to access global tmp directory without permission promptsDax Raad
Agents can now create temporary files in the global tmp directory without triggering external_directory permission prompts. This enables agents to freely use temporary storage for intermediate files during builds and other operations.
2026-05-01Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/25288#issuecomment-4360290197
2026-05-01fix: bedrock reasoning issue (#25303)Aiden Cline
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.