getappmap / appmap-js

Client libraries for AppMap
45 stars 12 forks source link

fix: Trim trailing whitespace in `change` #1835

Closed dustinbyrne closed 3 weeks ago

dustinbyrne commented 4 weeks ago

The LLM tends to add additional spaces to the end of change sequences. This would likely cause a matches to fail.

kgilpin commented 3 weeks ago

Fixed by https://github.com/getappmap/appmap-js/pull/1837