Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# Changelog

## [0.3.0](https://github.com/contextbridge/planbridge/compare/v0.2.0...v0.3.0) (2026-05-08)


### ⚠ BREAKING CHANGES

Our Claude Plugin was moved into this repo and renamed `planbridge@contextbridge` (from `cli@contextbridge`).
On the next release after 0.3.0, the plugin will be updated automatically, so you shouldn't need to do anything manually. If you want to update immediately, run `contextbridge install claude`.

* rename Claude plugin to planbridge@contextbridge; refresh plugins on update ([#52](https://github.com/contextbridge/planbridge/issues/52))

### Features

* add automatic release changelog with release-please ([#21](https://github.com/contextbridge/planbridge/issues/21)) ([45a1bf1](https://github.com/contextbridge/planbridge/commit/45a1bf127a21e2345fda08f450b1e5c55d8fb55f))
* rename Claude plugin to planbridge@contextbridge; refresh plugins on update ([#52](https://github.com/contextbridge/planbridge/issues/52)) ([2794ae6](https://github.com/contextbridge/planbridge/commit/2794ae6bcc907abf6d81b3ee86031369c424aa4e))
* **ui:** add GitHub link to header help menu ([#19](https://github.com/contextbridge/planbridge/issues/19)) ([c36289b](https://github.com/contextbridge/planbridge/commit/c36289b09158bf07ca371df7616269eba5a3fab6))


### Bug Fixes

* emit plan review analytics from shared runner ([#48](https://github.com/contextbridge/planbridge/issues/48)) ([5c769ff](https://github.com/contextbridge/planbridge/commit/5c769ff9724ed406dbf8b76a835b644d6895fd30))
* refresh Claude marketplace cache during install ([#62](https://github.com/contextbridge/planbridge/issues/62)) ([58be09a](https://github.com/contextbridge/planbridge/commit/58be09a2b601228dcf23fac16da81369ab7b59cb))
* resolve contextbridge via PATH for post-update refresh ([#64](https://github.com/contextbridge/planbridge/issues/64)) ([f658af4](https://github.com/contextbridge/planbridge/commit/f658af4e109f61f9e12ed6c55bb73eb129abe437))
10 changes: 8 additions & 2 deletions harnessIntegrations/claude/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "planbridge",
"description": "PlanBridge — opens plan reviews in the browser on ExitPlanMode.",
"version": "0.2.0",
"version": "0.3.0",
"author": {
"name": "ContextBridge AI, Inc."
},
"homepage": "https://plan.contextbridge.ai",
"repository": "https://github.com/contextbridge/planbridge",
"license": "MIT",
"keywords": ["contextbridge", "planbridge", "planning", "review", "hooks"]
"keywords": [
"contextbridge",
"planbridge",
"planning",
"review",
"hooks"
]
}
Loading