You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(chat): Fix display of square brackets in chat output (#971)
* fix(cli): Fix display of square brackets in chat output
Modify URL parser to properly handle square brackets in text by saving
the input position and resetting it when the complete URL pattern does
not match. This ensures square brackets are correctly displayed in chat
output when they are not part of a markdown link.
* fix fmt, improve test coverage
* add testcase
* change testcase name
* fix format
0 commit comments