Commit bd7cef7
authored
fix(core): avoid spawning cmd for Windows prompt env (#34)
Verified locally before merge: cargo check --package claurst-core --lib; rg confirmed no cmd /c ver pattern remains in system_prompt.rs; git diff --check origin/main...HEAD. rustfmt --edition 2021 --check src-rust/crates/core/src/system_prompt.rs still reports pre-existing broad formatting churn outside this patch, so it is not treated as a blocker. Co-authored-by: Nova <nova@openclaw.ai>1 parent 216a193 commit bd7cef7
1 file changed
Lines changed: 15 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
369 | 370 | | |
370 | 371 | | |
371 | 372 | | |
| |||
0 commit comments