Fix hosted result payload handling#51
Conversation
Greptile SummaryThis PR fixes result-payload delivery for the hosted HTTP transport by returning large results (including images) inline instead of spilling them into process-local
Confidence Score: 4/5Safe to merge; the change is well-scoped and correctly threads the new flag through all call sites without disrupting the stdio path. The logic is straightforward and well-tested. The only concern is a minor wording issue in The else-branch in Important Files Changed
Reviews (1): Last reviewed commit: "Fix hosted result payload handling" | Re-trigger Greptile |
Summary
Testing
uv run --group dev ruff check src testsuv run --group dev black --check src testsuv run python -m unittest discover -s tests/unit -v