7.4.1
Patch Changes
-
#11918
4e4e41fThanks @mjnaderi! - Support bidirectional text in the prompt input. -
#11926
e79b751Thanks @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.