What's wrong with this entry?
Anonymous. No account, no email.
Native Binary Installation
- Switched from npm-based installation to direct binary downloads from Google Cloud Storage
- Improved platform detection supporting Windows (x64), macOS (x64/arm64), and Linux (x64/arm64)
- Added checksum verification for downloaded binaries
- More reliable update mechanism with atomic symlink updates
File Reading Enhancements
- New token-based limits for file reading with clearer error messages
MaxFileReadTokenExceededErrorclass provides specific token count information- Better handling of large files with more informative error messages suggesting use of offset/limit parameters
Hook System Extensions
- Added new hook types:
PreToolUse,PostToolUse, andNotification - Improved hook matching and filtering capabilities
- Better integration with MCP tool filtering