fix(google): align unsupported CLI auth paths (#118034)

This commit is contained in:
Vincent Koc
2026-08-03 00:13:19 +08:00
committed by GitHub
parent 38a5d39b33
commit 2844876be3
13 changed files with 26 additions and 20 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ The filtering order is:
- Each level can further restrict tools, but cannot grant back denied tools from earlier levels.
- If `agents.entries.*.tools.sandbox.tools` is set, it replaces `tools.sandbox.tools` for that agent.
- If `agents.entries.*.tools.profile` is set, it overrides `tools.profile` for that agent.
- Provider tool keys accept either `provider` (e.g. `google-antigravity`) or `provider/model` (e.g. `openai/gpt-5.4`).
- Provider tool keys accept either `provider` (e.g. `anthropic`) or `provider/model` (e.g. `openai/gpt-5.4`).
</Accordion>
<Accordion title="Empty allowlist behavior">