Skip to content

Releases: xiaojiecode/codex-ask-claude

Codex Ask Claude v1.0.1

Choose a tag to compare

@xiaojiecode xiaojiecode released this 19 May 21:27

Codex Ask Claude v1.0.1

This reissues the stable release after removing the accidental runtime-directory coupling to OMX. The skill now uses its own project-local runtime directory and no longer documents or writes .omx paths.

What changed from v1.0.0

  • Runtime artifacts now default to .codex-ask-claude/artifacts.
  • Session reuse state now lives under .codex-ask-claude/state/claude-sessions.
  • Missing-Claude decline markers now live under .codex-ask-claude/state.
  • README, SKILL.md, prompt contract, tests, and .gitignore were updated to remove all OMX references.
  • Old local .omx generated artifacts were removed from the working tree.

Stable feature set

  • Node-only cross-platform wrapper for Windows, macOS, and Linux.
  • Claude session reuse via stored session_id and automatic --resume.
  • Explicit Claude command permission controls: --permission-mode, --allowed-tools, --disallowed-tools, --tools, and --add-dir.
  • Compact live output for Claude stream-json, with full raw stdout/stderr preserved in artifacts and logs.
  • macOS/Linux PATH compatibility for non-login shells.
  • Safer Windows handling: prefer claude.exe; .cmd / .bat shims reject shell-sensitive prompt characters.

Verification

Validated before release:

PASS invoke-claude-frontend-node
Skill is valid!

A scan confirmed there are no remaining .omx, omx, or OMX references in README, SKILL.md, references, scripts, tests, or .gitignore.

Upgrade note

If you installed v1.0.0, reinstall or update to v1.0.1 and restart Codex so the new skill metadata is loaded. Old .omx runtime artifacts are no longer used by this skill.