Release v2.4.8CodeSplash AI

CodeSplash AI v2.4.8

CodeSplash AI 2.4.8 is a focused patch release that fixes how changed files open from the working copy into the Editor. If you use workspace navigation or multi-panel layouts, file handoff from Git is now more reliable and better aligned with the editor context you're actually using.

August 16, 2026

Highlights

01

Fixed open-in-editor behavior from the working copy

02

Changed files now route more reliably to the correct editor context in workspace layouts

03

Improved Git-to-Editor flow for multi-panel workspace setups

04

Refined checked-file handling for more dependable batch open actions

05

Added targeted test coverage for editor file batching and checked-file behavior

Changelog

What changed in v2.4.8

Features

  • Added workspace-aware editor handoff logic so opening files from the working copy can target the editor UI associated with the active workspace layout.

Improvements

  • Refactored working copy file actions around explicit checked-file handling to support more consistent batch operations.
  • Improved confidence in the Git-to-Editor flow with new automated tests covering checked files and editor file batching.
  • Polished the connection between Git and Editor modes without changing the broader workflow or layout model.

Fixes

  • Fixed an issue where opening changed files from the working copy could behave incorrectly in workspace mode.
  • Resolved open-in-editor routing problems in multi-panel workspace setups by using the editor context tied to the active workspace tab or panel.
  • Improved reliability when opening multiple selected or checked files from Git-related working copy views.