| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-16 | refactor: collapse permission barrel into permission/index.ts (#22915) | Kit Langton | |
| 2026-04-16 | refactor: collapse npm barrel into npm/index.ts (#22911) | Kit Langton | |
| 2026-04-16 | refactor: collapse skill barrel into skill/index.ts (#22912) | Kit Langton | |
| 2026-04-16 | refactor: collapse installation barrel into installation/index.ts (#22910) | Kit Langton | |
| 2026-04-16 | refactor: collapse worktree barrel into worktree/index.ts (#22906) | Kit Langton | |
| 2026-04-16 | refactor: collapse ide barrel into ide/index.ts (#22904) | Kit Langton | |
| 2026-04-16 | refactor: collapse sync barrel into sync/index.ts (#22907) | Kit Langton | |
| 2026-04-16 | refactor: collapse global barrel into global/index.ts (#22905) | Kit Langton | |
| 2026-04-16 | chore: generate | opencode-agent[bot] | |
| 2026-04-16 | refactor: collapse command barrel into command/index.ts (#22903) | Kit Langton | |
| 2026-04-16 | feat(core): pass auth data to workspace (#22897) | James Long | |
| 2026-04-16 | refactor: collapse env barrel into env/index.ts (#22900) | Kit Langton | |
| 2026-04-16 | refactor: collapse format barrel into format/index.ts (#22898) | Kit Langton | |
| 2026-04-16 | fix(core): fix detection of local installation channel (#22899) | James Long | |
| 2026-04-16 | core: 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-16 | tooling: add collapse-barrel.ts for single-namespace barrel migration (#22887) | Kit Langton | |
| 2026-04-16 | fix: remove 10 more unnecessary `as any` casts in opencode core (#22882) | Kit Langton | |
| 2026-04-16 | fix(opencode): drop max_tokens for OpenAI reasoning models on Cloudflare AI ↵ | Kobi Hudson | |
| Gateway (#22864) Co-authored-by: Aiden Cline <[email protected]> | |||
| 2026-04-16 | refactor: move Pty into pty/index.ts with self-reexport (#22881) | Kit Langton | |
| 2026-04-16 | fix: ensure that double pasting doesnt happen after tui perf commit was ↵ | Aiden Cline | |
| merged (#22880) | |||
| 2026-04-16 | fix: remove 8 more unnecessary `as any` casts in opencode core (#22877) | Kit Langton | |
| 2026-04-16 | refactor: unwrap BashArity namespace to flat exports + self-reexport (#22874) | Kit Langton | |
| 2026-04-16 | chore: update nix node_modules hashes | opencode-agent[bot] | |
| 2026-04-16 | tweak: set display 'summarized' by default for opus 4.7 thorugh messages api ↵ | Aiden Cline | |
| (#22873) | |||
| 2026-04-16 | fix: remove 7 unnecessary `as any` casts in opencode core (#22840) | Kit Langton | |
| 2026-04-16 | fix(test): make plugin loader theme source path separator-safe (#22870) | Dax | |
| 2026-04-16 | chore: generate | opencode-agent[bot] | |
| 2026-04-16 | chore: bump ai sdk deps for opus 4.7 (#22869) | Aiden Cline | |
| 2026-04-16 | fix: add missing glob dependency (#22851) | Thomas Butler | |
| 2026-04-16 | core: reorganize ConfigPaths module export for cleaner dependency management | Dax Raad | |
| 2026-04-16 | core: reorganize ConfigPaths module export for cleaner dependency management | Dax Raad | |
| 2026-04-16 | core: modularize config parsing to improve maintainability | Dax 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-16 | fix: ensure azure has store = true by default (#22764) | Aiden Cline | |
| 2026-04-16 | core: add documentation comments to plugin configuration merge logic | Dax 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-16 | core: refactor config schemas into separate modules for better maintainability | Dax Raad | |
| 2026-04-16 | config: refactor | Dax Raad | |
| 2026-04-16 | tui: 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-16 | fix(core): better global sync event structure (#22858) | James Long | |
| 2026-04-16 | chore: generate | opencode-agent[bot] | |
| 2026-04-16 | refactor(tui): improve workspace management (#22691) | James Long | |
| 2026-04-16 | fix: add a few more tests for sync and session restore (#22837) | James Long | |
| 2026-04-16 | fix: 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-16 | feat: Add support for claude opus 4.7 xhigh adaptive reasoning effort (#22833) | Graham Campbell | |
| Co-authored-by: Aiden Cline <[email protected]> | |||
| 2026-04-16 | fix(nix): add shared package to bun install filters (#22665) | Jérôme Benoit | |
| 2026-04-16 | zen: opus 4.7 | Frank | |
| 2026-04-16 | Revert "tui: fix path comparison in theme installer to handle different path ↵ | Dax Raad | |
| formats" This reverts commit 8ab17f5ce0bb3e74a49aa661fc1beef8314b8e04. | |||
| 2026-04-16 | tui: fix path comparison in theme installer to handle different path formats | Dax Raad | |
| 2026-04-16 | move useful scripts to script folder | Dax Raad | |
| 2026-04-16 | fix(compaction): budget retained tail with media | Shoubhit Dash | |
| 2026-04-16 | merge dev | Shoubhit Dash | |
