Releases: RMNCLDYO/claude-ai-toolkit
Releases · RMNCLDYO/claude-ai-toolkit
Claude AI Toolkit v1.0.2
We're excited to announce the release of Claude AI Toolkit v1.0.2! This update brings support for Anthropic's latest Claude 3.5 Sonnet model, along with several improvements to enhance your experience with the toolkit.
🚀 New Features
- Claude 3.5 Sonnet Support: We've added support for the latest Claude 3.5 Sonnet model, giving you access to Anthropic's most advanced AI capabilities.
- Dynamic Anthropic Version: Introduced a new
anthropic_version
variable in the configuration, allowing for easier updates as Anthropic releases new API versions.
🔧 Improvements
- Default Model Update: The default model has been changed to Claude 3.5 Sonnet (claude-3-5-sonnet-20240620), ensuring you're using the most up-to-date model out of the box.
- Configuration Clarity: Renamed
version
toclaude_version
in the configuration for better clarity and to distinguish it from the Anthropic API version. - Client Class Enhancements: Updated the
Client
class to use the newanthropic_version
andclaude_version
variables, improving flexibility and future-proofing. - Dynamic Headers: Adjusted headers in the
Client
class to include the dynamicanthropic-version
from the config, ensuring compatibility with future API updates. - URL Construction: Modified URL construction in the
Client
class to useclaude_version
, aligning with the new configuration structure.
📚 Documentation
- Updated the CLI help text to reflect the latest changes and default model.
- Enhanced inline comments for better code understanding and maintenance.
🐛 Bug Fixes
- Resolved minor issues related to error handling and response parsing.
🔜 What's Next
We're continuously working to improve the Claude AI Toolkit. Stay tuned for more features, optimizations, and support for future Claude models!
🙏 Feedback
Your feedback is crucial in making the Claude AI Toolkit better. If you encounter any issues or have suggestions for improvements, please open an issue on our GitHub repository.
Thank you for using the Claude AI Toolkit!
Claude AI Toolkit v1.0.1
- Added support for new model: 'Haiku'.
- Changed CLI tag for stream mode from -st to -s.
- Updated example prompts.
Full Changelog: v1.0.0...v1.0.1
Claude AI Toolkit v1.0.0
- Initial release.