Chapter 06 — Final Chapter
Unreleased Features & What's Coming
Eight features hiding inside v2.1.88, gated behind compile-time flags. None are publicly documented. Some will ship. Some won't. Here's what the source code says.
Sources: kairos/, buddy/, planning/, proactive/, torch/, recordings/, remote/
How we found these
When npm packages ship with source maps, the original TypeScript source is embedded in the .js.map files alongside the compiled JavaScript. On March 31, 2026, Claude Code v2.1.88 shipped with source maps intact — exposing 512,000+ lines of TypeScript.
These unreleased features were found by scanning for three patterns:
KAIROS runs Claude Code as a persistent daemon. It monitors your filesystem using chokidar/fs.watch and can respond to save events, failing tests, and CI notifications automatically — without you typing anything. Think of it as turning Claude Code from a chatbot into an ambient coding assistant that stays on in the background.
What it would mean for you
“You save a file with a bug. Before you switch back to your terminal, KAIROS has already spotted it and queued a suggested fix. No prompt required.”
Source references
Maturity Overview
Based on code coverage, stub ratio, and integration completeness in the v2.1.88 source.
End of Series
You have read all 6 chapters
From the core agentic loop to features that have not shipped yet — you now know more about Claude Code internals than most people at Anthropic would expect an outsider to know.
Back to Series IndexDisclaimer
All features on this page are unreleased and not publicly documented by Anthropic. They were found via source code analysis of v2.1.88. Feature flags and internal module names may change or disappear. These features may never ship. This is an educational analysis — not a roadmap commitment from Anthropic.