Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 2.65 KB

File metadata and controls

78 lines (58 loc) · 2.65 KB

Changelog

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.

[1.3.0] - 2025-08-17

Added

  • Single source of truth for version management via VERSION file
  • Automatic version synchronization across all components

Changed

  • 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

Improved

  • Version management workflow for maintainers
  • Consistency across wrapper script and installation process

[1.2.3] - 2025-08-17

Changed

  • 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

Improved

  • Better user experience for curl-based installation
  • Clearer post-installation guidance

[1.2.2] - 2025-08-17

Fixed

  • 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)

Changed

  • Installation script handles TTY availability more gracefully
  • Better error handling for terminal input during installation

[1.2.1] - 2025-08-17

Fixed

  • Fixed --help command to show wrapper help by default instead of Claude's help
  • Added --help claude option to show Claude's original help
  • Improved installation script to show version being installed
  • Fixed installation script to allow interaction after installation completes

Changed

  • Help command now prioritizes wrapper help over Claude help for better discoverability

[1.2.0] - 2025-08-17

Added

  • 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 cc without arguments
  • Complete command compatibility with config, mcp, update, and all other Claude commands

Changed

  • Wrapper is now a complete drop-in replacement for Claude CLI
  • Context is automatically injected into every interaction

[1.1.0] - Previous Version

Added

  • 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