Augureaugure

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 rejectMessage for unauthorized users
    • Move FunctionSchema to @augure/types for proper layering; pass tools via LLM API instead of system prompt

    Auto-updates:

    • Add UpdatesConfig type for skill and CLI update settings
    • Add SkillUpdater for auto-updating hub skills with test-and-rollback
    • Add VersionChecker for CLI update notifications via npm registry

    CLI:

    • Add --env / -e flag for custom .env file 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 start and augure init commands, npm publishing pipeline with changesets, and GitHub Actions CI/CD.

On this page