Skip to content

v2.1.20

Choose a tag to compare

@codesplash-ai codesplash-ai released this 31 Jul 23:19

CodeSplash AI 2.1.20

2.1.20 is a small but important polish release focused on two areas: safer container-launched agent sessions and cleaner workspace panel interactions. If you use Command Center or multi-panel workspaces heavily, this update removes a sharp Git edge case and tidies up a few everyday UI details.

Fixes

  • Safer Git behavior for container-launched agent sessions
    • Command Center container sessions now provide Git identity through environment variables instead of relying on writes to repository config.
    • Global Git config inside the container is redirected to the container home, which helps prevent accidental user.name or user.email writes from landing in the host repo during commit flows.
    • This is especially relevant in worktree-based setups where the mounted workspace can share Git config paths with the host repository.

Improvements

  • Cleaner minimized panels drawer

    • Minimized panels no longer show the fallback eye icon.
    • Panels with agent activity still show status dots, while panels without agent status now render more cleanly.
  • Clearer destructive close states in workspace panels

    • Close actions in workspace panels now use stronger destructive hover and focus styling.
    • This applies to both the panel header close button and the close option in the context menu, making destructive actions easier to recognize at a glance.

Thanks for using CodeSplash AI.