Changelog
A history of updates and improvements to Sophon.
v1.11.0
release
June 12, 2026- Heartbeat autonomy: agents run standing checklists on a schedule with noop suppression, failure backoff, and a Medium-risk auto-approve ceiling
- Real-time speech-to-text: streaming server-side transcription with live interim results on Dashboard and Mobile (Deepgram, OpenAI, Azure, Google, ElevenLabs, Sophon Managed Speech)
- Model catalog: capability and pricing matrix for 20+ bundled models, hidden-model controls, and per-session model selection via Dashboard picker or CLI /provider
- Group chat controls: per-channel policies (mention-only, allowlist, all-messages, disabled) with mention, reply, quote, and thread triggers across six platforms
- Thread-aware sessions: Slack threads, Discord forum posts, Telegram topics, and more each get an isolated session with automatic expiry and cleanup
- Inbound message debouncing: rapid-fire messages coalesce into a single agent turn, with per-channel tuning
- Reply and quote context: quoted messages are captured and shown to the agent on Telegram, Discord, Slack, Mattermost, and Matrix
- Media understanding: inbound images, audio, and video are automatically transcribed or captioned so any model can reason over them
- PowerPoint generation: build complete themed .pptx decks in one call — 10 layouts, 6 themes, speaker notes, and deck editing operations
- Mobile Material 3 redesign: Daylight, Indigo Core, and AMOLED themes, Material You dynamic color (Android 12+), edge-to-edge layout, predictive back
- Mobile chat reliability: per-session stream buffers, mid-task reconnection with stream reconciliation, and approval recovery
- CLI v2 by default: pinned input zone, inline slash and @-mention pickers, live subagent status band, and four terminal themes
- New CLI chat commands: /provider (per-session model override), /thinking, /auto-approve, /canvas — thinking and auto-approve settings persist across sessions
- Session-scoped realtime events: per-session badges and approvals across Dashboard, Mobile, CLI, and Desktop — no more cross-device noise
- Hardened multi-tenant realtime isolation: all live events are tenant-scoped on shared gateways
- Production hardening: automatic credential migration into the vault, channel config rollback on failure, SSRF protections, and configurable rate limits
v1.0.0
launch
March 1, 2026- Initial release of Sophon
- Multi-agent runtime with LLM-based routing
- 12+ channel adapters (WhatsApp, Telegram, Slack, Discord, etc.)
- Visual workflow builder with 20+ node types
- Intelligent memory system with agent-scoped isolation
- Document processing pipeline (PDF, DOCX, XLSX, images, audio)
- Secure code sandbox (Docker + gVisor, process fallback)
- Credential vault with OAuth 2.1 + PKCE
- Human approval gates with risk classification
- React 19 Dashboard with 18+ pages
- Electron desktop app (Windows, macOS, Linux)
- Three tiers: Personal (free), Pro, Enterprise
- Enterprise features: SSO, RBAC, audit logs, multi-tenancy
v0.9.0-beta
beta
February 15, 2026- Agent-scoped memory with database storage
- Channel file attachment support
- Process sandbox fallback for non-Docker environments
- Workflow expression engine with recursive descent parser
- Dynamic service connections with manifest-driven configuration
v0.8.0-alpha
alpha
February 1, 2026- Core agent runtime and session management
- Basic channel adapters (WebChat, Telegram)
- Memory engine with short-term and long-term storage
- Skill engine with bundled skills
- SQLite database for Personal tier