Skip to content

v0.19.0

Choose a tag to compare

@atamanvega atamanvega released this 10 Aug 09:34
· 29 commits to main since this release
7c9ab34

Added — portable, multi-client packaging (Agent Plugins 1.0.0)

  • Dual-emit manifest. The plugin now carries both a Codex-native .codex-plugin/plugin.json and a portable root plugin.json conforming to the open Agent Plugins 1.0.0 standard, so the same plugin loads in Codex and other compatible clients (Cursor, GitHub Copilot in VS Code, …). Generated from one source; interface rides under the com.theagilemonkeys.dev-kit extensions namespace.
  • Portable work-story orchestration skill. The end-to-end ticket→PR flow now travels to hosts without an orchestrator subagent: a work-story playbook the host agent runs itself. Shipped to the plugin bundle (Codex + portable clients) only — Claude Code is unchanged and keeps its richer /work-story command + coding-agent subagent.
  • README install guide for Codex, Copilot (VS Code) and Cursor, with verified steps and honest status caveats.
  • Validator extended to cover the portable manifest and Agent Skills naming; runs on every build.

Verified end-to-end on codex-cli 0.147. Cursor/Copilot are format-compliant but not yet verified by us. No change to Claude Code behavior. Telemetry remains wizard-only and opt-in.