Skip to content

agent-resume v0.1.6 — skipped paid Codex smoke test

Choose a tag to compare

@megamen32 megamen32 released this 05 Jul 03:05
· 14 commits to main since this release

agent-resume v0.1.6 — skipped paid Codex smoke test

Added

  • scripts/test-codex-paid-smoke.py
  • npm run test:codex-paid

The test is skipped by default because it runs a paid Codex model call.
Enable explicitly:

AGENT_RESUME_RUN_PAID_CODEX=1 AGENT_RESUME_CODEX_MODEL=gpt-5.4-mini npm run test:codex-paid

The test asserts that Codex calls agent_resume.build_resume_command without cwd and without marker, and verifies:

  • session_id_source == "mcp_meta"
  • marker == null
  • used_last == false
  • command is the full argv array beginning with codex exec resume <thread_id>

Notes

used_last: false means the unsafe --last path was not used. command is the full argv list returned by agent-resume; earlier summaries may show only its prefix for readability.