agent-resume v0.1.6 — skipped paid Codex smoke test
agent-resume v0.1.6 — skipped paid Codex smoke test
Added
scripts/test-codex-paid-smoke.pynpm 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-paidThe test asserts that Codex calls agent_resume.build_resume_command without cwd and without marker, and verifies:
session_id_source == "mcp_meta"marker == nullused_last == falsecommandis the full argv array beginning withcodex 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.