Skip to content

create-spectrum-project v0.4.0

Choose a tag to compare

@photon-action-bot photon-action-bot released this 18 Jun 02:07
· 37 commits to main since this release

New Features

  • Added Telegram as a supported provider, so new projects can scaffold a Telegram bot alongside terminal, iMessage, and WhatsApp Business. πŸŽ‰
  • Telegram projects now generate the right telegram.config({ botToken: process.env.TELEGRAM_BOT_TOKEN! }) setup and include TELEGRAM_BOT_TOKEN in the generated environment files.

Improvement

  • Updated the generated .env.example and README setup guidance so provider-specific credentials show where they come from, like getting the Telegram bot token from @BotFather.
  • Added golden and unit test coverage for Telegram-only and all-platform scaffolds, making provider setup easier to validate going forward.

Version: 0.4.0