What's wrong with this entry?
Anonymous. No account, no email.
- Fixed keybinding code parsing to use the
codeproperty from the source event instead of the derived string, improving reliability for key detection (search for"q.code && q.code[0]")
- Fixed tmux integration by passing the current working directory (
cwd) to tmux subprocess calls, resolving issues when the tmux binary isn't on the default path (search for"cwd: R8()"near"tmux")
- Fixed subprocess spawn calls across the codebase to consistently pass
cwd: R8(), preventing commands from running in wrong directories
- Fixed sleep command regex to accept trailing decimal points without fractional digits (e.g.,
sleep 1.now works), matching both Unixsleepand WindowsStart-Sleepcommands (search for"\\d+(?:\\.\\d*)?")
- Added exponential growth protection to version range combining, preventing Cartesian product explosion in constraint resolution: "intersectConstraints: Cartesian product exceeded" (search for
"intersectConstraints")
- Fixed image rendering to show images even when they have been token-compressed, removing the overly restrictive
tokenCompressedcheck
- Fixed terminal raw mode handling with reference counting to prevent mode conflicts between components