Conversation
# Conflicts: # CHANGELOG.md
# Conflicts: # docs/releases.md
Fix stalled workflows and integrate development on devel
feat: show live bot runtime status in TUI sidebar
Manage and close bot tasks from /bot without losing work
Add host repository inventory to CLI and /bot
Publish final session summaries in PR descriptions
Cancel individual bot rounds while keeping issue tracking
Fix repository inventory RPC for inactive owners
Retry PR publication while GitHub catches up with the pushed commit
Preserve approval of the same commit across publication recovery
Restore compatibility with OpenCode 2.0.6
Add per-repository automatic file approvals
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.
Publish the accumulated, reviewed changes on
develas the next patch release (v0.6.6).This includes OpenCode 2.0.6 compatibility; per-repository automatic file approvals; task recovery, cancellation and closure; runtime status and repository inventory; completion reports in PR descriptions; publication retry handling; and preservation of commit-bound approvals. The changelog contains the complete release notes, and the related reference pages, workflow diagrams, README and agent instructions have been updated alongside the implementation.
All feature PRs have been merged and their CI passed. This promotion must pass the current Node 22 and Node 24 checks before merging with a merge commit. The release workflow will bump the patch version, tag and publish the verified archive/checksum, update the versioned README link, open the promotion PR to
main, and synchronize the published head back intodevel.