Adds shell command allowlist (#68)

* Wire through passthrough commands

* Add default passthrough commands

* Clean up config passing to useGeminiStream
This commit is contained in:
Juliette Love
2025-04-20 21:06:22 +01:00
committed by GitHub
parent f480ef4bbc
commit a76d9b4dcf
4 changed files with 64 additions and 12 deletions

View File

@@ -72,6 +72,7 @@ export function loadCliConfig(): Config {
argv.model || DEFAULT_GEMINI_MODEL,
argv.target_dir || process.cwd(),
argv.debug_mode || false,
// TODO: load passthroughCommands from .env file
);
}