简体中文 / English
A desktop app for viewing and managing Claude Code sessions and settings.
Note: This project is currently under reconstruction, and there will be major updates to performance, and it will enter the 2.x.x version.
npm install -g claude-code-reader
ccrSince the abbreviation CCR may conflict with other projects (e.g. ClaudeCodeRouter), the following aliases are also available:
| Command | Description |
|---|---|
ccr |
Default command |
cr |
Short alias |
ccrr |
ClaudeCodeReader abbreviated |
ClaudeCR |
Claude Code Reader |
ClaudeCodeR |
Claude Code Reader (full prefix) |
CCReader |
CC + Reader |
All aliases are equivalent and launch the same application.
Download from Releases.
- Browse projects and chat history
- View and edit session messages
- Manage environment variables
- Switch between env profiles
- Light/Dark theme
- Quick Fix — One-click repair for common Claude Code session issues (e.g. expired thinking blocks causing 400 errors). Extensible framework with 4 permission levels.
Claude Code sessions can run into various issues — expired signatures, corrupted formats, encoding errors, and more. We sincerely invite everyone to contribute fixes for problems you've encountered. Whether it's a bug you've discovered or a repair method you've figured out, your contribution helps the entire community.
See the Contributing Fixers Guide for full details.
To contribute a fixer using Claude Code, copy the following prompt to your AI Agent (e.g. Claude Code):
Please git clone https://github.com/MoYeRanQianZhi/ClaudeCodeReader.git, then read docs/development/contributing-fixers.md thoroughly, make sure you fully understand the bug you want to fix and the repair approach, and contribute code following all requirements in that guide.
npm install
npm run tauri buildMIT
MoYeRanQianZhi