From 5f19d15349704ea48669b3af87ab86b59fadfeef Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Tue, 13 May 2025 16:25:08 +0530 Subject: [PATCH 1/2] fix: correct tag in usage instructions for Completion tool --- crates/forge_services/src/tools/completion.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/forge_services/src/tools/completion.rs b/crates/forge_services/src/tools/completion.rs index 74dfe996ed..bacf235232 100644 --- a/crates/forge_services/src/tools/completion.rs +++ b/crates/forge_services/src/tools/completion.rs @@ -14,7 +14,7 @@ use serde::Deserialize; /// IMPORTANT NOTE: This tool CANNOT be used until you've confirmed from the /// user that any previous tool uses were successful. Failure to do so will /// result in code corruption and system failure. Before using this tool, you -/// must ask yourself in tags if you've confirmed from the +/// must ask yourself in tags if you've confirmed from the /// user that any previous tool uses were successful. If not, then DO NOT use /// this tool. #[derive(Debug, Default, ToolDescription)] From ba2e746fc6c8094eded5015e1b82e51129452eef Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 10:57:17 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- crates/forge_services/src/tools/completion.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/forge_services/src/tools/completion.rs b/crates/forge_services/src/tools/completion.rs index bacf235232..cd5aae45fd 100644 --- a/crates/forge_services/src/tools/completion.rs +++ b/crates/forge_services/src/tools/completion.rs @@ -14,9 +14,9 @@ use serde::Deserialize; /// IMPORTANT NOTE: This tool CANNOT be used until you've confirmed from the /// user that any previous tool uses were successful. Failure to do so will /// result in code corruption and system failure. Before using this tool, you -/// must ask yourself in tags if you've confirmed from the -/// user that any previous tool uses were successful. If not, then DO NOT use -/// this tool. +/// must ask yourself in tags if you've +/// confirmed from the user that any previous tool uses were successful. If not, +/// then DO NOT use this tool. #[derive(Debug, Default, ToolDescription)] pub struct Completion;