What's wrong with this entry?
Anonymous. No account, no email.
- Fixed Remote Control initialization to preserve the first error message rather than overwriting it with a generic "initialization failed" message (search for
"replBridgeError") - Fixed file index
.gitignoreloading to use asyncreadFileinstead of syncreadFileSyncwithexistsSync, preventing potential blocking I/O during file picker operations (search for"[FileIndex] loaded ignore patterns") - Fixed the glob base path extraction on Windows to consider both
/and\\as path separators (search for"lastIndexOf") - Fixed conversation rewind to properly reset state by calling
Ft()after rewind (search for"tengu_conversation_rewind") - Fixed atomic file write error logging to use
level: "error"instead of the default level (search for"Failed to write file atomically") - Removed extraneous blank line before
<fast_mode_info>in the environment info system prompt