Changelog
Version history from day one
v0.7.0
Phase 6
2026-02-09
Web UI + Polish
- Real-time chat with agent selector (WebSocket)
- Dashboard with agent grid, cost chart, activity feed
- Settings page with documented connections
- Admin panel: tokens, audit log, channels, agents
- Roadmap and Changelog pages
- P0 fixes: Slack dedup, Content-Type validation, tool loop guard
- Responsive design (mobile, tablet, desktop)
v0.6.0
Phase 5
2026-02-09
Multi-Agent + Security Foundation
- 4 registered agents: Kit, Scout, Closer, Sentinel
- Channel-to-agent routing (Slack + Discord)
- Agent-to-agent RPC (askAgent, notifyAgent, ask_agent tool)
- Bearer token auth via SHA-256 (Web Crypto)
- KV rate limiting (60 req/min sliding window)
- D1 audit logging for security events
- Bootstrap endpoint (self-disabling first-token creation)
- Per-agent budgets and cron jobs
v0.5.1
Phase 4.7
2026-02-09
Extended Routing + Image Generation
- Claude Opus 4.6 for code/dev tasks
- Gemini 3 Pro for long-form content
- Gemini 3 Pro Image Preview for image generation
- 8-way router: tools > search > image > code > copy > creative > simple > complex
- R2 image pipeline with /images/ serving route
v0.5.0
Phase 4.6
2026-02-09
Multi-Provider LLM Routing
- Gemini 2.5 Flash via AI Gateway
- Perplexity sonar-pro via AI Gateway
- 5-way router (tools, search, creative, simple, complex)
- Zero-secret LLM auth via AI Gateway binding
v0.4.1
Phase 4.5
2026-02-09
Heartbeat Monitoring
- Hourly silent monitoring with Slack alerts
- Meeting-soon detection (5-15 min warning)
- Red Phone email bypass (alerts through quiet hours)
- Configurable quiet hours
v0.4.0
Phase 4
2026-02-09
MCP + Skills (Switchboard Integration)
- Switchboard MCP JSON-RPC client
- Claude tool_use loop (16 tools, max 5 iterations)
- Gmail: search, read, draft, send, inbox summary
- Calendar: list, search, details, create, free/busy
- Drive: search, read, list
- Email triage (4-tier classification)
- Meeting prep engine
- Enhanced morning briefing with real data
v0.3.0
Phase 3
2026-02-09
Messaging + Morning Briefing
- Slack event handler (DMs, @mentions, threads)
- Discord Interactions API (/kit slash command)
- Signature verification (HMAC-SHA256 + Ed25519)
- Morning briefing via Agents SDK cron
- Per-channel conversation persistence
v0.2.0
Phase 2
2026-02-09
Agent + Personality
- KitAgent Durable Object (Agents SDK)
- R2 personality system (SOUL.md, USER.md, CONTEXT.md)
- 24-hour KV personality cache
- WebSocket support for future web UI
v0.1.0
Phase 0-1
2026-02-09
Foundation + Multi-Tenancy
- D1/R2/KV setup with schema
- Workers AI + Claude routing
- Cost tracking and budget enforcement
- Per-bot isolation via bot_id