All notable changes to Claude Context Wrapper will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Single source of truth for version management via VERSION file
- Automatic version synchronization across all components
- Version is now read from VERSION file instead of hardcoded
- Installation script copies VERSION file for consistent versioning
- Simplified version updates - only need to edit VERSION file
- Version management workflow for maintainers
- Consistency across wrapper script and installation process
- Removed interactive initialization prompt from installation script
- Replaced with clear instructions on how to initialize projects
- Installation now completes cleanly without waiting for input
- Updated README with simplified installation instructions
- Better user experience for curl-based installation
- Clearer post-installation guidance
- Installation script now properly displays version when run via curl
- Fixed terminal input handling for pause at end of installation
- Improved compatibility with different installation methods (local vs remote)
- Installation script handles TTY availability more gracefully
- Better error handling for terminal input during installation
- Fixed
--helpcommand to show wrapper help by default instead of Claude's help - Added
--help claudeoption to show Claude's original help - Improved installation script to show version being installed
- Fixed installation script to allow interaction after installation completes
- Help command now prioritizes wrapper help over Claude help for better discoverability
- Full pass-through support for all Claude flags (--continue, --resume, -r, -c, etc.)
- Smart detection to automatically detect Claude commands vs prompts
- Interactive sessions support when running
ccwithout arguments - Complete command compatibility with config, mcp, update, and all other Claude commands
- Wrapper is now a complete drop-in replacement for Claude CLI
- Context is automatically injected into every interaction
- Initial context wrapper functionality
- Support for TypeScript, Python, and text context files
- Git integration features
- Framework detection
- Global context support
- Bypass permissions mode
- Container mode for restricted access