Update code execution error detection to use stderr exclusively instead of checking both stdout and stderr. This aligns with the Unsandbox API's proper stream separation where: - stdout is for program output - stderr is for errors/warnings Changes: - Remove stdout from error detection logic - Only trigger auto-fix when exit_code != 0 AND stderr is non-empty - Send only stderr to /api/fix-code endpoint This prevents false positives where stdout contains normal output that was previously being treated as error content. |
||
|---|---|---|
| .. | ||
| auth.html | ||
| base.html | ||
| browse.html | ||
| chat.html | ||
| index.html | ||
| profile.html | ||
| search.html | ||