yyqdbngt opened a new pull request, #2799: URL: https://github.com/apache/rocketmq-dashboard/pull/2799
## Summary - cap buffered Claude CLI stderr at 64 KiB - mark truncated diagnostics while continuing to drain the process pipe safely - cover oversized failure output with a regression test ## Why The Claude subprocess previously used `readAllBytes()` for stderr. A noisy or malfunctioning CLI could therefore retain an unbounded byte array for every request before Studio surfaced the failure. ## Testing - `JAVA_HOME=/opt/homebrew/opt/openjdk@21 mvn -q -Dtest=ClaudeCodeAgentProviderTest test` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
