Skip to content

Show error output on tool failure and print final result to stdout#17

Merged
antunesand merged 1 commit into
mainfrom
claude/web-ui-streamlit-fastapi-UWxtq
Feb 17, 2026
Merged

Show error output on tool failure and print final result to stdout#17
antunesand merged 1 commit into
mainfrom
claude/web-ui-streamlit-fastapi-UWxtq

Conversation

@antunesand

Copy link
Copy Markdown
Owner
  • pipeline.py: Print both stdout and stderr (first 10 lines each) when a tool fails in Round 0, since tools like Claude Code write errors to stdout in print mode.
  • pipeline.py: Print the final output to stdout so users see the answer directly in the terminal instead of only in final.md.
  • artifacts.py: Fix save_round0 to save all tool results by their actual names, supporting multi-candidate keys like claude_0/codex_1.

https://claude.ai/code/session_017PSBcbKg9gTGouqA7oC4Zn

- pipeline.py: Print both stdout and stderr (first 10 lines each) when a
  tool fails in Round 0, since tools like Claude Code write errors to
  stdout in print mode.
- pipeline.py: Print the final output to stdout so users see the answer
  directly in the terminal instead of only in final.md.
- artifacts.py: Fix save_round0 to save all tool results by their actual
  names, supporting multi-candidate keys like claude_0/codex_1.

https://claude.ai/code/session_017PSBcbKg9gTGouqA7oC4Zn
@antunesand antunesand merged commit 8c7a69d into main Feb 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants