Changelog
Release history for the augure CLI
0.4.0
Minor Changes
-
7c430c9: Telegram channel overhaul and auto-update system
Channels:
- Add middleware pipeline (Koa-style) for outgoing messages: split, escape, retry
- Refactor TelegramChannel with MarkdownV2 support, media handling (photos & documents), and plaintext fallback
- Per-userId conversation isolation to prevent cross-talk
- Graceful bot shutdown on SIGINT/SIGTERM
- Custom
rejectMessagefor unauthorized users - Move
FunctionSchemato@augure/typesfor proper layering; pass tools via LLM API instead of system prompt
Auto-updates:
- Add
UpdatesConfigtype for skill and CLI update settings - Add
SkillUpdaterfor auto-updating hub skills with test-and-rollback - Add
VersionCheckerfor CLI update notifications via npm registry
CLI:
- Add
--env/-eflag for custom.envfile path
Docs:
- Add channels overview and Telegram setup guide to Fumadocs site
0.3.0
Minor Changes
- 5be48b4: Bundle CLI with tsup for standalone npm distribution, add email tool (IMAP/SMTP), and add changelog + CLI reference to docs.
0.2.0
Minor Changes
- 00fae0e: Initial release: CLI with
augure startandaugure initcommands, npm publishing pipeline with changesets, and GitHub Actions CI/CD.