We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e2573 commit c1d7cc3Copy full SHA for c1d7cc3
extensions/cli/src/commands/chat.ts
@@ -538,9 +538,6 @@ export async function chat(prompt?: string, options: ChatOptions = {}) {
538
// Start active time tracking
539
telemetryService.startActiveTime();
540
541
- options.workflow = "peter-parker/workflow-48";
542
- // options.headless = true;
543
-
544
// If not in headless mode, use unified initialization with TUI
545
if (!options.headless) {
546
// Process flags for TUI mode
0 commit comments