v1.3.0
Added
- π Transient-error auto-retry with backoff β when the agent returns a
transient error (e.g. "high volume of traffic" /-32603"Internal error")
before any output has streamed, the bot retries with an exponential backoff
(6s β 12s β 24s β 48s β 60s) instead of failing immediately. The real
error is shown on every attempt, and a clear summary is sent once retries are
exhausted. Configurable viaPROMPT_RETRY_ATTEMPTS(0disables; default
5); waits are interruptible with/cancel. - πͺͺ Session cards β
/sessionsand/activenow render each session as a
rich card (status dot, project name + full path, created/updated times,
history size, context-usage %, short id) with Resume/Continue Β· History Β·
Watch buttons, replacing the cramped button grid. - π Install guide β new
docs/INSTALL.md, linked from the README and from
every GitHub Release.
Changed
- ACP JSON-RPC errors now surface their code and data (and are logged), so
failures are diagnosable instead of an opaque "Internal error". - The release workflow always attaches the clean source zip and appends a
1-click install footer (with a link to the install guide) to every
release's notes.
π¦ Install (1-click)
- Download the
kiro-telegram-bot-<version>.zipfrom the assets below and unzip it. - Windows: double-click
install.cmdΒ· Linux/macOS:chmod +x install.sh && ./install.sh - Set
ALLOWED_USERSin.envto your Telegram user ID.
π Full install guide: https://github.com/artickc/kiro-telegram-bot/blob/main/docs/INSTALL.md