Release v1.32.9CodeSplash AI

CodeSplash AI v1.32.9

CodeSplash AI 1.32.9 is a focused patch release that smooths out a few real workflow irritations in the desktop app. This update makes the Files side menu more stable during layout changes, improves browser homepage import reliability, and fixes a detached devtools issue.

July 21, 2026

Highlights

01

Fixed a Files side menu issue that could cause panel sizing to collapse during view changes

02

Improved browser homepage import handling for supported homepage databases

03

Resolved a detached devtools bug for more reliable developer tooling behavior

04

Hardened panel resize logic to ignore temporary zero-width layout states

05

Cleaned up homepage import internals to make the import path more reliable and maintainable

Changelog

What changed in v1.32.9

Improvements

  • Files panel sizing is now more resilient during layout transitions by preserving the last valid width instead of reacting to temporary zero-width resize events.
  • Homepage import handling now supports an updated core reader flow for supported databases including SpeedDialDB and CodeSplashHomepageDB.
  • The homepage import path was modularized into a dedicated core reader, improving maintainability behind the scenes without changing the overall workflow.

Fixes

  • Fixed a Files side menu bug that could cause the sidebar to collapse or behave incorrectly when parts of the Files layout were temporarily removed, such as when switching views or opening the reader.
  • Fixed a browser homepage import issue by reworking how homepage data is read from supported local homepage databases.
  • Fixed a detached devtools bug affecting developer tooling behavior inside the desktop app.