feat(chat): let "feed these prompts into X" reach prompt_feeder#268
Merged
Conversation
Without the allowlist entry the phrase falls through to the LLM, which answers the prompts ITSELF instead of feeding them to the tool the user asked for — the same failure mode observer_recall had (#250/#256). prompt_feeder only drives the Pilot browser (typing into a page the user is watching live). No filesystem, no code execution. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
One-line allowlist entry so the chat surface can fire
prompt_feeder.Without it the phrase falls through to the LLM, which answers the prompts itself instead of feeding them to the tool the user asked for — exactly the failure mode
observer_recallhad in #250/#256.Safe to auto-fire:
prompt_feederonly drives the Pilot browser (typing into a page the user is watching live). No filesystem, no code execution — unlikepython_exec/skill_forge, which are deliberately excluded.39 allowlist/chat-skill tests pass.