feat(cloud): add native steering to agent adapters#3537
Conversation
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
There was a problem hiding this comment.
This review was skipped because it would exceed your organization's monthly flex usage limit. Raise the limit in billing settings or wait until the next billing period resets limits.
bf461dd to
8bc8d62
Compare
|
👋 Visual changes detected for this PR. Review and approve in PostHog Visual Review If these changes are unexpected, they may be caused by a flaky test or a broken snapshot on master. Don't approve — rerun the job or wait for a fix. |
8bc8d62 to
49fc050
Compare
There was a problem hiding this comment.
Complex behavioral change to agent steering across both Claude and Codex adapters — the Codex path now returns immediately on steer instead of awaiting turn completion, and the Claude path introduces deferred turn completion keyed on a UUID set that must be cleared by an incoming echo. No human has reviewed this. Request a team review before merging.
49fc050 to
eba3248
Compare

Problem
Active Codex and Claude cloud turns cannot accept native steering safely.
Changes
Adds adapter-level steer support with explicit acceptance and turn-boundary handling.