This release adds 5 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+9 more
Summary
AI summaryAdded edict_package, edict_invoke_skill, println builtin, CloudflareHostAdapter, effect polymorphism inference, IR lowering and dead‑code elimination.
Full changelog
1.12.0 (2026-03-13)
Features
- add edict_package and edict_invoke_skill MCP tools (#136) (49073eb)
- add println builtin (print with newline) (#143) (61bf988)
- CloudflareHostAdapter for Workers edge runtime (#138) (d610f0a)
- crystallized intelligence lifecycle example and integration guide (#137) (ab156e0)
- edict_deploy MCP tool — deploy pipeline (#140) (2d07f2a)
- effect polymorphism codegen, examples & docs (#129) (606c5c1)
- effects: effect polymorphism inference and propagation (#128) (e4e6ad1)
- implement IR lowering pass (lowerModule) (e8f242b), closes #131
- IR dead code elimination pass — unused let removal + unreachable code after exit() (fb847e5)
- mid-level IR type definitions (#130) (1cca706)
- skill package format — packageSkill() and invokeSkill() (#135) (0678984)
- Worker scaffold generator — WASM → deployable Cloudflare Worker bundle (#139) (3626bbe)
Bug Fixes
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 Sowiedu/Edict
Agent-first programming language: agents produce JSON AST, the compiler validates, type-checks, effect-checks, verifies contracts via Z3/SMT, and compiles to WASM. 19 MCP tools for the full compile-and-execute loop.
Related context
Beta — feedback welcome: [email protected]