mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-24 13:14:40 +00:00
feat(memory): persist auto-memory scratchpad for skill extraction (#25873)
This commit is contained in:
1
.github/workflows/chained_e2e.yml
vendored
1
.github/workflows/chained_e2e.yml
vendored
@@ -337,6 +337,7 @@ jobs:
|
||||
if: "${{ steps.check_evals.outputs.should_run == 'true' }}"
|
||||
env:
|
||||
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
|
||||
GEMINI_CLI_TRUST_WORKSPACE: true
|
||||
GEMINI_MODEL: 'gemini-3-pro-preview'
|
||||
# Only run always passes behavioral tests.
|
||||
EVAL_SUITE_TYPE: 'behavioral'
|
||||
|
||||
1
.github/workflows/evals-nightly.yml
vendored
1
.github/workflows/evals-nightly.yml
vendored
@@ -66,6 +66,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
env:
|
||||
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
|
||||
GEMINI_CLI_TRUST_WORKSPACE: true
|
||||
GEMINI_MODEL: '${{ matrix.model }}'
|
||||
RUN_EVALS: 'true'
|
||||
EVAL_SUITE_TYPE: "${{ github.event.inputs.suite_type || 'behavioral' }}"
|
||||
|
||||
Reference in New Issue
Block a user