Changelog
Changelog — 2026-06-16
Daily docs refresh.
Breaking
- The
skillobject model is slimmed down. The runtimeskillobject now carries onlyname,description, andcontent(richtext). ThedisplayNameandattachmentsattributes and thealwaysOn/enabledflags have been removed, and thefind_skilltool is gone. A skill's identity and label are now itsname. If you authored skill records against the old shape, drop those fields. See Agents.
Features
- Full-context skill disclosure. Every skill — built-in or tenant-authored — is now listed by
nameanddescriptionin an## Available Skillssection of the agent system prompt. The agent loads a skill's fullcontenton demand withget_skillbefore starting a specialized task, so there is no separate discovery step or per-skill flag to manage. - New
skill-creatorbuilt-in skill. Agents can now author a skill from scratch or import one from the skills.sh marketplace and save it as a reusableskillrecord. The E2B sandbox template preinstalls theskillsCLI to support marketplace imports. - Default
Skillslist view. The sealedskillobject ships with a default list view (columnsname,description, sorted by name) so authored skills are browsable out of the box.
Fixes
- Model pricing resolves by
apiModelId. Pricing and capability lookups now match on a model'sapiModelId, not only itsid, so aliased or provider-prefixed model identifiers resolve to the correct rates. - Localized tool-part copy. The attached-records suffix in the AI tool-part component is now translated, and the French locale gained a translation for the
displayTemplatelabel.