This release adds 2 notable features for engineering teams evaluating rollout.
Published 20d
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
agents
dsl
llm
mcp
skills
workflow
Summary
AI summaryNew help({topic: "error-handling"}) topic adds error‑containment playbook.
Full changelog
Upgrade impact: none (additive). New help() topic + expanded server instructions; no behavior change.
- New
help({topic: "error-handling"})topic — the "how do I keep one call from aborting the whole skill" playbook, now reachable through the tool-help surface an agent author actually uses (not just the language-ref doc, which agents authoring via MCP never read). Covers the four containment primitives — the(fallback: "…")op trailer (the per-call opt-out), the${REF|fallback:"x"}pipe filter, theelse:block, and# OnError:— plus the five-rule discipline (fallback every fallible op; fallback each fan-out leg or one failure sinks the rest;|fallbackposition-independence; output-template var safety; degrade loud, not silent). Content mirrors the language-ref "Robustness & error containment" section so the two stay in sync. - Discoverability wiring:
error-handlingadded toavailable_topics, thehelptool description's topic list, and the unknown-topic message; the no-arg quickstart now names the(fallback:)primitive and points to the topic; the MCP server instructions (shown to every agent at session start) gained a one-line robustness note. So an agent meets the containment guidance passively (server instructions), on demand (help), and at the quickstart — the surfaces it uses, rather than the docs it doesn't.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Skillscript
All releases →Related context
Related tools
Earlier breaking changes
- v0.35.0 Editing `# Deadline:` on an approved skill drops it to Draft (signature invalidates).
Beta — feedback welcome: [email protected]