Skip to content

AgentOS 2026.8.2.post1

Choose a tag to compare

@andreapn andreapn released this 02 Aug 16:57
· 623 commits to main since this release
713237c

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 at SKILL.md plus two force-included pptx references, so senior-unilp-manager's assets/v4-reference.md read as a forbidden entry and failed the tagged Windows release job. assets/ is where that documentation is supposed to live — SKILL.md links 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 .md fail 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