fix: hide Codex subagent lifecycle events#3522
Merged
trunk-io[bot] merged 2 commits intoJul 16, 2026
Merged
Conversation
Generated-By: PostHog Code Task-Id: 3602ad5c-5325-483e-95c4-cc8c96830be7
MattPua
marked this pull request as ready for review
July 16, 2026 18:27
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
|
😎 Merged directly without going through the merge queue, as the queue was empty and the PR was up to date with the target branch - details. |
Contributor
|
Reviews (1): Last reviewed commit: "fix: hide Codex subagent lifecycle event..." | Re-trigger Greptile |
Contributor
|
👋 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. |
trunk-io
Bot
deleted the
posthog-code/hide-codex-subagent-lifecycle-events
branch
July 16, 2026 19:17
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.
Problem
Codex subagent wait and close operations appear in the conversation tool list, exposing internal orchestration details.
Changes
waitandcloseAgenttool calls before they reach conversation stateHow did you test this?
pnpm exec vitest run src/adapters/codex-app-server/mapping.test.tspnpm exec biome lint src/adapters/codex-app-server/mapping.tspnpm typecheckAutomatic notifications
Created with PostHog Code