This release fixes issues for SREs watching stability and regressions.
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 summaryFixed foreach over empty/whitespace string to iterate zero times for both $(REF) and ${V} forms.
Full changelog
Upgrade impact: none (additive). Completes the 0.26.2 #2 fix on the code path it missed; nothing that worked in 0.26.2 changes.
foreachover an empty/whitespace string now iterates zero times for the${V}brace form too, not just$(REF). The 0.26.2 guard was added insideresolveListExpr's$(REF)branch, but the${V}brace form (and any expression resolved via substitution) falls through to a different path that still wrapped an empty resolved value as[""]→ one empty iteration. Since a caller-supplied-list skill typically writesforeach A in ${V}and passesVas a runtime input, the deployed bug was exactly the case 0.26.2 set out to fix (found by Perry re-verifying on the published runtime,2db95446). The empty→zero guard now sits on both paths;foreach A in ${V}withV=""/V=" "iterates zero times, matching$(V),[], and an absent ref. Root cause was a test-coverage gap — the 0.26.2 tests all drove the paren form; new end-to-end tests now drive the brace form viaexecute-with-inputs (the real caller path).
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]