Skip to content

v7.4.1 (release)

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 17:10

7.4.1

Patch Changes

  • #11918 4e4e41f Thanks @mjnaderi! - Support bidirectional text in the prompt input.

  • #11926 e79b751 Thanks @trim21! - Fix missing kilo-sandbox-mutation-worker.js in VS Code extension bundle, which caused sandboxed file operations to fail with "Module not found".

  • #11924 1755f56 - Fix the reasoning-variant (and mode) picker in the New Worktree dialog so selecting a variant actually applies. The pickers portaled their popover to the page body, where the dialog's modal overlay intercepted pointer events and swallowed the click before the option handler ran. Render the popovers inline (portal={false}), matching the model picker already fixed for the same reason.