Commit 0497da7
authored
fix(chat): Improve command parsing to handle paths starting with slash (#945)
Fixes an issue where pasting error messages or file paths that start
with a slash (/) would be incorrectly interpreted as commands. This
change improves the command parser to better distinguish between actual
commands and text that happens to start with a slash character.
Closes #8941 parent 242c09c commit 0497da7
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
317 | 321 | | |
318 | 322 | | |
319 | 323 | | |
| |||
0 commit comments