Skip to content

agent-resume v0.1.7 — built-in wait/resume watchers

Choose a tag to compare

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

agent-resume v0.1.7 — built-in wait/resume watchers

Adds built-in long-wait tools so agent-resume can replace Notify for wait/resume flows:

  • run_and_resume — run a command, wait for exit/timeout, then resume the same chat.
  • attach_pid_and_resume — watch an existing PID, then resume.
  • attach_query_and_resume — find a process by command substring, watch, then resume.
  • wait_and_resume — wait a fixed duration, then resume.
  • wait_job_status — inspect wait job state.

Codex captures the current thread id from MCP _meta.threadId before detaching. OpenCode uses cwd + marker. execute_resume=true by default; set execute_resume=false only for tests.

The installer now defaults to Codex + OpenCode. Claude remains supported as an explicit fallback, but is not installed by default because Claude can resume itself.