Skip to content

Commit c1d7cc3

Browse files
committed
fix: remove hardcoded workflow
1 parent 89e2573 commit c1d7cc3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extensions/cli/src/commands/chat.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,6 @@ export async function chat(prompt?: string, options: ChatOptions = {}) {
538538
// Start active time tracking
539539
telemetryService.startActiveTime();
540540

541-
options.workflow = "peter-parker/workflow-48";
542-
// options.headless = true;
543-
544541
// If not in headless mode, use unified initialization with TUI
545542
if (!options.headless) {
546543
// Process flags for TUI mode

0 commit comments

Comments
 (0)