Release v2.1.14CodeSplash AI

CodeSplash AI v2.1.14

CodeSplash AI 2.1.14 is a focused stability patch for Workspaces and multi-panel layouts. It hardens workspace restore behavior so saved layouts are less likely to come back broken after a bad write or crash, and it improves panel measurement logic to reduce blank or missing workspace content during layout timing hiccups.

July 31, 2026

Highlights

01

Safer workspace restore with more defensive saved-layout handling

02

Reduced risk of blank or invisible panels in Workspaces and Command Center overlays

03

Workspace state is now written atomically to help prevent corrupted layout files

04

Unreadable workspace layout files are preserved as backup copies for recovery

05

Small, reliability-first patch aimed at workspace-heavy users

Changelog

What changed in v2.1.14

Improvements

  • Workspace canvas state now uses a safer write path, writing to a temporary file and then replacing the original layout file atomically.
  • If a saved workspace layout file cannot be read, CodeSplash AI now keeps a timestamped backup copy before starting fresh.
  • Panel overlay positioning in Workspaces and Command Center now relies on shared measurement logic that preserves last-known-good bounds when a measurement temporarily fails.

Fixes

  • Fixed a workspace restore issue that could leave saved layouts broken or empty after state corruption or interrupted writes.
  • Reduced cases where workspace panels or Command Center cells could appear blank or disappear during temporary sizing and layout race conditions.
  • Fixed panel collapse handling so programmatic collapse state is less likely to get stuck and interfere with later user actions.