What's wrong with this entry?
Anonymous. No account, no email.
- Tool denial kind no longer conditionally omitted based on a flag —
"user-rejected"is now always set when a tool is denied by the user (search for"toolDenialKind") cdcommand path resolution now correctly handles shell-quoted tilde paths and glob segments without returning false negatives (search for"rqd"path resolver function)- Transcript writes during process exit are now guaranteed to flush synchronously via a
process.on('exit')handler, preventing lost transcript lines when the process exits quickly (search for".precompact.json.tmp"flush path) - PostgreSQL highlight.js grammar now correctly declares
supersetOf: "sql"so SQL sub-patterns are inherited automatically (search for"supersetOf")