Skip to content

Commit 2ee9914

Browse files
axisrowclaude
andcommitted
chore: bump fork version to 1.0.6-fork.3
Covers everything merged since fork.2: gpt-5.6 aliases (sol/terra/luna), natural-language model/effort recognition in the command .md files, the openai#453 port (broker self-terminate on app-server child exit), the openai#522 parity fix (review no longer rejects positional focus text), the openai#497 port (dead-PID reconciliation, --cwd workspace pin, cancellation safety), and the BrokerController refactor (deterministic in-process broker tests). Base stays 1.0.6 — that is what upstream main carries and the last real release (v1.0.6). The 1.0.7 that had crept into package.json came from the openai#497 port (the PR author's aspirational number), not from any release. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dead88f commit 2ee9914

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
},
66
"metadata": {
77
"description": "Codex plugins to use in Claude Code for delegation and code review.",
8-
"version": "1.0.6-fork.2"
8+
"version": "1.0.6-fork.3"
99
},
1010
"plugins": [
1111
{
1212
"name": "codex",
1313
"description": "Use Codex from Claude Code to review code or delegate tasks.",
14-
"version": "1.0.6-fork.2",
14+
"version": "1.0.6-fork.3",
1515
"author": {
1616
"name": "OpenAI"
1717
},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openai/codex-plugin-cc",
3-
"version": "1.0.7",
3+
"version": "1.0.6-fork.3",
44
"private": true,
55
"type": "module",
66
"description": "Use Codex from Claude Code to review code or delegate tasks.",

plugins/codex/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex",
3-
"version": "1.0.6-fork.2",
3+
"version": "1.0.6-fork.3",
44
"description": "Use Codex from Claude Code to review code or delegate tasks.",
55
"author": {
66
"name": "OpenAI"

0 commit comments

Comments
 (0)