This repository stores a local research copy of @anthropic-ai/claude-code@2.1.88, including:
-
npm-original/
- Original npm tarball and key extracted package artifacts
cli.js.mapused for source reconstruction
-
source/
- Reconstructed source tree from
cli.js.map - Focused on Claude Code's own source (third-party
node_modulesremoved)
- Reconstructed source tree from
-
doc/
- Analysis reports, module mapping, structure summary, and topic-focused notes
- English:
README.md - 中文:
README.zh-CN.md
npm-original/— raw package artifactssource/— reconstructed source codedoc/— analysis documentsREADME.md— English overviewREADME.zh-CN.md— 中文说明
-
Authentication & Login
- English:
doc/authentication-login.en.md - 中文:
doc/authentication-login.zh-CN.md
- English:
-
Permissions & Risk Control
- English:
doc/permissions-risk-control.en.md - 中文:
doc/permissions-risk-control.zh-CN.md
- English:
More module reports will be added incrementally: multi-agent, MCP, remote/bridge, telemetry, and update/install.
- Package:
@anthropic-ai/claude-code - Version:
2.1.88 - Source reconstruction is based on
sources+sourcesContentembedded incli.js.map - This repo is organized for inspection and learning
- This is a research and analysis repository, not an official source mirror
From the recovered source tree, Claude Code 2.1.88 appears to be much more than a thin terminal wrapper. It includes:
- a full OAuth / API-key authentication stack
- permission approval and risk-control logic
- multi-agent / teammate / swarm collaboration features
- deep MCP integration
- remote-control / bridge / direct-connect capabilities
- telemetry / analytics / experiment infrastructure
- update and local installation logic