What's wrong with this entry?
Anonymous. No account, no email.
- Fixed git tilde expansion in bash static analysis:
~,~/,~+,~-patterns are now correctly recognized as HOME/PWD/OLDPWD references, preventing false positive security warnings on common shell idioms. (search for"HOME"insidekbd()at line ~253713)
- Fixed a UNC glob pattern defense check on Windows that was incorrectly triggering on valid paths. (search for
"UNC glob pattern detected (defense-in-depth check)")
- Fixed
execFileNoThrowmaxBuffer exceeded detection to use a dedicatedisMaxBufferproperty check in addition to the error code, improving reliability across Node.js versions. (search for"execFileNoThrow maxBuffer exceeded:")
- Fixed presence pulse logic to correctly start a pulse when a
client-presence-markeris active, rather than skipping it. (search for"client-presence-marker active → pulse")
- Fixed
/cloud <session_id>to give a clear error when combined with--output-format stream-json(which is not supported for cloud sessions). (search for"Error: --cloud <session_id> does not support --output-format stream-json")
- Fixed an edge case in the MCP connected-status indicator: when tools fetch fails after a successful connection, the status now shows "Connected · tools fetch failed" rather than silently appearing connected. (search for
"! Connected · tools fetch failed")