chore: Upgrade poe-command-processor to v1.3.3 for log-capture support #138
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade poe-command-processor to v1.3.3 for log-capture support
Summary
Upgrades the
poe-command-processor
action from v1 to v1.3.3 across three workflow files to enable automatic log-capture functionality. The v1.3.3 release (published today) adds auto-inclusion ofGITHUB_STEP_SUMMARY
content in slash command replies.Key benefit: The evals code already writes markdown summaries to
GITHUB_STEP_SUMMARY
. With this upgrade, eval summaries will automatically appear in PR comments as collapsible details sections, instead of only being visible in workflow logs.Affected workflows:
.github/workflows/poe-command.yml
- Generic poe command dispatcher.github/workflows/build-connector-command.yml
- Connector build/eval workflow.github/workflows/run-standard-evals.yml
- Scheduled eval runsReview & Testing Checklist for Human
/build-connector source-jsonplaceholder
to verify that eval summaries appear in the PR comment with score distributions, per-connector tables, and delta comparisons<details>
summary section renders correctly in PR comments and isn't excessively verboseTest Plan
/build-connector source-jsonplaceholder
on the PRNotes
GITHUB_STEP_SUMMARY
instrumentation (seeconnector_builder_agents/src/evals/summary.py:726-734
)Link to Devin run: https://app.devin.ai/sessions/e0d5fac6911c4ed18a4dad393546a14c
Requested by: @aaronsteers