Skip to content

tencent-source/claude-code-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

claude-code-source

Public source snapshot of the Claude Code CLI application. This repository contains the extracted src/ tree from the uploaded archive and is intended as a code reference, navigation aid, and publishing target for the shared source.

What This Repository Contains

  • A TypeScript and TSX source tree under src/
  • CLI entrypoints and command wiring
  • Terminal UI components built around Ink
  • Tooling, hooks, skills, plugins, bridge, remote-control, and session logic
  • Application state, services, utilities, and supporting modules

What This Repository Does Not Contain

This upload is a source snapshot, not a full project checkout. At the time of publishing, the archive only includes the src/ directory.

That means this repository does not currently include:

  • package.json or lockfiles
  • build configuration at the repository root
  • install or release metadata
  • a verified license file in this snapshot

Source Layout

Key directories and files:

  • src/main.tsx: main CLI startup and command registration
  • src/entrypoints/cli.tsx: bootstrap entrypoint for the CLI
  • src/components/: terminal UI components
  • src/screens/: higher-level interactive views
  • src/commands/: command implementations
  • src/tools/: tool definitions and execution logic
  • src/hooks/: reusable React and app hooks
  • src/services/: network, policy, analytics, MCP, and app services
  • src/utils/: shared utilities and support code
  • src/bridge/: remote-control and bridge functionality
  • src/skills/: bundled skill loading and skill-related logic

Intended Use

Use this repository if you want to:

  • browse the shared Claude Code source snapshot online
  • reference the project structure on GitHub
  • discuss or review specific source files
  • mirror this extracted source tree in a public repository

Notes

  • This repository is based on the contents of src.zip as provided.
  • Because the upload is incomplete at the repository root, setup and build instructions are intentionally omitted.
  • If a full project export becomes available later, the README should be updated to include install, run, test, and contribution guidance.

About

Public source snapshot of the Claude Code CLI src tree

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

No contributors