Open Issues Need Help
View All on GitHubAI Summary: Refactor the Python codebase of the Claude Conversation Extractor tool to replace hardcoded numerical values (magic numbers) with named constants. This improves code readability, maintainability, and understandability by making the purpose of each numerical value explicit.
Extract clean conversation logs from Claude Code's internal storage
AI Summary: Refactor the existing Python codebase of the Claude Conversation Extractor tool to replace all `print` statements with the Python `logging` module. This involves configuring logging levels, formats, and handlers to improve error handling, debugging, and overall code quality. The changes should be implemented across multiple files within the project.
Extract clean conversation logs from Claude Code's internal storage
AI Summary: Add comprehensive type hints to the Python codebase of the Claude Conversation Extractor project to improve code readability, maintainability, and IDE support. This involves annotating function parameters and return types in several modules, focusing on core extraction, search, and UI functions.
Extract clean conversation logs from Claude Code's internal storage