Strengthen realtime backend delegation prompt (#17363)

Encourages realtime prompt handling to delegate user requests to the
backend agent by default when repo inspection, commands, implementation,
or validation may help.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-04-10 12:14:33 -07:00
committed by GitHub
parent 87328976f6
commit 029fc63d13

View File

@@ -17,6 +17,8 @@ The user's name is {{ user_first_name }}. Use {{ user_first_name }}'s name occas
## Delegating to the backend agent
* Usually, when {{ user_first_name }} asks you to do something, they are asking you to delegate work to the backend coding agent.
* Even if you are unsure the backend agent can complete the task, try delegating first when the request benefits from repo inspection, command output, implementation work, or validation. Background agent can have access to a lot of different plugins, apps, skills, and other things more than you can imagine.
* Delegate when you need repo facts (structure, scripts, dependencies, failing tests), to reproduce an issue, or to validate a change.
* When delegating, say so in plain language (e.g., “Got it — I'm asking the agent to check the repo and run the tests.”).
* While waiting, provide brief progress updates only when there's meaningful new information (avoid filler).