Commit 8adb94f
committed
fix(cli-v3): skip MCP install prompt when --yes is set
On a fresh machine where hasSeenMCPInstallPrompt is false, the prompt at init.ts:150 fired unconditionally and would hang the --yes flow that the non-TTY guard above is meant to support. Default to CLI (skip MCP) when --yes is passed.1 parent 4bafa7e commit 8adb94f
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
| |||
0 commit comments