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 onlyFASTAGENT_STATE_DIRand called it the home ofauth.json. The credential file lives in the secrets dir; the snippet now setsFASTAGENT_SECRETS_DIRtoo, asconfiguration.mdandtroubleshooting.mdalready did.feishu.md,telegram.md: the send-tool refresh instructions point at re-runningfastagent add <kind>instead of scaffolding into a scratch directory and copying the file.
Full Changelog: v0.21.0...v0.21.1