Skip to content

Releases: cruzanstx/daplug

v0.27.0

09 May 20:06

Choose a tag to compare

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 --clean only 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.py and 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

09 May 18:55

Choose a tag to compare

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 (no daplug- 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 --clean only removes daplug-generated files; unrelated user prompts are never touched.
  • /install-bridges codex: Command accepts codex as a runtime alongside opencode.

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

02 May 13:07

Choose a tag to compare

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.py refactored 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.5
  • codex-spark → gpt-5.3-codex-spark (unchanged)
  • gpt55 / gpt55-high / gpt55-xhigh → explicit gpt-5.5
  • gpt54 / gpt54-high / gpt54-xhigh → explicit gpt-5.4 (legacy preserved)
  • gpt52 / gpt52-high / gpt52-xhigh → unchanged

v0.24.0

14 Mar 13:13

Choose a tag to compare

What's New

GPT-5.4 Support

  • codex shorthand now defaults to GPT-5.4 (was gpt-5.3-codex)
  • codex-high and codex-xhigh updated to use GPT-5.4
  • New explicit shorthands: gpt54, gpt54-high, gpt54-xhigh
  • codex-spark remains on gpt-5.3-codex-spark (unchanged)

Kimi K2.5 Support

  • New kimi model 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

28 Feb 02:54

Choose a tag to compare

Full Changelog: v0.23.10...v0.23.11

v0.23.10

22 Feb 23:05

Choose a tag to compare

Full Changelog: v0.23.9...v0.23.10

v0.23.9

22 Feb 22:47

Choose a tag to compare

Full Changelog: v0.23.8...v0.23.9

v0.23.8

22 Feb 22:19

Choose a tag to compare

Full Changelog: v0.23.7...v0.23.8

v0.23.7

21 Feb 23:56

Choose a tag to compare

Full Changelog: v0.23.6...v0.23.7

v0.23.6

21 Feb 21:53

Choose a tag to compare

Full Changelog: v0.23.5...v0.23.6