Skip to content

Releases: 1broseidon/hotline

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 19:54

Changelog

  • 27fcfae Add inbound message coalescing; add Makefile; drop repo-local .mcp.json
  • b03dca0 Add multi-provider interface and route tools through a source Router
  • e8effae Add stub provider and router/provider/config/schema tests
  • ccc4246 Initial commit: tele-go — Telegram channel for Claude Code
  • 98f32f5 Merge branch 'security-md'
  • 470ce09 Rename tele-go to hotline (module, binary, strings, env vars)
  • 70bf5a3 config: Discord state dir + DISCORD_BOT_TOKEN resolution
  • 9b5dbcb config: add LoadSignal (SIGNAL_ACCOUNT / SIGNAL_DAEMON_URL, per-instance state under signal/)
  • f5f1f45 deps: add bwmarrin/discordgo
  • c07cc58 discord: offline test suite (normalization, gating, buttons, perm relay, 2000-char splits, router integration)
  • a9ef862 discord: provider adapter (gateway inbound, native buttons, permission relay)
  • fa5cd12 feat: Claude Code plugin + marketplace manifest
  • 4ebd288 feat: HOTLINE.md voice override for channel instructions
  • befef33 feat: setup / init / start onboarding trio
  • 3b6f80d main: register discord provider; --provider flag for pair/deny/status
  • e17d91e main: register the signal provider (HOTLINE_PROVIDERS, pair/deny/status --provider signal)
  • 11b27f1 revoke: remove an approved sender from the allowlist
  • 8268431 signal: adapter for the signal-cli HTTP daemon
  • 875f1bd signal: offline tests against a mock signal-cli daemon