fix(agent-core): gate background questions on task controls - #3159
fix(agent-core): gate background questions on task controls#3159pvzheroes125 wants to merge 2 commits into
Conversation
🦋 Changeset detectedLatest commit: 89067c4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 32d6816fc4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
|
Codex Review: Didn't find any major issues. 👍 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Related Issue
No linked issue. This fixes a host-capability mismatch found during client integration.
Problem
AskUserQuestion always advertised and accepted background questions, even when the active tool policy disabled one or more task controls. That could start a background task the model could not list, inspect, or stop, unlike the existing Bash and Agent behavior.
What changed
Checklist
/approve).gen-changesetsskill.