Releases: Add-Miles/mileswang-skill
Release list
v0.6.0
Summary
- Add candidate skill
miles-x-memory: local X Memory day digests, content-value gate, Skill-share ledger - Route “总结本地 X / Skill 账本” to the new leaf; keep capture pipeline local-only (no X re-scrape)
- Docs, routing cases, and capability map updated for v0.6.0
Install
codex plugin marketplace add Add-Miles/mileswang-skill --ref v0.6.0
codex plugin add mileswang-skill@mileswang-skillv0.5.1
v0.5.0
v0.4.1
v0.4.1 fixes the public self-update path introduced in v0.4.0.
What changed
- Removed the anonymous GitHub REST API dependency that could fail when the shared public rate limit was exhausted.
- The updater now selects the highest stable
vX.Y.Ztag from the official public Git refs. - It verifies the matching plugin manifest, exact Release ZIP, and companion SHA-256 file before changing the installation.
- It still updates only
mileswang-skill, compares unrelated plugins before and after, and attempts rollback on failure. - No Miles API, API key, token, account, or private Miles service is used.
Install or migrate once
New users and users on v0.3.0 or earlier should run:
codex plugin marketplace remove mileswang-skill
codex plugin marketplace add Add-Miles/mileswang-skill --ref v0.4.1
codex plugin add mileswang-skill@mileswang-skillIf the first command reports that the marketplace is absent, continue with the next command.
Users on v0.4.0 may say 更新 mileswang; if the old updater encounters the REST rate-limit failure, use the fixed-tag migration commands above.
After v0.4.1 is installed, future explicit updates can be requested with:
更新 mileswang
Updates are not background or real-time hot reloads. Open a new conversation after a successful update.
Privacy boundary
Public brand names remain allowed. Private contact information, machine paths, account identifiers, chats, credentials, and unnecessary media metadata remain blocked from public distribution. Rewritten public Git refs do not erase third-party clones or GitHub-internal cached and pull-request references; host-side cleanup remains separate.
Full changelog: v0.4.0...v0.4.1
v0.4.0
Superseded for updater reliability by
v0.4.1. Thev0.4.0updater depends on anonymous GitHub REST API quota and may fail when that public quota is exhausted. Installv0.4.1with the fixed-tag commands below.
v0.4.0 introduced an explicit stable self-update path and a fail-closed privacy contract across every bundled Miles Skill.
Install the corrected updater
codex plugin marketplace remove mileswang-skill
codex plugin marketplace add Add-Miles/mileswang-skill --ref v0.4.1
codex plugin add mileswang-skill@mileswang-skillNo Miles API, API key, account, or private Miles service is required. v0.4.1 discovers releases through public Git refs and verifies the Release ZIP with its companion SHA-256 file.
Privacy boundary
Public brand names remain allowed. Private contact information, machine paths, account identifiers, chats, credentials, and unnecessary media metadata are blocked from public distribution.
History was rewritten to use GitHub noreply commit identities. This cannot erase third-party clones or GitHub-internal cached and pull-request references; host-side cleanup is a separate step.
Full changelog: v0.3.0...v0.4.0
v0.3.0
v0.3.0 turns mileswang-skill into one public installable entry that routes each request to the narrowest bundled Miles module or an independently installed specialist.
What is included
miles-video-editing: turns supplied talking-head footage into a checked V10-style semantic edit and rendered MP4.miles-ai-video: plans, adapts, or reviews AI product demos and short videos without pretending a plan is a rendered cut.miles-projectandmiles-content: retain the project-execution and creator-content workflows from the stable base.miles-x-methodology: included as a candidate for explicit acceptance testing, not presented as a released-owned capability.
No Miles API required
The default video-editing path runs on the user's machine. It does not require a Miles API, Miles API key, Miles account, or private Miles service. First-time setup can download public dependencies, a browser, and a local Whisper model. Local prerequisites are Python 3.10+, Node.js 22+, npm/npx, FFmpeg, and ffprobe.
Install
codex plugin marketplace add Add-Miles/mileswang-skill --ref v0.3.0
codex plugin add mileswang-skill@mileswang-skillRestart ChatGPT Desktop or open a new Codex session, then submit a real task such as: 用 mileswang 剪这条口播视频。
Full changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add runtime external Skill routing for v0.2.0 by @Add-Miles in #2
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- harden release and routing contracts by @Add-Miles in #1
New Contributors
- @Add-Miles made their first contribution in #1
Full Changelog: https://github.com/Add-Miles/mileswang-skill/commits/v0.1.1