-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[agent farm] sonnet 3.7 (Run ID: codestoryai_sidecar_issue_2085_bedf1bdc) #2086
base: main
Are you sure you want to change the base?
Conversation
/agent don't replace existing sonnet and instead add new one |
This commit adds a new LLMType variant ClaudeSonnet37 and updates model strings to properly distinguish between Claude 3.5 and 3.7 Sonnet versions.
🔄 Model Update: Added support for both Claude 3.5 and 3.7 Sonnet versions with proper version mapping.
Ready for review! 👋 |
/agent remove changes in codestory provider |
The commit message follows conventional commits format and concisely describes the removal of outdated Claude model versions (ClaudeSonnet37 and ClaudeOpus) from the code.
🔄 Revert: Restored original Claude Sonnet model configuration in CodeStory provider
Ready for review! 👋 |
@theskcd we need a command just remove/revert last commit. using llm to revert isn't working that well |
they are bad at reverts lol I do see your point |
/agent add claude-3-7-sonnet-20250219 to llm client and update codestory.rs and anthropic.rs |
🔄 Model Update: Added support for Claude 3.7 Sonnet model with proper type handling
Ready for review! 👋 |
/agent run cargo check to make sure that everything works |
/q what are you upto? |
✨ Build Check: Running
Let me help fix the compilation errors! 🔧 |
/agent run cargo check and fix errors |
🔄 Model Update: Added support for Claude 3.7 Sonnet model by properly implementing the
Ready for review! 👋 |
lol it got confused, I need to pass it the context of the PR conversation properly since it only gets the latest diff along with the message which I am sending |
agent_instance: codestoryai_sidecar_issue_2085_bedf1bdc Tries to fix: #2085
🚀 Model Update: Added support for Claude 3.7 Sonnet model by updating model string to
claude-3-7-sonnet-20250219
in Anthropic and CodeStory clients.anthropic.rs
andcodestory.rs
LLMType
enum structure while adding latest model supportReady for review! 👋