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.5.0"
".": "0.6.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.6.0](https://github.com/contextbridge/planbridge/compare/v0.5.0...v0.6.0) (2026-05-14)


### Features

* add global feedback submit shortcut ([#116](https://github.com/contextbridge/planbridge/issues/116)) ([21b14a1](https://github.com/contextbridge/planbridge/commit/21b14a1dcc29e04c0b36b82e96aa90869f450237))
* allow configuring PlanBridge port ([#95](https://github.com/contextbridge/planbridge/issues/95)) ([bf53148](https://github.com/contextbridge/planbridge/commit/bf5314828e0f369c7a2618a7b1ce755642604f17))
* tell Codex to run contextbridge open outside the sandbox ([#115](https://github.com/contextbridge/planbridge/issues/115)) ([6cff1e9](https://github.com/contextbridge/planbridge/commit/6cff1e90373068b3dda87d982394695dd3580804))

## [0.5.0](https://github.com/contextbridge/planbridge/compare/v0.4.0...v0.5.0) (2026-05-13)

The big news with 0.5.0 is the addition of the `contextbridge open` command. With this command, you can use the PlanBridge UI to markup
Expand Down
2 changes: 1 addition & 1 deletion harnessIntegrations/claude/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planbridge",
"description": "PlanBridge — opens plan reviews in the browser on ExitPlanMode.",
"version": "0.5.0",
"version": "0.6.0",
"author": {
"name": "ContextBridge AI, Inc."
},
Expand Down