Update recommendation from Claude 3.5 to Claude 3.7 (#2036)

* Update Claude 3.5 -> Claude 3.7 in error message/recommendation

* Add changeset
This commit is contained in:
Roman Davydov 2025-03-02 01:22:18 +03:00 committed by GitHub
parent aea06ce659
commit dcd275480f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"claude-dev": minor
---
Update Claude 3.5 -> Claude 3.7 in error message/recommendation

View file

@ -2984,7 +2984,7 @@ export class Cline {
"mistake_limit_reached",
this.api.getModel().id.includes("claude")
? `This may indicate a failure in his thought process or inability to use a tool properly, which can be mitigated with some user guidance (e.g. "Try breaking down the task into smaller steps").`
: "Cline uses complex prompts and iterative task execution that may be challenging for less capable models. For best results, it's recommended to use Claude 3.5 Sonnet for its advanced agentic coding capabilities.",
: "Cline uses complex prompts and iterative task execution that may be challenging for less capable models. For best results, it's recommended to use Claude 3.7 Sonnet for its advanced agentic coding capabilities.",
)
if (response === "messageResponse") {
userContent.push(