You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compaction_markers promoted to stable top-level config — moved from experimental.compaction_markers to top-level compaction_markers, default true. Doctor auto-migrates old configs.
Pinned plugin versions respected — doctor now warns instead of auto-upgrading pinned versions (@0.8.12 etc). Use --force to explicitly upgrade.
CLI / Install
bunx --bun everywhere — install scripts, README, and help text now use bunx --bun to prevent bunx from delegating to system Node via the #!/usr/bin/env node shebang (fixes #18)
Node version guard — install scripts check for Node ≥ 20.12 before falling back to npx
min-release-age detection — doctor now warns when ~/.npmrcmin-release-age or ~/.bunfig.tomlminimumReleaseAge is set, which can prevent OpenCode from installing the latest plugin version
Bug Fixes
Key-file candidate filtering scoped to project directory
Dreamer session discovery uses stripped project identity for OpenCode DB queries