chore(release): 0.9.0 - #68
Merged
Merged
Conversation
Plan-mode safety and an opt-in session-title status indicator, both verified against a live OpenCode 1.18.25 TUI rather than unit tests alone. Minor rather than major: the new `restrictedAgents` and `allowGoalExecutionFromPlan` options are additive and nothing is removed from the documented public surface. The one default-behavior change is that a goal created while a planning-only agent is active is now held instead of started, which is the safety fix itself. Also records OpenCode 1.18.25 in the compatibility table, backed by a real run: the goal command and native agent register, session-sharded persistence works, a Plan-mode goal is held with zero auto-continues, and evidence-gated completion closes cleanly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release prep only — version bump, changelog dating, and a compatibility-table row. No source changes.
Version
0.8.2→0.9.0inpackage.jsonandpackage-lock.json.Minor, per the versioning intent in
docs/compatibility.md:restrictedAgentsandallowGoalExecutionFromPlanare additive, and nothing is removed from the documented public surface. The one default-behavior change is the safety fix itself — a goal created while a planning-only agent is active is now held rather than started.Changelog
The five
Unreleasedentries are consolidated into four under## 0.9.0 — 2026-08-29. Three of the originals described adding the plan guard, a bug introduced in it, and the fix — all within the same unreleased cycle. A reader only cares about the net behavior, so they are folded into one entry.Compatibility table
Adds OpenCode 1.18.25, backed by a real run rather than inference:
/goalcommand and the nativegoalagent registerstopped: true,stopReason: plan agent active, zero auto-continues[goal:evidence]+[goal:complete]The existing
>=1.17.15 <2engine pin already covers it, so no pin change.Verification
npm run release:check→ exit 0 at the new version:npm pack --jsoninspected: 24 files, 133,309 bytes packed / 479,273 unpacked,shasum 1294a0aa1120f669b8e159fa782aee14aa2da47a. Contents are source, types, docs, demo, and examples only — no test directories or stray artifacts.After merge
Per
docs/releasing.md, the maintainer creates and pushes the annotatedv0.9.0tag, then publishes the workflow-verified tarball. Not done here.🤖 Generated with Claude Code