Skip to content

v0.4.22

Choose a tag to compare

@richardbowman richardbowman released this 18 May 12:49
· 577 commits to main since this release
602aac5

What's Changed

  • feat: native ScheduleWakeup support — Claude can now call ScheduleWakeup inside Claude Threads conversations. When the timer fires, the scheduled prompt is injected back into the thread as a user message, resuming the conversation exactly as it would in the Claude Code CLI harness. Use it for polling CI, waiting for deploys, or self-pacing loop work. Pending timers are cancelled cleanly on plugin unload.

Full Changelog

6ee6893 feat: ScheduleWakeup MCP tool for deferred thread wakeups