Skip to main content
TRW
TRWDocumentation

Changelog

Release notes and version history for TRW. Every release builds on accumulated intelligence from prior sessions.

Current Versions

0.32.0

trw-mcp

0.4.0

trw-memory

0.3.0

trw-eval

v24.4

Framework

Releases

v0.32.02026-03-26

Executable Assertions & Self-Verifying Memory

trw-mcp 0.32.0trw-memory 0.4.0
  • Machine-verifiable grep/glob assertions attached to memory entries — learnings auto-verify against your codebase
  • Assertion-aware recall: failing assertions penalize utility scores so stale knowledge ranks lower
  • Security-first verification engine: path traversal rejection, pattern caps, binary file detection
  • 93 new tests across both packages covering models, SQLite round-trip, all verification types
v0.31.02026-03-25

Device Auth & One-Line Install

trw-mcp 0.31.0backend 0.15.0platform 0.26.0
  • One-line install: curl -fsSL trwframework.com/install.sh | bash — detects Python, installs from PyPI, configures your project
  • RFC 8628 device authorization flow — authenticate CLI via browser with QR code support
  • OAuth social login with Google and GitHub, including Google One Tap for instant sign-in
  • trw-mcp auth commands: login (device flow), logout, and status with multi-org support
v0.30.02026-03-25

Observation Masking & Open Source Prep

trw-mcp 0.30.0
  • 3-tier context budget middleware: progressive verbosity (full/compact/minimal) reduces tool response tokens as sessions grow — 52% cost reduction
  • Open-source publication prep: BSL 1.1 license, public README, secrets scrubbed
  • Redundancy detection via SHA-256 hashing suppresses repeated identical tool responses
  • CLAUDE.md cache invalidation on upgrade — version bumps force re-render across all projects
v0.27.02026-03-19

Framework v24.4 & Structured Logging

trw-mcp 0.27.0trw-memory 0.3.0
  • Framework version bump to v24.4_TRW — coordinated release across all 5 monorepo packages
  • Structured logging overhaul: structlog wired across all modules with consistent snake_case event naming
  • 150 cross-package integration tests covering tool-to-state-to-persistence boundaries
  • Agent Teams worktree merge fix — worktree branches merge before cleanup, preventing work loss
v0.22.02026-03-18

Client Profiles & Adaptive Ceremony

trw-mcp 0.22.0
  • 5 built-in client profiles: claude-code, opencode, cursor, codex, aider — each with calibrated ceremony weights
  • Profile-aware scoring and instruction sync — ceremony adapts to each platform's context window and capabilities
  • Response optimizer middleware: compacts JSON, rounds floats, strips nulls for LLM context efficiency
  • 7 delivery gate structural fixes and DRY helper extraction for events.jsonl processing
v0.20.02026-03-15

Multi-Platform Support & 24 Tools

trw-mcp 0.20.0
  • Multi-platform ceremony: full, light, and off modes — works with Claude Code, Cursor, opencode, Codex, and aider
  • 24 MCP tools, 6 resources, 24 skills, and 18 bundled agents — complete orchestration toolkit
  • Learning injection into AGENTS.md — high-impact learnings auto-promote to platform-generic instruction files
  • Installer UX overhaul with real backend health checks and cross-platform MCP server restart after upgrade
v0.15.02026-03-14

Agent Teams Safety & Type System

trw-mcp 0.15.0
  • Worktree pre-spawn safety: git status check before worktree creation blocks on uncommitted changes
  • 79 TypedDict classes across 18 submodules replacing dict[str, object] at all major cross-module boundaries
  • AARE-F scoring truthfulness fix: removed stub dimensions, recalibrated weights, scoring ceiling now reaches 100
  • Test file ownership enforcement — zero-overlap rules prevent multiple agents from editing the same test file
v0.7.02026-03-14

Documentation Overhaul

platform 0.7.0
  • Complete rewrite of 7 documentation pages modeled after Anthropic's docs style — progressive disclosure, scannable tables
  • Tools reference expanded from 15 to 24 tools, Skills from 17 to 24, Agents from 11 to 18
  • SEO overhaul: WebSite schema, enhanced Organization schema, custom OG copy for key pages, expanded sitemap
  • Full API reference with 20 endpoints, auth badges, curl examples, rate limits, and error formats
v0.5.02026-03-05

Interactive Memory Visualizations

platform 0.5.0
  • 9 interactive memory sections: growth timeline, tier migration, smart search, knowledge graph, forgetting curve
  • Cross-widget dashboard interactions: searching highlights matching tiers, click-to-cycle metrics
  • Homepage growth timeline showing framework phases compounding over tasks with animated SVG appreciation cards
v0.1.02026-02-27

trw-memory: Standalone Memory Engine

trw-memory 0.1.0
  • Standalone persistent memory engine extracted from trw-mcp — SQLite primary + YAML secondary backends
  • Hybrid search: BM25 sparse + dense vector (sqlite-vec) with Reciprocal Rank Fusion
  • Knowledge graph, tiered storage (hot/warm/cold), semantic dedup, and LLM-powered consolidation
  • Integrations: LangChain, LlamaIndex, CrewAI, and OpenAI-compatible adapters

Next Steps