Skip to content

v2.1.1

Choose a tag to compare

@codesplash-ai codesplash-ai released this 27 Jul 03:01

CodeSplash AI 2.1.1

This is a focused patch release aimed at improving reliability in AI Vibes and dynamic workspaces. If you've run into crashes, blank windows, stuck preview launches, or rough split-panel behavior, 2.1.1 is designed to make those flows more dependable.

Features

  • Richer AI Vibes app stats in collection views

    • App lists can now show per-app file, chat, and message counts.
    • These stats are now loaded through a dedicated main-process path rather than piecing them together client-side.
  • App-level crash recovery UI

    • When an app view throws an error, CodeSplash AI now shows a scoped failure state for that app instead of taking down the full window.
    • You can keep using the rest of your workspace and retry the affected app.
  • Expanded quick-launch panel behavior

    • Workspace quick-launch behavior was updated to better support opening apps in new or maximized panels.
    • Split-panel actions are now more directly connected to launch flows.

Fixes

  • Fixed an AI Vibes crash that could blank the whole window

    • Renderer failures inside an app no longer need to unmount the full React tree.
    • This should make crash scenarios more visible and less disruptive.
  • Fixed overlapping AI Vibes load races

    • App selection and chat switching now guard against stale async loads overwriting the current state.
    • This reduces preview churn and unstable behavior when moving quickly between apps and chats.
  • Fixed the AI Vibes input height bug

    • The composer/input area received a targeted sizing fix.
  • Fixed stuck dependency-install states during preview startup

    • Dependency installs now time out after five minutes instead of hanging forever.
    • If an install stalls, you'll now get a visible failure instead of a preview that never launches.

Improvements

  • More efficient AI Vibes collection loading

    • App stats are now computed in a single pass, reducing repeated requests and unnecessary data transfer.
    • This should help collection views scale more cleanly as your number of apps and chats grows.
  • Clearer loading and error handling during app selection

    • AI Vibes now tracks loading and app-load errors more explicitly, making transitions easier to reason about and recover from.
  • Refined workspace split and launch flows

    • Split horizontal, split vertical, and related quick-launch interactions were tightened up for smoother multi-panel workflows.

Thanks for using CodeSplash AI. If you use AI Vibes heavily or build across multiple workspace panels, 2.1.1 is a worthwhile update.