Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 14:42
· 18 commits to main since this release

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 via PROMPT_RETRY_ATTEMPTS (0 disables; default
    5); waits are interruptible with /cancel.
  • πŸͺͺ Session cards β€” /sessions and /active now 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)

  1. Download the kiro-telegram-bot-<version>.zip from the assets below and unzip it.
  2. Windows: double-click install.cmd Β· Linux/macOS: chmod +x install.sh && ./install.sh
  3. Set ALLOWED_USERS in .env to your Telegram user ID.

πŸ“– Full install guide: https://github.com/artickc/kiro-telegram-bot/blob/main/docs/INSTALL.md