mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-14 07:10:34 -07:00
Remove errant console.debug log of config (#11579)
This commit is contained in:
6
hello/commands/fs/grep-code.toml
Normal file
6
hello/commands/fs/grep-code.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
prompt = """
|
||||
Please summarize the findings for the pattern `{{args}}`.
|
||||
|
||||
Search Results:
|
||||
!{grep -r {{args}} .}
|
||||
"""
|
||||
4
hello/gemini-extension.json
Normal file
4
hello/gemini-extension.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "custom-commands",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user