Skip to content

v1.12.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 08:51
b50c8e3

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

  • benchmark handles multi-module ASTs and skips tool_call examples (dbe8531)
  • fail fast on unrecognized CLI arguments (#149) (61145a5)
  • make tsx dependency conditional for production workers (#144) (a1bd567)