Releases: cruzanstx/daplug
v0.27.0
Changed: Codex integration pivoted from prompt bridges to skills
The v0.26.0 Codex bridge generator wrote files to ~/.codex/prompts/, but inspection of Codex CLI 0.130's source confirmed that file-based user slash commands aren't a feature — SlashCommandItem in codex-rs/tui/src/bottom_pane/slash_commands.rs has only Builtin and ServiceTier variants. The v0.26.0 bridges shipped inert.
New: scripts/generate-codex-skills.py
Emits ~/.codex/skills/daplug/<command>/SKILL.md files. This IS Codex's supported user-extension surface; generated skills appear in Codex's <skills_instructions> block automatically and can be auto-triggered when the user's request matches the skill description.
- Each skill propagates the daplug command's frontmatter
description - Invoke explicitly with
$<command>(e.g.\$run-prompt 042) - Sentinel-based cleanup so
--cleanonly touches daplug-managed skills
Automatic migration of v0.26.0 installs
The new generator removes the inert prompt-bridges from ~/.codex/prompts/ (sentinel-identified) and restores any hand-ports archived to .archive-pre-bridge/. Disable with --no-migrate.
Removed
scripts/generate-codex-bridges.pyand its test suite (dead code).
Usage
/install-bridges codex
After install, all 19 daplug commands are available as Codex skills: \$run-prompt, \$create-prompt, \$codex-cli, etc.
Verifying it works
cd /tmp && codex debug prompt-input "hi" 2>&1 | grep "daplug/"You should see all 19 daplug skills listed in Codex's available-skills block.
v0.26.0
Added
- Codex command bridge generator (
scripts/generate-codex-bridges.py): Generates Codex-compatible slash command shims under~/.codex/prompts/so daplug commands resolve natively in Codex CLI without manual porting.- Bare-named shims:
~/.codex/prompts/<command>.md(nodaplug-prefix) — invocation is/run-prompt 042, not/daplug-run-prompt 042. - Hand-port safety: Pre-existing colliding files are moved to
~/.codex/prompts/.archive-pre-bridge/before the bridge is written. - Sentinel-based cleanup: Managed bridges carry an embedded sentinel so
--cleanonly removes daplug-generated files; unrelated user prompts are never touched.
- Bare-named shims:
/install-bridges codex: Command acceptscodexas a runtime alongsideopencode.
Usage
/install-bridges codex
After install, all 19 daplug commands are available in Codex CLI as /run-prompt, /create-prompt, /codex-cli, /gemini-cli, /zai-cli, /qwen-cli, /devstral-cli, /create-at-prompt, /run-at-prompt, /create-llms-txt, /check-updates, /check-config, /migrate-config, /detect-clis, /cclimits, /prompts, /sprint, /uvc, /install-bridges.
v0.25.0
What's New
GPT-5.5 support — codex/codex-high/codex-xhigh shorthands now resolve to gpt-5.5 (the new OpenAI default), with new explicit gpt55/gpt55-high/gpt55-xhigh shorthands. Legacy gpt54 variants preserved.
Changes
feat(models): add GPT-5.5 support(d13a493)- Updates router, cli-detector codex plugin/template, executor MODEL_SPECS, alias maps, argparse choices
- All documentation updated (CLAUDE.md, README.md, SKILL.md, run-prompt/prompts/create-prompt/create-llms-txt commands)
manage-models.pyrefactored to import the executor module instead of regex-parsing it- OpenCode default model bumped to
openai/gpt-5.5
Model Shorthand Map (after this release)
codex/codex-high/codex-xhigh→ gpt-5.5codex-spark→ gpt-5.3-codex-spark (unchanged)gpt55/gpt55-high/gpt55-xhigh→ explicit gpt-5.5gpt54/gpt54-high/gpt54-xhigh→ explicit gpt-5.4 (legacy preserved)gpt52/gpt52-high/gpt52-xhigh→ unchanged
v0.24.0
What's New
GPT-5.4 Support
codexshorthand now defaults to GPT-5.4 (was gpt-5.3-codex)codex-highandcodex-xhighupdated to use GPT-5.4- New explicit shorthands:
gpt54,gpt54-high,gpt54-xhigh codex-sparkremains on gpt-5.3-codex-spark (unchanged)
Kimi K2.5 Support
- New
kimimodel shorthand via OpenCode (opencode/kimi-k2.5) - Added to CLI routing, recommendation logic, and all model selection menus
Files Updated
All 10 model-related files updated per the managing models checklist:
executor.py, router.py, SKILL.md, CLAUDE.md, README.md, run-prompt.md, prompts.md, create-prompt.md, create-llms-txt.md, test_router.py
v0.23.11
Full Changelog: v0.23.10...v0.23.11
v0.23.10
Full Changelog: v0.23.9...v0.23.10
v0.23.9
Full Changelog: v0.23.8...v0.23.9
v0.23.8
Full Changelog: v0.23.7...v0.23.8
v0.23.7
Full Changelog: v0.23.6...v0.23.7
v0.23.6
Full Changelog: v0.23.5...v0.23.6