mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
Steer outer agent to use expert subagents when present (#16763)
This commit is contained in:
committed by
GitHub
parent
7f34961a9f
commit
9c3f0fce0b
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user