Steer outer agent to use expert subagents when present (#16763)

This commit is contained in:
Christian Gunderman
2026-01-16 16:51:10 +00:00
committed by GitHub
parent 4bb817de22
commit a15978593a
6 changed files with 122 additions and 5 deletions

View File

@@ -88,6 +88,13 @@ describe('my_feature', () => {
## Running Evaluations
First, build the bundled Gemini CLI. You must do this after every code change.
```bash
npm run build
npm run bundle
```
### Always Passing Evals
To run the evaluations that are expected to always pass (CI safe):