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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to codexclaw are documented here. The format follows

## [Unreleased]

## [0.2.26] - 2026-09-13

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve the 0.2.25 changelog boundary

This heading assigns every existing Unreleased entry to 0.2.26, but the entries beginning with the visualizer work through the executor change were already present when the repository's version surfaces were bumped to 0.2.25 in dff95d1. Consequently the published changelog now skips 0.2.25 entirely and incorrectly advertises those previously shipped changes as new in 0.2.26; add a 0.2.25 release heading at the boundary before those older entries.

Useful? React with 👍 / 👎.


### Added

- Dispatch-surface taxonomy: `cxc-pabcd` `references/dispatch-surfaces.md` separates
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codexclaw/cli",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "codexclaw CLI — status, subagent config, provider toggle, GUI launcher.",
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codexclaw",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"description": "cli-jaw-style dev discipline + multi-model subagents for the OpenAI Codex runtime.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codexclaw/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codexclaw",
"version": "0.2.25+codex.20260911171412",
"version": "0.2.26+codex.20260913055205",
"description": "cli-jaw-style dev discipline (dev skills + PABCD) and multi-model subagents for the OpenAI Codex runtime, with optional opencodex provider routing.",
"author": {
"name": "lidge-jun",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codexclaw/components/bg-wake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codexclaw/bg-wake",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "Background task registry + completion wake for Codex. Registers detached commands, then wakes the agent through the Stop hook when they finish.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codexclaw/components/config-guard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codexclaw/config-guard",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "Controlled feature-flag activation: enables only codexclaw's declared [features] flags via the official `codex features` CLI, with a revert manifest and backup.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codexclaw/components/cxc-ops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codexclaw/cxc-ops",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "codexclaw ops CLI — doctor (plugin health), reset (scoped state cleanup).",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codexclaw/components/messenger-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codexclaw/messenger-bridge",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "codexclaw messenger bridge — cxc serve HTTP server + SQLite state substrate (zero third-party deps).",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codexclaw/components/pabcd-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codexclaw/pabcd-state",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "IPABCD finite-state machine backed by per-session .codexclaw/sessions/<sessionId>.json + shared ledger.jsonl.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codexclaw/components/provider-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codexclaw/provider-bridge",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "Detect-only opencodex (ocx) status probe at session start; graceful native path when absent.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codexclaw/components/recall/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codexclaw/recall",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "Read-only chat/memory recall search over the Codex session root (~/.codex): date-pruned rollout scan + thread/memory sqlite enrichment.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codexclaw/components/skill-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codexclaw/skill-search",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "Remote dormant-skill search over cli-jaw-skills / Hermes / ClawHub / gh code search. Zero-dep, TTL-cached, adapter-preamble output. No local vendoring.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codexclaw/components/subagent-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codexclaw/subagent-config",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "Stores subagent model/prompt config; serves it to the GUI and an MCP tool.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codexclaw/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codexclaw/gui",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "codexclaw local dashboard (Vite + React) — subagent config, prompts, provider link bar.",
Expand Down
22 changes: 11 additions & 11 deletions plugins/codexclaw/inventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"schemaVersion": 1,
"plugin": {
"name": "codexclaw",
"manifestVersion": "0.2.25+codex.20260911171412",
"packageVersion": "0.2.25"
"manifestVersion": "0.2.26+codex.20260913055205",
"packageVersion": "0.2.26"
},
"skills": [
{
Expand Down Expand Up @@ -297,55 +297,55 @@
{
"folder": "bg-wake",
"packageName": "@codexclaw/bg-wake",
"version": "0.2.25",
"version": "0.2.26",
"hasTests": true
},
{
"folder": "config-guard",
"packageName": "@codexclaw/config-guard",
"version": "0.2.25",
"version": "0.2.26",
"hasTests": true
},
{
"folder": "cxc-ops",
"packageName": "@codexclaw/cxc-ops",
"version": "0.2.25",
"version": "0.2.26",
"hasTests": true
},
{
"folder": "messenger-bridge",
"packageName": "@codexclaw/messenger-bridge",
"version": "0.2.25",
"version": "0.2.26",
"hasTests": true
},
{
"folder": "pabcd-state",
"packageName": "@codexclaw/pabcd-state",
"version": "0.2.25",
"version": "0.2.26",
"hasTests": true
},
{
"folder": "provider-bridge",
"packageName": "@codexclaw/provider-bridge",
"version": "0.2.25",
"version": "0.2.26",
"hasTests": true
},
{
"folder": "recall",
"packageName": "@codexclaw/recall",
"version": "0.2.25",
"version": "0.2.26",
"hasTests": true
},
{
"folder": "skill-search",
"packageName": "@codexclaw/skill-search",
"version": "0.2.25",
"version": "0.2.26",
"hasTests": true
},
{
"folder": "subagent-config",
"packageName": "@codexclaw/subagent-config",
"version": "0.2.25",
"version": "0.2.26",
"hasTests": true
}
]
Expand Down
Loading