summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-04-16refactor: collapse permission barrel into permission/index.ts (#22915)Kit Langton
2026-04-16refactor: collapse npm barrel into npm/index.ts (#22911)Kit Langton
2026-04-16refactor: collapse skill barrel into skill/index.ts (#22912)Kit Langton
2026-04-16refactor: collapse installation barrel into installation/index.ts (#22910)Kit Langton
2026-04-16refactor: collapse worktree barrel into worktree/index.ts (#22906)Kit Langton
2026-04-16refactor: collapse ide barrel into ide/index.ts (#22904)Kit Langton
2026-04-16refactor: collapse sync barrel into sync/index.ts (#22907)Kit Langton
2026-04-16refactor: collapse global barrel into global/index.ts (#22905)Kit Langton
2026-04-16chore: generateopencode-agent[bot]
2026-04-16refactor: collapse command barrel into command/index.ts (#22903)Kit Langton
2026-04-16feat(core): pass auth data to workspace (#22897)James Long
2026-04-16refactor: collapse env barrel into env/index.ts (#22900)Kit Langton
2026-04-16refactor: collapse format barrel into format/index.ts (#22898)Kit Langton
2026-04-16fix(core): fix detection of local installation channel (#22899)James Long
2026-04-16core: eager load config on startup for better traces and refactor npm ↵Dax Raad
install for improved error reporting Config is now loaded eagerly during project bootstrap so users can see config loading in traces during startup. This helps diagnose configuration issues earlier in the initialization flow. NPM installation logic has been refactored with a unified reify function and improved InstallFailedError that includes both the packages being installed and the target directory. This provides users with complete context when package installations fail, making it easier to identify which dependency or project directory caused the issue.
2026-04-16tooling: add collapse-barrel.ts for single-namespace barrel migration (#22887)Kit Langton
2026-04-16fix: remove 10 more unnecessary `as any` casts in opencode core (#22882)Kit Langton
2026-04-16fix(opencode): drop max_tokens for OpenAI reasoning models on Cloudflare AI ↵Kobi Hudson
Gateway (#22864) Co-authored-by: Aiden Cline <[email protected]>
2026-04-16refactor: move Pty into pty/index.ts with self-reexport (#22881)Kit Langton
2026-04-16fix: ensure that double pasting doesnt happen after tui perf commit was ↵Aiden Cline
merged (#22880)
2026-04-16fix: remove 8 more unnecessary `as any` casts in opencode core (#22877)Kit Langton
2026-04-16refactor: unwrap BashArity namespace to flat exports + self-reexport (#22874)Kit Langton
2026-04-16chore: update nix node_modules hashesopencode-agent[bot]
2026-04-16tweak: set display 'summarized' by default for opus 4.7 thorugh messages api ↵Aiden Cline
(#22873)
2026-04-16fix: remove 7 unnecessary `as any` casts in opencode core (#22840)Kit Langton
2026-04-16fix(test): make plugin loader theme source path separator-safe (#22870)Dax
2026-04-16chore: generateopencode-agent[bot]
2026-04-16chore: bump ai sdk deps for opus 4.7 (#22869)Aiden Cline
2026-04-16fix: add missing glob dependency (#22851)Thomas Butler
2026-04-16core: reorganize ConfigPaths module export for cleaner dependency managementDax Raad
2026-04-16core: reorganize ConfigPaths module export for cleaner dependency managementDax Raad
2026-04-16core: modularize config parsing to improve maintainabilityDax Raad
Extract error handling, parsing logic, and variable substitution into dedicated modules. This reduces duplication between tui.json and opencode.json parsing and makes the config system easier to extend for future config formats.
2026-04-16fix: ensure azure has store = true by default (#22764)Aiden Cline
2026-04-16core: add documentation comments to plugin configuration merge logicDax Raad
Adds explanatory comments to config.ts and plugin.ts clarifying: - How plugin specs are stored and normalized during config loading - Why plugin_origins tracks provenance for location-sensitive decisions - Why path-like specs are resolved early to prevent reinterpretation during merges - How plugin deduplication works while keeping origin metadata for writes and diagnostics
2026-04-16core: refactor config schemas into separate modules for better maintainabilityDax Raad
2026-04-16config: refactorDax Raad
2026-04-16tui: ensure TUI plugins load with proper project context when multiple ↵Dax Raad
directories are open Fixes potential plugin resolution issues when switching between projects by wrapping plugin loading in Instance.provide(). This ensures each plugin resolves dependencies relative to its correct project directory instead of inheriting context from whatever instance happened to be active. Also reorganizes config loading code into focused modules (command.ts, managed.ts, plugin.ts) to make the codebase easier to maintain and test.
2026-04-16fix(core): better global sync event structure (#22858)James Long
2026-04-16chore: generateopencode-agent[bot]
2026-04-16refactor(tui): improve workspace management (#22691)James Long
2026-04-16fix: add a few more tests for sync and session restore (#22837)James Long
2026-04-16fix: align stale bot message with actual 60-day threshold (#22842)Nacai
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2026-04-16feat: Add support for claude opus 4.7 xhigh adaptive reasoning effort (#22833)Graham Campbell
Co-authored-by: Aiden Cline <[email protected]>
2026-04-16fix(nix): add shared package to bun install filters (#22665)Jérôme Benoit
2026-04-16zen: opus 4.7Frank
2026-04-16Revert "tui: fix path comparison in theme installer to handle different path ↵Dax Raad
formats" This reverts commit 8ab17f5ce0bb3e74a49aa661fc1beef8314b8e04.
2026-04-16tui: fix path comparison in theme installer to handle different path formatsDax Raad
2026-04-16move useful scripts to script folderDax Raad
2026-04-16fix(compaction): budget retained tail with mediaShoubhit Dash
2026-04-16merge devShoubhit Dash