Commit ec6222b
committed
fix(init): address third round of PR review comments
- Fix lint-rule guard in init.go to use resolved 'tools' slice instead of
'initTools' global; 'initTools' is empty when --all-tools is used so the
guard was ineffective, causing duplicate writes when both claude and opencode
were selected via --all-tools
- Nil out vsixData in runInit test helper and restore it via t.Cleanup to
prevent installVSCodeExtension from invoking the external 'code' CLI or
writing .vsix files on CI / dev machines
- Update stale link text in opencode.md ('Cursor / Continue.dev / Windsurf')
to match the renamed page heading ('Other AI tools')1 parent c9220a8 commit ec6222b
File tree
3 files changed
+12
-5
lines changed- cmd/mxcli
- docs-site/src/tutorial
3 files changed
+12
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | | - | |
17 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
| 25 | + | |
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
0 commit comments