github mksglu/context-mode v1.0.60

latest releases: v1.0.65, v1.0.64, v1.0.63...
6 hours ago

What's Changed

Codex CLI — Full Hook Dispatch Support (#225)

  • Added codex to CLI HOOK_MAPcontext-mode hook codex <event> now works (was exit(1))
  • Dedicated hooks/codex/ directory — pretooluse, posttooluse, sessionstart with Codex-specific wire protocol
  • Added CODEX_OPTS to session-helpers (configDir: ".codex", projectDirEnv: undefined — verified against source)
  • Fixed hookEventName field — all Codex hookSpecificOutput responses now include the required hookEventName (codex-rs deny_unknown_fields + no #[serde(default)] rejects output without it)
  • Codex PreToolUse formatter — deny works, ask/modify/context correctly dropped (verified: codex-rs/hooks/src/engine/output_parser.rs)
  • Fixed tracking link in platform-support.md (#15824#16685)

Debug Script v2

  • 18-section diagnostic script (ctx-debug.sh) with JSON output
  • Cross-platform: macOS, Linux, Windows (Git Bash / WSL)
  • Codex version check (≥0.118.0 exec-mode MCP warning)

Other

  • Bug report template now requires JSON debug output
  • OpenClaw e2e fix for openclaw.json config path
  • Stale Codex + Cursor references cleaned up in README

Verified Against Source

All Codex wire protocol changes verified against codex-rs/hooks/src/schema.rs and codex-rs/hooks/src/engine/output_parser.rs. ENV vars verified against codex-rs/core/src/exec_env.rs and codex-rs/core/src/unified_exec/process_manager.rs.

Full Changelog: v1.0.59...v1.0.60

Don't miss a new context-mode release

NewReleases is sending notifications on new releases.