From 470f3b057f59b22d9022a2f1868267bc99c0f03b Mon Sep 17 00:00:00 2001 From: christine betts Date: Wed, 3 Dec 2025 19:16:13 -0500 Subject: [PATCH] Remove example extension (#14376) --- hello/commands/fs/grep-code.toml | 6 ------ hello/gemini-extension.json | 4 ---- 2 files changed, 10 deletions(-) delete mode 100644 hello/commands/fs/grep-code.toml delete mode 100644 hello/gemini-extension.json diff --git a/hello/commands/fs/grep-code.toml b/hello/commands/fs/grep-code.toml deleted file mode 100644 index 87d957542a..0000000000 --- a/hello/commands/fs/grep-code.toml +++ /dev/null @@ -1,6 +0,0 @@ -prompt = """ -Please summarize the findings for the pattern `{{args}}`. - -Search Results: -!{grep -r {{args}} .} -""" diff --git a/hello/gemini-extension.json b/hello/gemini-extension.json deleted file mode 100644 index d973ab8fe4..0000000000 --- a/hello/gemini-extension.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "custom-commands", - "version": "1.0.0" -}