Skip to content

v0.21.1

Latest

Choose a tag to compare

@kid7st kid7st released this 06 Sep 17:43
· 11 commits to main since this release
4e2b008

A patch release: fastagent add <kind> re-runs the same way for every channel, and three docs statements now match the code.

Fixed

fastagent add telegram / add github re-run on an existing agent (#468). Both refused when channels/<kind>.ts already existed, which left tools/telegram-send.ts — the package's, rewritten on every add since 0.21.0 — with no in-place upgrade path. Every channel now behaves like slack/feishu/lark: the authored channel file is kept and the companion tool is rewritten.

Docs

  • quickstart.md: the deploy snippet set only FASTAGENT_STATE_DIR and called it the home of auth.json. The credential file lives in the secrets dir; the snippet now sets FASTAGENT_SECRETS_DIR too, as configuration.md and troubleshooting.md already did.
  • feishu.md, telegram.md: the send-tool refresh instructions point at re-running fastagent add <kind> instead of scaffolding into a scratch directory and copying the file.

Full Changelog: v0.21.0...v0.21.1