feat: implement experimental dynamic tools documentation-only pattern

This commit is contained in:
Michael Bleigh
2026-04-09 17:39:16 -07:00
parent f387e456be
commit d7ecbb072f
12 changed files with 430 additions and 31 deletions
+2 -1
View File
@@ -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];
}