Remove passthroughCommands (#252)

This commit is contained in:
Seth Troisi 2025-05-05 17:57:06 +00:00 committed by GitHub
parent a0bed3e716
commit 415b757d4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 133 deletions

View file

@ -88,7 +88,6 @@ export async function loadCliConfig(settings: Settings): Promise<Config> {
process.cwd(),
argv.debug_mode || false,
argv.question || '',
undefined, // TODO: load passthroughCommands from .env file
argv.full_context || false,
);
}