* remove filter from next edit svg border
* reduce border radius to 2 in next edit svg
* update border
* remove strikethrough from next edit deletion ui
* remove diff background for now
* feat: word-level diff in next edit svg
* fix: don't alternate non-responses due to empty chain
* fix: log next edit completions to continue console
* fix: test and update chaining behavior to avoid repetitive requests and avoid alternating non-responses
* fix: passing next edit requests will render things
* chore: remove comment
* feat: skip whitespace only deletions
* feat: add a utility function for checking if a diff is a whitespace only deletion
* feat: add test for next edit utils
* feat: move filtering to NextEditProvider
* fix: escape newline properly
* feat: make jump decoration more visible
* feat: remove redundant escapes
* fix: undo the escapeSVG
* fix: update tests
* fix: use proper line heights
* fix: place the SVG at the end of the line
* fix: handle cases where the completion is a single line
* feat: improve next edit UI (#7167)
* fix: use proper line heights
* fix: place the SVG at the end of the line
* fix: handle cases where the completion is a single line
* fix: allocate more memory for the GUI build step
* fix: set flag as node options
* fix: jump scrolls only after accepting
* fix: update jump manager vitest