fix(codex): preserve mode and skill suggestions#2890
Merged
Conversation
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
Contributor
|
Reviews (1): Last reviewed commit: "feat(codex): expose bypass permissions m..." | Re-trigger Greptile |
f52a069 to
df3a81b
Compare
df3a81b to
4a9cd78
Compare
Generated-By: PostHog Code Task-Id: 30ab2de3-1bc3-4df3-affc-1ebb648777bd
4a9cd78 to
96a038c
Compare
tatoalo
approved these changes
Jun 26, 2026
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 could apply the selected mode but leave PostHog Code showing or enforcing stale
read-onlystate. GPT tasks also lost local skill slash suggestions because Codex does not emit Claude-style skill commands.Changes
autoorfull-accesschanges./menus, without changing Claude command authority.planbecomeauto.How did you test this?
pnpm --dir packages/agent exec vitest run src/adapters/codex/codex-agent.test.ts src/execution-mode.test.ts src/adapters/codex/models.test.tspnpm --dir packages/core exec vitest run src/sessions/cloudSessionConfig.test.tspnpm --dir packages/ui exec vitest run src/features/message-editor/suggestions/getSuggestions.test.ts, plus package typechecks and Biome.Automatic notifications
Created with PostHog Code