Release v2.1.17CodeSplash AI

CodeSplash AI v2.1.17

CodeSplash AI 2.1.17 is a focused patch release for editor search reliability. It fixes a code search results rendering bug that could trigger React's "too many re-renders" error in the virtualized search list, making find-in-files workflows more stable. If you rely on Search mode in the editor, especially with larger result sets, this update should make results browsing more dependable.

July 31, 2026

Highlights

01

Fixed a code search bug in the editor search results list

02

Improved stability for virtualized find-in-files results rendering

03

Reduced the chance of React "too many re-renders" errors while browsing search output

04

Targeted patch release focused on editor search reliability

Changelog

What changed in v2.1.17

Improvements

  • Made the search results list more reliable by stabilizing how row sizing and item keys are passed into the virtualized renderer.
  • Improved the day-to-day feel of find-in-files workflows in Search mode, especially when navigating larger sets of results.

Fixes

  • Fixed an editor search issue where the virtualized search results list could trigger a React "too many re-renders" error during result measurement.
  • Resolved unstable callback behavior in code search results rendering that could lead to re-render loops when viewing search output.