v0.4.22
What's Changed
- feat: native ScheduleWakeup support — Claude can now call
ScheduleWakeupinside 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