-
Notifications
You must be signed in to change notification settings - Fork 4k
feat: Add Event tool for reporting activity to task timeline #9340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Adds the ability for agents to report activity events to the control plane: - Add src/util/events.ts with postAgentEvent() function - Add src/tools/event.ts with Event tool for agents - Register Event tool in allBuiltIns.ts and index.tsx - Event tool is only available when running in agent mode (--id flag) Supported event types: pr_created, comment_posted, commit_pushed, issue_closed, review_submitted (and custom event names) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
1 similar comment
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
|
✅ Review Complete Code Review SummaryTroubleshooting
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 4 files
|
📚 Documentation Update I've created PR #9341 with documentation for the new Event tool. The documentation covers:
The docs follow the same pattern as the existing |

Adds the ability for agents to report activity events to the control plane:
Supported event types: pr_created, comment_posted, commit_pushed, issue_closed, review_submitted (and custom event names)
🤖 Generated with Claude Code
Description
[ What changed? Feel free to be brief. ]
AI Code Review
@continue-reviewChecklist
Screen recording or screenshot
[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]
Tests
[ What tests were added or updated to ensure the changes work as expected? ]
Summary by cubic
Adds an Event tool that lets agents report activity events to the task timeline. Improves visibility of actions like PRs, comments, commits, issue closures, and reviews.
Written for commit 006fab7. Summary will update automatically on new commits.