Commit e5ba732
committed
fix: correct Windows OS detection typo in session environment
runtime.GOOS returns "windows" (with an s), but the switch case
was matching "window", causing Windows sessions to always fall
through to the default case and inject incorrect environment context
into every LLM prompt.1 parent 429fed8 commit e5ba732
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments