feat(live): add live-poll tool and pending signals guidance#16
Open
feat(live): add live-poll tool and pending signals guidance#16
Conversation
- Add live-poll to the Signals section of the tool catalog - Add Pending Signals section explaining how agents receive and respond to comments and control changes piggybacked on tool responses - Guidance for handling new_comment and control_change signals Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…oration New workflow skill that auto-triggers when agents make UI changes. Sets up a Subtext live viewer session, shares the viewer URL, polls for comments/signals during implementation, and captures before/after screenshots for the PR. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jurassix
reviewed
Apr 14, 2026
|
|
||
| | Tool | Description | | ||
| |------|-------------| | ||
| | `live-poll` | Check for pending signals (new comments, control changes) without taking a screenshot. Lightweight heartbeat. | |
Collaborator
There was a problem hiding this comment.
wonder if we should have a tool that just does this and stores them somewhere the agent can see? getting the agent to poll for these on it's own might be unpredictable. not really sure what's best here tbh since even a sideband poll requires something back to claude or requires claude to do something to look.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
live-pollto the Signals section of the live tool catalognew_commentandcontrol_changesignalsContext
The FullStory lidar MCP server now piggybacks pending signals (new comments, control changes) on every live-* tool response. The
live-polltool provides a lightweight heartbeat for checking signals between actions. This skill update teaches agents how to use these capabilities.Note: Requires changes to Subtext backend (mn)