feat: add planbridge-last skill to open the last agent message#189
Merged
Conversation
blimmer
commented
May 20, 2026
| @@ -0,0 +1,58 @@ | |||
| --- | |||
Contributor
Author
There was a problem hiding this comment.
Feedback welcome on the phrasing here!
jcarver989
approved these changes
May 20, 2026
Contributor
jcarver989
left a comment
There was a problem hiding this comment.
Looks good to me. Refraining on commenting about prompt suggestions as we do not have evals in place at this point and so anything I say would be purely conjecture / my own personal biases.
blimmer
pushed a commit
that referenced
this pull request
May 20, 2026
🤖 I have created a release *beep* *boop* --- ## [0.8.0](v0.7.2...v0.8.0) (2026-05-20) ### Features * add planbridge-last skill to open the last agent message ([#189](#189)) ([dbfc615](dbfc615)) ### Bug Fixes * prevent data loss with onbeforeunload warning ([#188](#188)) ([ea1f5d5](ea1f5d5)) * render images referenced from the local filesystem ([#165](#165)) ([bdf98ff](bdf98ff)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: contextbridge-pr-automation[bot] <259134118+contextbridge-pr-automation[bot]@users.noreply.github.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.
Summary
Adds the
planbridge-lastskill so Claude Code and Codex users can open the agent previous assistant message in PlanBridge for annotation. It also registers the bundled Codex skill, broadens installer tests to cover all bundled skills, and updates usage docs to point users at the new manual flow. References #182.Review focus
Please look closely at the skill wording around verbatim reproduction and preamble suppression, since that is the behavior this feature depends on across harnesses.
Commits
457550e— add planbridge-last skill