Commit graph

4 commits

Author SHA1 Message Date
Kevin Turcios
9456cf48fa Add set -e to vendored session-start-env.sh
Match upstream fix: propagate write failures as non-zero exit.
2026-04-21 05:32:30 -05:00
Kevin Turcios
42c8310494 Update vendored codex plugin from v1.0.2 to v1.0.4
Notable upstream fixes:
- Fix working-tree review crash on untracked directories
- Avoid embedding large adversarial review diffs
- Inherit process.env in app-server spawn
- Scope implicit resume-last and cancel to current session
- Gracefully handle unsupported thread/name/set on older CLI
- Use app-server auth status for Codex readiness
2026-04-21 05:11:56 -05:00
Kevin Turcios
de6046df8d Replace Node.js SessionStart hook with bash (106ms → 5ms)
The codex session-lifecycle-hook.mjs SessionStart path only appends
two env vars to CLAUDE_ENV_FILE. Rewrite that as a bash script to
avoid ~100ms V8 startup overhead. SessionEnd stays in Node.js since
it needs async broker teardown and process tree management.
2026-04-21 05:07:03 -05:00
Kevin Turcios
3b59d97647 squash 2026-04-13 14:12:17 -05:00