mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-02-01 22:48:03 +00: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"
|
||||
}
|
||||
@@ -1269,8 +1269,6 @@ export class ClearcutLogger {
|
||||
}
|
||||
|
||||
getConfigJson() {
|
||||
const configJson = safeJsonStringifyBooleanValuesOnly(this.config);
|
||||
debugLogger.debug(configJson);
|
||||
return safeJsonStringifyBooleanValuesOnly(this.config);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user