skillshare v0.20.1 Release Notes
Release date: 2026-05-31
TL;DR
- Safer Codex agent transforms — the bundled
codex-agentsextension now rejects blank required fields before generating TOML. - Actionable Extras sync errors — the Dashboard Extras sync toast now shows the first file-level extension error instead of only an error count.
Safer Codex Agent Transforms
The reference codex-agents extension now validates the fields Codex needs before writing a TOML agent. A missing name still falls back to the source filename, but blank name, blank description, or empty Markdown content now fail with a clear validation error instead of producing an agent Codex cannot load.
The extension docs also link to Codex's custom agent schema so users can check the required fields while editing their Markdown source.
Dashboard Extras Sync Errors Are Easier to Fix
When an extras transform fails from the dashboard, the Extras page toast now includes the first file-level error. That means users can see which source file or validation message needs attention without opening logs just to find the failing transform.
No migration is required for this release.
Changelog
- 7ac0431 chore: release v0.20.1
- ad9ffde fix codex agent extension validation
- 1183e0a fix: improve codex agent extension validation
- 0ae4e11 reject blank codex agent descriptions
Notes
- Full changelog: https://github.com/runkids/skillshare/blob/main/CHANGELOG.md
- Security model docs: https://skillshare.runkids.cc/docs/guides/security
- Command reference: https://skillshare.runkids.cc/docs/commands