mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-04-21 13:37:17 +00:00
Remove errant console.debug log of config (#11579)
This commit is contained in:
parent
d1c913ed5c
commit
73b1afb106
3 changed files with 10 additions and 2 deletions
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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue