Skip to content

feat: add native Codex CLI support - #13

Merged
verkligheten merged 7 commits into
rubakas:mainfrom
vzelenko:add-native-codex-support
Jun 14, 2026
Merged

feat: add native Codex CLI support#13
verkligheten merged 7 commits into
rubakas:mainfrom
vzelenko:add-native-codex-support

Conversation

@vzelenko

Copy link
Copy Markdown
Contributor

Summary

Adds first-class support for the Codex CLI backend, on par with the existing Claude/OpenCode backends.

What's included

  • New Codex CLI backendagent_notes/data/cli/codex.yaml, registered in cli_registry.py and cli_backend.py
  • Codex frontmatter templateagent_notes/data/templates/frontmatter/codex.py
  • Global Codex instructionsagent_notes/data/global-codex.md
  • GPT-5 model definitionsgpt-5-4, gpt-5-4-mini, gpt-5-5
  • Installer + rendering updates to wire the Codex backend through the wizard and install flow
  • Tests — agents, CLI registry, installer, and frontmatter coverage (~1000 lines of new tests)

Test plan

  • tests/plugins/codex/test_agents.py
  • tests/unit/registries/test_cli_registry.py
  • tests/unit/services/test_installer_codex.py
  • tests/unit/templates/test_codex_frontmatter.py

🤖 Generated with Claude Code

vzelenko and others added 4 commits June 14, 2026 12:00
- 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
vzelenko marked this pull request as ready for review June 14, 2026 17:07

@verkligheten verkligheten left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vzelenko great work! Thanks!

@verkligheten
verkligheten merged commit 4070fe7 into rubakas:main Jun 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants