v1.0.0
cloudbridgeuy
released this
01 Aug 00:54
·
68 commits
to main
since this release
Release Notes
First version of my new Ai CLI:
c
! 🚀
v1.0.0
Features
- Added streaming support to the
anthropic
crate andc
command. - Added a spinner to show progress for streaming responses.
- Started working on a new version of the CLI.
- Handled streaming in the CLI to properly handle OpenAI streaming responses.
Refactors
- Cleaned up the
anthropic
crate by removing unused code and making some fields optional. - Improved the usage of sessions to define completion behavior.
- Moved most logic into the
c
crate. - Replaced
anyhow
forcolor_eyre
andlog
fortracing
in theanthropic
crate.
Fixes
- Applied changes done to other services.
Chores
- Added the
tracing
dependency. - Added
bacon
to the project.