Skip to content

Releases: ningzimu/codex-ppt-skill

v0.4.2

02 Jun 17:34
d931573

Choose a tag to compare

Documentation

  • Expand speaker notes guidance so speech.md uses content-specific delivery styles, natural presenter-facing talk tracks, and separate emphasis and pacing cues. (#43)

v0.4.1

01 Jun 03:33
36e6aae

Choose a tag to compare

Fixes

  • Use a cross-platform file lock for slide generation state files so Windows can run state recording scripts. (#41)

v0.4.0

29 May 12:53
67881a6

Choose a tag to compare

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

29 May 07:35
ea54cf5

Choose a tag to compare

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.

v0.3.1

25 May 10:02
a82336c

Choose a tag to compare

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)

v0.3.0

11 May 19:43
97ae7e9

Choose a tag to compare

Documentation

  • Add an Attention Is All You Need example 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.json directory. (#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

11 May 16:08
e3bbb69

Choose a tag to compare

Documentation

  • Fix README badge labels and GitHub star/fork badge style. (#16)
  • Add GitHub star and fork badges to both READMEs. (#15)
  • Recommend npx skills installation 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-2 path when available, avoiding unnecessary API key prompts. (#11)
  • Omit empty changelog subsections from generated release notes. (#10)

v0.2.0

09 May 15:01
4ad3653

Choose a tag to compare

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)

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)

v0.1.0

09 May 09:09

Choose a tag to compare

Features

  • Add the initial Codex PPT skill and style assets. (#1)

Documentation

  • Add installation and usage documentation. (#2)