Release v2.1.7CodeSplash AI

CodeSplash AI v2.1.7

CodeSplash AI 2.1.7 is a focused patch release that improves reliability in two core workspace areas: Browser mode and Git mode. This update fixes a browser rendering issue tied to webview behavior and makes Git branch selection more consistently focus the branch’s actual latest commit.

July 29, 2026

Highlights

01

Fixed a Browser mode rendering issue for more reliable webview behavior during navigation and view changes

02

Improved Git mode branch selection so commit focus now follows the branch’s actual last commit hash

03

Added safer Git selection handling to avoid trying to target missing or empty commit values

04

Small, targeted patch release with quality fixes in two everyday workflows: browsing and source control

Changelog

What changed in v2.1.7

Improvements

  • Improved Browser mode stability and predictability during navigation-related UI updates.
  • Improved Git mode correctness when restoring or updating branch context in the active Git view.

Fixes

  • Fixed a browser render bug in Browser mode by removing navigation-time webview source rewriting that could interfere with correct rendering behavior.
  • Fixed Git mode branch/commit selection so the UI now selects the current branch’s real last commit instead of relying on a less precise commit field.
  • Fixed a Git selection edge case by adding null-safe checks before attempting to focus a commit.