summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
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-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: 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-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
2026-04-16chore: generateopencode-agent[bot]
2026-04-16fix: restore .gitignore logic for config dirs and migrate to shared Npm ↵Dax
service (#22772)
2026-04-16perf: make vcs init non-blocking by forking git branch resolution (#22771)Dax
2026-04-16app: start migrating bootstrap data fetching to TanStack Query (#22756)Brendan Allan
2026-04-16Fix desktop download asset names for beta channel (#22766)Brendan Allan
2026-04-16beta badge for desktop app (#14471)Adam
Co-authored-by: Brendan Allan <[email protected]>
2026-04-16CLI perf: reduce deps (#22652)Dax
2026-04-16chore: generateopencode-agent[bot]
2026-04-16feat: unwrap provider namespaces to flat exports + barrel (#22760)Kit Langton
2026-04-16chore: generateopencode-agent[bot]
2026-04-16feat: unwrap tool namespaces to flat exports + barrel (#22762)Kit Langton
2026-04-16feat: unwrap cli-tui namespaces to flat exports + barrel (#22759)Kit Langton
2026-04-16fix: clean up final 16 no-unused-vars warnings (#22751)Kit Langton
2026-04-16feat: enable type-aware no-misused-spread rule, fix 8 violations (#22749)Kit Langton
2026-04-16feat: enable type-aware no-base-to-string rule, fix 56 violations (#22750)Kit Langton
2026-04-15docs: add circular import rules to namespace treeshake spec (#22754)Kit Langton
2026-04-16chore: generateopencode-agent[bot]
2026-04-15fix: resolve circular sibling imports causing runtime ReferenceError (#22752)Kit Langton
2026-04-15feat: unwrap lsp namespaces to flat exports + barrel (#22748)Kit Langton
2026-04-15feat: unwrap storage namespaces to flat exports + barrel (#22747)Kit Langton
2026-04-15feat: unwrap config namespaces to flat exports + barrel (#22746)Kit Langton
2026-04-15feat: unwrap effect namespaces to flat exports + barrel (#22745)Kit Langton
2026-04-15feat: unwrap share namespaces to flat exports + barrel (#22744)Kit Langton