feat: add native Codex CLI support - #13
Merged
Merged
Conversation
- filter skills by memory backend in codex context hook (was advertising obsidian-only skills to local-backend users) - back up existing agent .toml files before overwrite instead of clobbering - shlex.quote the context path in the generated hook shell command - complete effort map with minimal/xhigh - narrow swallowed exception in wizard codex hook install Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
vzelenko
marked this pull request as ready for review
June 14, 2026 17:07
verkligheten
approved these changes
Jun 14, 2026
verkligheten
left a comment
Member
There was a problem hiding this comment.
@vzelenko great work! Thanks!
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
Adds first-class support for the Codex CLI backend, on par with the existing Claude/OpenCode backends.
What's included
agent_notes/data/cli/codex.yaml, registered incli_registry.pyandcli_backend.pyagent_notes/data/templates/frontmatter/codex.pyagent_notes/data/global-codex.mdgpt-5-4,gpt-5-4-mini,gpt-5-5Test plan
tests/plugins/codex/test_agents.pytests/unit/registries/test_cli_registry.pytests/unit/services/test_installer_codex.pytests/unit/templates/test_codex_frontmatter.py🤖 Generated with Claude Code