Skip to content

Fix Codex thread-scoped Ponytail mode#627

Open
anhle128 wants to merge 3 commits into
DietrichGebert:mainfrom
anhle128:fix/codex-thread-scoped-mode
Open

Fix Codex thread-scoped Ponytail mode#627
anhle128 wants to merge 3 commits into
DietrichGebert:mainfrom
anhle128:fix/codex-thread-scoped-mode

Conversation

@anhle128

@anhle128 anhle128 commented Jul 22, 2026

Copy link
Copy Markdown

Summary

  • add Codex-specific generated skills with an explicit mode controller and product-gate the portable skills out of Codex
  • store Codex Ponytail mode per root session_id, with explicit startup/resume/clear/compact and subagent inheritance behavior
  • split Codex context into a shared base plus authoritative mode controls so append-only hook context stays deterministic
  • add npm run codex:local to build the Codex skills and install this checkout through a local Codex marketplace
  • document the global Codex opt-in workflow and add lifecycle/skill generation/local-build regression tests

Closes #626

Verification

  • node scripts/build-codex-skills.js
  • node scripts/build-openclaw-skills.js
  • node scripts/check-rule-copies.js
  • node scripts/check-versions.js
  • node --test tests/codex-local-build.test.js tests/package-scripts.test.js
  • PATH=/tmp/ponytail-test-venv/bin:$PATH npm test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make Codex global install opt-in per thread

1 participant