AgentOS 2026.8.2.post1
·
623 commits
to main
since this release
A post-release for 2026.8.2. Same feature set as v2026.8.2 — this tag exists because the tagged Windows release job for v2026.8.2 failed after the tag was pushed, so the packaging fix could not reuse it. If you installed 2026.8.2, upgrading is only necessary if you use the senior-unilp-manager bundled skill or schedule cron prompts containing Unicode combining marks.
Fixed
- A bundled skill's
assets/markdown is shipped in the wheel. The release wheel guard allowed markdown only atSKILL.mdplus two force-included pptx references, sosenior-unilp-manager'sassets/v4-reference.mdread as a forbidden entry and failed the tagged Windows release job.assets/is where that documentation is supposed to live —SKILL.mdlinks it by{baseDir}, so stripping it shipped instructions pointing at a file that is not on disk.agentos/skills/bundled/<skill>/assets/**is now allowed;references/and stray top-level markdown stay forbidden. A real-tree test over the bundled skills makes a new.mdfail PR CI instead of the tagged release job. - Cron prompt safety no longer rejects Unicode combining marks. They were treated as invisible characters, which blocked legitimate Vietnamese and other script text. Combining marks pass again; genuinely invisible marks stay blocked.
Full changelog: v2026.8.2...v2026.8.2.post1