Skip to content

feat(chat): let "feed these prompts into X" reach prompt_feeder#268

Merged
AVADSA25 merged 1 commit into
mainfrom
feat/feeder-allowlist
Jul 16, 2026
Merged

feat(chat): let "feed these prompts into X" reach prompt_feeder#268
AVADSA25 merged 1 commit into
mainfrom
feat/feeder-allowlist

Conversation

@AVADSA25

Copy link
Copy Markdown
Owner

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_recall had in #250/#256.

Safe to auto-fire: prompt_feeder only drives the Pilot browser (typing into a page the user is watching live). No filesystem, no code execution — unlike python_exec/skill_forge, which are deliberately excluded.

39 allowlist/chat-skill tests pass.

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>
@AVADSA25
AVADSA25 merged commit 282fc34 into main Jul 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants