Changelog
A complete history of changes across the Antimatter ecosystem. Because Antimatter is a monorepo with multiple independent packages, major milestones are documented here, with component-level changelogs in each sub-project.
Release Timeline
๐ฅ๏ธ Native Remote PTY Terminal
Added full interactive PTY terminal to both Android (Termux-based) and iOS (SwiftTerm) apps, and the Gateway. Supports vim, htop, ssh, full ANSI/256-color rendering, pinch-to-zoom, and extra keys bar. All terminal I/O is end-to-end encrypted.
๐ End-to-End Encryption (E2EE)
Implemented true E2EE using Diffie-Hellman key exchange + AES-GCM. All WebSocket payloads are now encrypted before leaving the device โ zero-knowledge routing through Cloudflare and any intermediaries.
๐ก๏ธ Security Audit + Zero Trust + Biometric Auth
Completed security audit. Implemented Cloudflare Zero Trust support, SQLCipher database encryption, and biometric authentication gate (Fingerprint/Face ID) before any agent connection is established.
๐งฉ Independent Adapter Model
Major architectural refactor โ decoupled the monolithic VS Code extension into the Independent Adapter Model. The antimatter-core Gateway now handles all security and routing, while adapters (ag, ag2, cc) are lightweight IPC clients. Multi-agent support added.
๐ค Claude Code (cc) Adapter
Added official adapter for Anthropic Claude Code CLI using the @anthropic-ai/claude-agent-sdk. Supports streaming events, prompt injection, and full trajectory rendering in the app.
๐ Antigravity 2.0 (ag2) Adapter
Added Python daemon adapter for the standalone Google Antigravity 2.0 application. Includes agent Skill for natural language control of the adapter.
๐ฒ Push Notifications + FTS Search + Multimodal
Added: local push notifications when agent completes tasks or needs approval; Full-Text Search across conversation history (Room FTS4); multimodal image attachment support in prompts.
๐ Initial Beta Release
First public release of the Antimatter ecosystem. Included the Antigravity IDE VS Code extension adapter, Android companion app with QR pairing and Ed25519 cryptography, and Cloudflare tunnel integration.
Component Changelogs
For detailed, per-commit change history:
| Component | Changelog |
|---|---|
Gateway (antimatter-core) | core/CHANGELOG.md |
| Android App | android/CHANGELOG.md |
| iOS App | ios/CHANGELOG.md |
| All Adapters | adapters/CHANGELOG.md |