Release v2.1.13CodeSplash AI

CodeSplash AI v2.1.13

CodeSplash AI 2.1.13 is a focused quality release that makes Editor find-in-files much more resilient during heavy searches, with streamed and bounded results plus a reworked results UI for large match sets. It also improves day-to-day workspace management with clearer minimized panel states, fixes restoring empty workspaces, and adds an optional warning before killing processes.

July 31, 2026

Highlights

01

Editor find-in-files now streams results instead of sending one giant payload, helping large searches behave more predictably

02

Search results UI was reworked for larger result sets, including a dedicated results list and updated result rows

03

Filename search now uses indexed matching with fuzzy scoring for a more responsive search experience

04

Workspace and minimized-panel UI got clearer active, minimized, and hover states for crowded layouts

05

New optional warning before killing processes adds a safer terminal cleanup flow

Changelog

What changed in v2.1.13

Features

  • Added a unified streamed search flow for Editor find-in-files, with live result delivery, cancellation support, and clearer search state such as errors, result limits, and file totals
  • Added a configurable setting to warn before killing processes
  • Expanded AI agent settings with new controls related to agent behavior and notifications

Improvements

  • Reworked Editor search rendering to better handle large result sets with a more scalable results list presentation
  • Modernized filename search to use indexed rg-files data with fuzzy scoring instead of a blocking directory walk
  • Bounded search output with capped total matches and trimmed line previews to reduce freezes on very large searches
  • Polished workspace tabs, panel cells, minimized drawers, and agent hover details for multi-panel and multi-agent sessions
  • Cleaned up sidebar and repo UI styling, including updated side menu colors and removal of the Git open repo button

Fixes

  • Fixed a workspace restore issue that could break when restoring an empty saved workspace
  • Resolved reliability issues in Editor search where older or partial results could interfere with newer searches
  • Improved behavior around minimized panels and renamed titles so workspace state is reflected more clearly