mirror of
https://github.com/ningzimu/codex-ppt-skill.git
synced 2026-09-14 20:06:52 +08:00
4.9 KiB
4.9 KiB
Changelog
Release notes are generated from this file. Keep changelog entries in English.
Unreleased
0.4.3
Features
- Add a reusable McKinsey style reference and README preview for conclusion-first consulting decks. (#45)
Improvements
- Refresh the hand-drawn technical style preview with a clearer Codex PPT explainer illustration. (#45)
0.4.2
Documentation
- Expand speaker notes guidance so
speech.mduses content-specific delivery styles, natural presenter-facing talk tracks, and separate emphasis and pacing cues. (#43)
0.4.1
Fixes
- Use a cross-platform file lock for slide generation state files so Windows can run state recording scripts. (#41)
0.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)
0.3.2
Documentation
- Add an update and installation reference to the codex-ppt skill instructions. (#36)
- Add a README callout linking to the pinned community showcase issue. (#35)
- Add the generated skill duo introduction PDF to the README tips.
0.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
- Display GitHub Release skill zip assets with their versioned filenames. (#21)
- Package GitHub Release assets as a skill-only zip for direct manual installation. (#20)
0.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)
0.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)
0.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)
Fixes
Documentation
- Add ClawHub badge and OpenClaw install command to the READMEs. (#8)
- Require explicit image backend confirmation before sample generation. (#6)
- Add agent contribution guidelines for PR, changelog, and release workflows. (#5)
0.1.0
Features
- Add the initial Codex PPT skill and style assets. (#1)
Documentation
- Add installation and usage documentation. (#2)