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:

01
Compile-time flagsenv vars like CLAUDE_CODE_ENABLE_* checked with process.env["FEATURE_FLAG"]
02
Dead code pathsFully implemented modules imported in index files but never exported to users
03
Config referencesSettings schema entries with no corresponding UI, and JSON keys with no documentation
Likely to Ship
Possible
Early / Stub

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.

Code Readiness82%

Source references

kairos/KairosDaemon.tskairos/FileWatcher.tskairos/EventDispatcher.ts

Maturity Overview

Based on code coverage, stub ratio, and integration completeness in the v2.1.88 source.

KAIROS
Likely to Ship82%
Multi-Agent Teams
Likely to Ship74%
Buddy
Possible61%
Ultraplan
Possible55%
Torch
Possible47%
Workflow Recordings
Early / Stub35%
Remote Execution
Early / Stub31%
Proactive Daemon
Early / Stub28%

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 Index

Disclaimer

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.