Releases: ningzimu/codex-ppt-skill
Releases · ningzimu/codex-ppt-skill
v0.4.2
v0.4.1
v0.4.0
Improvements
- Add deck-level and slide-level context fields to slide prompt jobs so subagents receive self-contained task packets. (#39)
- Add a reusable style-library workflow for saving approved deck styles into
references/for future decks. (#39)
Fixes
- Prevent concurrent slide state writes from overwriting dispatch, result, or blocker records. (#39)
Documentation
- Move detailed codex-ppt workflow guidance into supporting docs and keep the main skill file within SkillHub limits. (#39)
- Clarify how to use user-specified styles and image/PDF/PPT/PPTX style references without forcing an extra style-selection step. (#39)
- Require PDF/PPT/PPTX style references to be inspected as rendered page images before deriving a visual style. (#39)
v0.3.2
v0.3.1
Fixes
- Fix full-deck generation so the parent actively dispatches slide subagents, and subagents must use the selected image generation tool instead of local rendering fallbacks. (#31)
Documentation
- Clarify that PPT style references can be screenshots or full PPT/PDF files, and that reusable styles can be saved into this skill's
references/directory. (#24) - Add a README note about personalizing the codex-ppt workflow and include the good skill design deck. (#22)
- Add a README tip pointing users to image-to-editable-ppt-skill when they need editable PPT reconstruction. (#29)
Improvements
v0.3.0
Documentation
- Add an
Attention Is All You Needexample deck with preserved paper figures. (#18) - Require subagent-based per-slide generation whenever subagents are available. (#18)
- Add mandatory phase gates and stricter image backend selection rules to the codex-ppt skill. (#18)
- Add README examples for assigning original paper figures to specific slides, referencing issue #14. (#18)
- Document Markdown image references inside
Required images. (#18) - Clarify how to preserve user-supplied figures and result charts in generated decks, including subagent slide generation with approved sample-slide style references. (#18)
- Document simplified prompt preparation with one self-contained JSON job per slide instead of a separate prompt file and job manifest. (#18)
- Document relative input image path resolution in slide jobs against the
deck_spec.jsondirectory. (#18) - Reject duplicate slide numbers when preparing per-slide prompt jobs. (#18)
- Clarify that CLI/API fallback must not text-generate slide jobs that require input images. (#18)
v0.2.1
Documentation
- Fix README badge labels and GitHub star/fork badge style. (#16)
- Add GitHub star and fork badges to both READMEs. (#15)
- Recommend
npx skillsinstallation commands for Codex, Claude Code, and Hermes Agent. (#13)
Fixes
- Mark local image API fallback config as optional so built-in image tool users do not see unnecessary missing-config warnings. (#12)
- Clarify that Codex built-in image generation remains the preferred
gpt-image-2path when available, avoiding unnecessary API key prompts. (#11) - Omit empty changelog subsections from generated release notes. (#10)
v0.2.0
Features
- Add ClawHub publishing workflow and skill metadata. (#8)
- Add third-party OpenAI-compatible image API fallback for codex-ppt. (#6)
- Add shared runtime configuration for API key, base URL, and image model reuse. (#6)
- Support Claude Code, OpenClaw, Hermes Agent, and other
SKILL.md-based agent usage. (#6)
Improvements
- Default image fallback generation to 2K 16:9 output. (#6)