mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 15:04:13 +08:00
Fixes "stdout maxBuffer length exceeded" error by increasing the buffer from Node.js default of 1MB to 10MB when processing Claude output with jq. This prevents failures when Claude produces large execution logs. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>