You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rotation auto-resume now reliably replies on the new account. 0.1.41 made the resume prompt parse, but it was injected as a startup positional — which claude processes ~200ms before its telegram MCP server connects, so the first turn lacked the reply tool and the resumed agent went silent. Now 5dive-agent-start launches a bare claude --resume <id> and a deferred watcher types the prompt only after claude's input is ready + a short MCP-settle buffer. Pairs with telegram plugin 0.4.51.