5.2 KiB
5.2 KiB
Changelog
This project follows Semantic Versioning.
[1.3.0] - 2026-08-07
Added
- Offline neo-ppt editor mirror (
editor/): no iframe, nowww.kimi.com; open a PPTD folder and export from the official UI - Skill install copies the full
editor/tree plus patched WASM into installed skill directories - Image QA /
--browserexport now drives the local editor (?ndExport=1+payload.json) instead of kimi.com
Changed
- Default PPTX export uses the local patched WASM (single source:
editor/neo-ppt/assets/pptd_wasm_bg-DPPWdROu.wasm) - Local editor hides share / cloud / Google Drive entry points and blocks related cloud/Google API calls
- Removed the old iframe shell (
app.js/styles.css), deprecatedexport_host.html, and unused browser top-bar export glue - Be sure to upgrade: this release is fully localized — editing and export now run entirely on the local neo-ppt mirror + patched WASM instead of the official cloud export pipeline, so the "official export requires signature" issue no longer occurs. Run
npx open-kimi-ppt-skill@latest install -y(or pick a target directory interactively) to reinstall and sync the fully localized resources into your installed directory.
Fixed
- Avoid dark-theme FOUC by forcing light mode
- Demo / read-only opens can edit, present, and export again (
isCreate: false+ editable config) - Browser sessions strip
HTTP(S)_PROXYso corporate proxies do not 403 localhost
[1.2.0] - 2026-08-06
Added
- CLI supports
-h/--helpand-V/--version
Changed
- Renamed the npm package and CLI from
open-kimi-ppt-skillstoopen-kimi-ppt-skillto match the GitHub repo. Usenpx open-kimi-ppt-skill@latestgoing forward; the old package name will no longer receive updates
[1.1.3] - 2026-08-06
Added
- Interactive
installchecklist for.agents/.codex/.claude/.cursor/.workbuddyskill directories (space to multi-select) -y/--yes(non-interactive default) and repeatable--target--allinstalls only into detected agent directories; missing agents are skipped with a notice instead of being created- Windows export auto-starts a persistent debug browser (Chrome, falling back to Edge) to work around agent-browser failing to launch Chrome itself; the instance stays resident and is reused across exports, and
AGENT_BROWSER_CDPcan point to a debug browser you started yourself
Fixed
- Tolerate files vanishing mid-scan in
find_downloadwhen Chrome renames.crdownloadentries in Downloads, avoidingFileNotFoundErroraborting export (Related to #4)
Changed
- README now steers agents to
npx open-kimi-ppt-skill@latest install -yinstead of cloning the repo
[1.1.2] - 2026-08-06
Fixed
- Fix Chinese-locale Windows export hang / GBK decode errors in
export_pptx.py/export_images.py(capture stdout via temp file + UTF-8) - Work around agent-browser
--download-pathsilently canceling Chrome downloads: click download and poll the default Downloads folder - Stop shipping
__pycache__/*.pycin the npm package (list script sources explicitly infiles)
[1.1.1] - 2026-08-06
Added
- Align PPTD with official element-level
animations; Skill notes for animation /notesusage bounds - Align image priority, anti-AI copy rules, clarification asks, replicate guidance, and parallel page writes
- Ship ~30 preset design systems, invoked only when named
- Restore
customFonts(Google Fonts) and poster size recommendations - Root theme catalogs:
theme.md/theme_EN.md(with preview images) - Sample project
example/xiaomi-yu7-ppt-animation(on-slide entrance animations)
Changed
- Sync scenario docs with official animation guidance and
customFontsreferences - README: document element animations, preset themes, and sample prompts
[1.0.2] - 2026-08-06
Changed
installoverwrites an existing skill by default;--forceis no longer required (still accepted for compatibility)
[1.0.1] - 2026-08-06
Added
- Skill workflow step0 prerequisite check: verify Node.js 18+, npm/npx, and python3 before generation; note that a Chromium-based browser is required for export
- Export scripts check Node.js 18+ and npm at startup, with clear install guidance when missing or too old
- CLI (
open-kimi-ppt-skill) refuses to start when the Node.js major version is below 18 - Auto-install PyYAML via
pip install --user pyyamlwhen missing (same pattern as Pillow / websocket-client)
Docs
- Added multi-agent / multi-model example screenshots (ChatGPT·Codex + 5.6 Luna, Reasonix + DeepSeek, WorkBuddy, and more)
- Clarified install as “automatic or manual — pick one”, with Windows path notes
- Updated README structure and example images
[1.0.0] - 2026-08-05
Added
- Initial release of
open-kimi-ppt-skill - PPTD create / edit / replicate, delivering both an editable PPTD project and a PPTX by default
- Browser-side PPTX export (embedded fonts, fade transitions) with optional multimodal visual QA before export
- Local in-browser PPTD editor (
npx open-kimi-ppt-skill serve) - CLI to install the skill into
~/.agents/skills(or another agent directory via--target)