Skip to content

v0.1.42

Choose a tag to compare

@lodar lodar released this 02 Jun 08:26

Fixed

  • 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.