What's wrong with this entry?
Anonymous. No account, no email.
- Fixed
readFileStatebeing recomputed from messages on every turn — the main session class now caches and reuses it, improving performance (search for"readFileState") - Removed redundant
existsSyncchecks beforereadFileSyncandunlinkSynccalls, fixing potential race conditions (search forunlinkSync) - Fixed the tag-clearing behavior: setting an empty tag now correctly clears it (
tag || void 0) instead of keeping the empty string (search for"currentSessionTag") - Voice-enabled checks now additionally gate on
$I(), preventing voice features from activating when conditions aren't fully met (search forvoiceEnabled) - The
user:file_uploadOAuth scope is now requested for first-party authenticated sessions (search for"user:file_upload") - Fixed async hook response rendering: previously only showed for PreToolUse/PostToolUse when tool hooks were enabled; now also shows for SessionStart and other hook types when session hooks are enabled (search for
"async_hook_response")