Skip to content

v0.1.5

Choose a tag to compare

@lodar lodar released this 25 May 04:28
· 158 commits to main since this release

Changed

  • New telegram agents now preseed on the telegram@5dive-plugins fork instead of upstream claude-plugins-official. The fork bundles PreToolUse / Stop / PostToolUse hooks via its own hooks.json and ships richer slash commands (/model, /effort, /agents, /status, silence-watchdog). Existing telegram agents stay on upstream until a 5dive-api update.sh pass migrates them.

Fixed

  • stop-failure-telegram parses the rate-limit reset time from the StopFailure transcript instead of scraping the tmux pane. When claude shows the "Stop and wait" menu the pane switches to the alt screen and the "resets Xpm (TZ)" line disappears from tmux capture-pane; transcript parse reads the structured rate-limit message claude logs (isApiErrorMessage=true) — authoritative and immune to tmux screen state. Pane scrape kept as last resort.
  • Plugin install pins the explicit https:// URL for the marketplace add step. claude plugin marketplace add owner/repo resolves the GitHub shorthand to git@github.com:owner/repo (SSH) on some claude versions, which fails for agent-<name> users on customer VMs with no SSH key (ERR_STREAM_PREMATURE_CLOSE during clone).

See CHANGELOG.md for the full breakdown.