mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update copy
This commit is contained in:
parent
6bdb70a9ba
commit
7fdec3f37e
2 changed files with 2 additions and 5 deletions
|
|
@ -1466,7 +1466,7 @@ ${this.customInstructions.trim()}
|
|||
if (this.consecutiveMistakeCount >= 3) {
|
||||
const { response, text, images } = await this.ask(
|
||||
"mistake_limit_reached",
|
||||
`This may indicate a failure in his thought process or inability to use a tool properly, which can be alleviated with some user direction (e.g. "let's try breaking this large file down into smaller files").`
|
||||
`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. "let's try breaking this large file down into smaller files").`
|
||||
)
|
||||
if (response === "messageResponse") {
|
||||
userContent.push(
|
||||
|
|
|
|||
|
|
@ -123,11 +123,8 @@ const ChatView = ({
|
|||
const tool = JSON.parse(lastMessage.text || "{}") as ClaudeSayTool
|
||||
switch (tool.tool) {
|
||||
case "editedExistingFile":
|
||||
setPrimaryButtonText("Save")
|
||||
setSecondaryButtonText("Reject")
|
||||
break
|
||||
case "newFileCreated":
|
||||
setPrimaryButtonText("Create")
|
||||
setPrimaryButtonText("Save")
|
||||
setSecondaryButtonText("Reject")
|
||||
break
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue