All notable changes to the project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for Claude 3.5 Sonnet model
- New anthropic_version variable in configuration
- Updated default model to Claude 3.5 Sonnet (claude-3-5-sonnet-20240620)
- Renamed version to claude_version in configuration for clarity
- Updated Client class to use new anthropic_version and claude_version variables
- Adjusted headers in Client class to include dynamic anthropic-version from config
- Modified URL construction in Client class to use claude_version instead of version
- Added support for new model: 'Haiku'.
- Changed CLI tag for stream mode from
-st
to-s
.
- Initial release.