mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-04 23:27:00 -07:00
feat: implement experimental dynamic tools documentation-only pattern
This commit is contained in:
@@ -659,7 +659,8 @@ export class TestRig {
|
||||
key !== 'GEMINI_DEBUG' &&
|
||||
key !== 'GEMINI_CLI_TEST_VAR' &&
|
||||
key !== 'GEMINI_CLI_INTEGRATION_TEST' &&
|
||||
!key.startsWith('GEMINI_CLI_ACTIVITY_LOG')
|
||||
!key.startsWith('GEMINI_CLI_ACTIVITY_LOG') &&
|
||||
!key.startsWith('GEMINI_CLI_EXP_')
|
||||
) {
|
||||
delete cleanEnv[key];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user