[BUG]
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
I don't understand why a large amount of historical conversation records are being written to C:\Users\[username]\.claude.json. Wouldn't this approach present the following issues:
1.This file will continue to grow larger, making it difficult to read and parse quickly;
2.When searching for historical conversations via the /resume command, Claude will have to search through this entire file;
3.Writing historical conversations to this file violates the Single Responsibility Principle. What is the reasoning behind this design approach?
This seems entirely unreasonable.
claude code version:1.0.110
system: windows 10
What Should Happen?
This design leads to file bloat, poor retrieval efficiency, and a violation of the Single Responsibility Principle.
Error Messages/Logs
Steps to Reproduce
This design leads to file bloat, poor retrieval efficiency, and a violation of the Single Responsibility Principle.
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
1.0.110
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
VS Code integrated terminal
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗