Add --video and --autostart (#271849)

This enables:
* Playwright video recording
* Starting the Code OSS on server start (for clients like Copilot CLI that don't react to tool list changes)
This commit is contained in:
Tyler James Leonhardt
2025-10-16 16:18:23 -07:00
committed by GitHub
parent e5243d2a17
commit af1cbea727
9 changed files with 89 additions and 84 deletions

View File

@@ -24,6 +24,7 @@ export interface LaunchOptions {
readonly logger: Logger;
logsPath: string;
crashesPath: string;
readonly videosPath?: string;
verbose?: boolean;
useInMemorySecretStorage?: boolean;
readonly extraArgs?: string[];