Skip to content

v0.12.0 — /handoff command & first-class Codex plugin support

Latest

Choose a tag to compare

@dsifry dsifry released this 17 Jun 01:22
· 2 commits to main since this release

Added

  • /handoff command and handoff skill — Analyzes the current session and writes a self-contained handoff document to docs/handoffs/handoff-<YYYY-MM-DD-HHmm>.md capturing the objective, current status, working-tree state, required reading (specs/designs/plans/code file:line/tests), and key decisions, so a fresh agent with zero prior context can resume the work. Emits a single closing sentence of the form Read <file>.md and do <concrete next action>. Wired across all platforms: Claude command, Gemini/Codex TOML (generated from lib/sync-resources.js), and the skill definition.
  • First-class Codex CLI plugin support (#44) — Native .codex-plugin/plugin.json manifest and marketplace entry, platform-aware setup/status skills, and expanded session-start hook handling, making Codex CLI a first-class target alongside Claude Code and Gemini CLI.

Full Changelog: v0.11.0...v0.12.0