Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 21 Jun 05:21
b28a0fd

0.1.4 (2026-06-21)

Features

  • connectors: add ai-mapping leaf block (dd9ec5f)
  • connectors: add llm-anthropic connector (46eb024)
  • connectors: add llm-gemini connector (9986b47)
  • connectors: add llm-openai connector (31618a9)
  • connectors: update default LLM models (2617cc7)
  • core: add provider-agnostic LLMClient interface + DTOs (360ef71)
  • deploy: wire editor OIDC SSO and drop Secret Manager (d4c28fd)
  • editor: add LLM connectors + ai-mapping/ai-retry to capabilities (1b7746a)
  • editor: flow-level error path lane + canvas polish (74db3e4)
  • editor: OIDC SSO via Auth.js with role-gated BFF routes (28d5860)
  • editor: replace scope block with handle-errors (b674f16)
  • editor: route-list/tool-list field types for ai-router & ai-agent (e15d4ff)
  • editor: seed a starter inputSchema for new ai-agent tools (393b0da)
  • editor: tabbed console with Dev .env values (766817c)
  • engine: add ai-agent composite (a6bcbc9)
  • engine: add ai-retry composite (80c2159)
  • engine: add ai-router composite (cbb4779)
  • http: propagate vars.httpStatus as the response status (b808fa1)
  • log: include variables in the default log line (766036e)
  • runtime: add flow-level error path with recovery (578e7ef)
  • runtime: add handle-errors block with structured vars.error (cca5660)
  • types,engine: add BlockConfig AI fields and slot tracking (f29364b)

Bug Fixes

  • ai: self-healing ai-retry, component LLM logging, route/tool decode (1003daf)
  • ci: extract terraform with python3 instead of unzip in deploy step (3aba0e2)
  • ci: extract terraform with python3 instead of unzip in deploy step (cad4ab1)
  • deploy: don't rotate adopted Postgres password on import (3f91f33)
  • deploy: don't rotate adopted Postgres password on import (6a2f678)
  • gemini: round-trip Gemini 3.x thought signatures in tool loops (48f38a2)

Documentation

  • document error handling + add error-handling sample (2e8bea9)