Use draining read in standard.c++ pumpTo impl
Updated pumpTo loop to use draining read optimization for performance improvement
14 substantial PRs (25 merged). 14 in workerd.
Updated pumpTo loop to use draining read optimization for performance improvement
Improved resizable ArrayBuffer handling with multiple fixes
Refined opencode v8 update skill
Increased internal.c++ AllReader buffer sizes
Restructure agent files for easier maintenance and cleaner organization
Refine review agent with additional checks and features
Throw error when trying to transfer SharedArrayBuffer with structuredClone
Correctly handle string max length
Improve error handling in digest copy to match Node.js behavior
Limit DH key generation size to prevent CPU and memory limit issues
Improve safety checks in diagnostics channel
Capture a strong reference to an internal stream to prevent it from being collected while a promise is pending.
Flush pending microtasks on service worker startup to prevent issues with shared isolates.
Add AI agent context to perform PR code reviews and post comments on specific lines of code.