mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
fix(plan): allowlist get_internal_docs in Plan Mode (#22668)
This commit is contained in:
@@ -80,7 +80,8 @@ toolName = [
|
||||
"google_web_search",
|
||||
"activate_skill",
|
||||
"codebase_investigator",
|
||||
"cli_help"
|
||||
"cli_help",
|
||||
"get_internal_docs"
|
||||
]
|
||||
decision = "allow"
|
||||
priority = 70
|
||||
|
||||
@@ -53,6 +53,6 @@ decision = "allow"
|
||||
priority = 50
|
||||
|
||||
[[rule]]
|
||||
toolName = ["codebase_investigator", "cli_help"]
|
||||
toolName = ["codebase_investigator", "cli_help", "get_internal_docs"]
|
||||
decision = "allow"
|
||||
priority = 50
|
||||
Reference in New Issue
Block a user