feat(profile): add Codex profile adapter - #479
Open
christso wants to merge 2 commits into
Open
Conversation
Deploying allagents with
|
| Latest commit: |
bea213e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://27e2d519.allagents.pages.dev |
| Branch Preview URL: | https://feat-460-codex-profile.allagents.pages.dev |
christso
force-pushed
the
feat/460-copilot-profile
branch
from
September 14, 2026 10:04
180a983 to
c356106
Compare
christso
force-pushed
the
feat/460-codex-profile
branch
from
September 14, 2026 10:05
b4ec93d to
4f41295
Compare
christso
force-pushed
the
feat/460-copilot-profile
branch
from
September 14, 2026 20:35
c356106 to
d8343d7
Compare
christso
force-pushed
the
feat/460-codex-profile
branch
2 times, most recently
from
September 14, 2026 20:40
309bf88 to
ae90144
Compare
christso
force-pushed
the
feat/460-copilot-profile
branch
from
September 14, 2026 20:43
219d94e to
bd3bc60
Compare
christso
force-pushed
the
feat/460-codex-profile
branch
from
September 14, 2026 20:43
ae90144 to
bea213e
Compare
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.
Summary
CODEX_HOMEprofile adapter with a fail-closed named TOML launcherValidation
bun test— 1,706 passed, 6 skippedbun run test:e2e— 142 passed, 4 skippedbun run typecheckbun run lintbun run buildcd docs && bun run buildReal runtime dogfood
Using Codex CLI 0.149.0 and the built
dist/index.js:codex-dogfoodprofile, local native marketplace/plugin, file skill, named settings, and MCP server using${DOGFOOD_TOKEN}.profile install codex-dogfood --dry-run --yes; verified no profile root or launcher was created.profile install codex-dogfood --yes; verified native plugin 1.0.0, named TOML, MCPenv_vars = ["DOGFOOD_TOKEN"], and no secret value on disk.codex exec --strict-config --ephemeral; Codex observed bothnative-skillandprofile-only, plus distinctPROJECT_A_ONLY/PROJECT_B_ONLYinstructions from each working directory.update --profile codex-dogfood; verified settings changed and the native plugin refreshed to 1.0.1 while both project hashes stayed unchanged.profile status codex-dogfood; every managed resource was unchanged.profile remove codex-dogfood --yes; verified the owned root/launcher disappeared, source marketplace and projects remained, and ambient Codex plugin inventory stayed empty.Related: #460