What's in this release
The first public release of Tages — persistent codebase memory for AI coding agents.
Core
- 55 MCP tools — remember, recall, audit, sharpen, brief, federation, analytics, and more
- 35 CLI commands — full control from the terminal
- 521 tests (445 server + 76 CLI), all passing
- Web dashboard — Next.js 16 with Supabase Auth, project browser, memory viewer, stats
Key Innovation: Pre-flight Brief Injection
Three benchmarks proved that runtime MCP calls don't improve agent code quality — the context decays as the agent works. tages brief generates a cached context file injected into the system prompt, scoring 8.8/10 vs 7.7/10 without (+14% quality at near-zero cost).
Memory Quality Flywheel
tages audit— scores memory coverage, flags gapstages sharpen— rewrites descriptive memories into imperative form via Claude Haikutages session-wrap --refresh-brief— auto-invalidates brief after session learning
Pricing & Billing
- Free: 1 project, 10K memories
- Pro ($14/mo): unlimited projects, 50K memories, cloud sync
- Team ($29/seat/mo): 100K memories, federation, RBAC, SSO
- Self-hosted: free forever, MIT license
- Stripe integration for Pro + Team tiers
Security
- AES-256-GCM field-level encryption (opt-in)
- RBAC with owner/admin/member roles
- Row Level Security on all Supabase tables
- SHA-256 hashed API tokens with expiration
- PII/secret detection before storage
npm packages
@tages/cli@0.1.0@tages/server@0.1.0@tages/shared@0.1.0
Install: npm install -g @tages/cli && tages init