Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Jovancoding/AI-COMMS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: Jovancoding/AI-COMMS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 6 commits
  • 16 files changed
  • 1 contributor

Commits on Apr 4, 2026

  1. README overhaul + MIT license

    - Professional README with badges, ASCII diagrams, provider table
    - MIT LICENSE file
    - Updated package.json license to MIT
    jovanSAPFIONEER committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    c1b4968 View commit details
    Browse the repository at this point in the history
  2. Add comprehensive documentation

    - docs/SETUP.md — Platform setup (Baileys, Cloud API, Teams, Docker, PM2)
    - docs/PROVIDERS.md — All 18 providers with config examples
    - docs/SECURITY.md — Full security guide (11 layers explained)
    - docs/MULTI-AGENT.md — Multi-agent networking, groups, failover
    - README links to docs section
    jovanSAPFIONEER committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    6c562bf View commit details
    Browse the repository at this point in the history
  3. Prepare for npm publish

    - Remove private flag, add bin/homepage/bugs/author
    - Expand keywords for npm search discoverability
    - Add .npmignore to exclude sensitive files
    jovanSAPFIONEER committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    e23ba69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f91379e View commit details
    Browse the repository at this point in the history
  5. feat: add Telegram platform support

    - Add Telegram bot client (long-polling + webhook modes)
    - Auto message splitting for 4096 char limit
    - Graceful shutdown with stopPolling
    - Config, env validation, and startup checks
    - 69 tests passing (5 new Telegram tests)
    - Updated README, package.json, .env.example
    jovanSAPFIONEER committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    44a3dcb View commit details
    Browse the repository at this point in the history
  6. v1.1.0 — Telegram support

    jovanSAPFIONEER committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    818643c View commit details
    Browse the repository at this point in the history
Loading