Skip to content

v0.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Mar 03:59
· 2 commits to main since this release

Agentic Framework

  • Anthropic client — Native Anthropic API client for direct provider integration
  • Agent storage — New storage: true agent field for persistent agent state
  • Agent strategystrategy field support in agent declarations for delegation control
  • Step confirmationsawaiting_confirm step status with StepConfirmPayload for human-in-the-loop approval flows

Compiler & Language

  • Triple-quoted strings"""...""" multi-line string literals in AST, lexer, parser, and formatter
  • Lambda syntax(params) => expr closure syntax replacing fn(params) { ... }
  • Formatter expansion — Significantly expanded expression formatting (~200 lines)
  • Stdlib codegen — New stdlib code generation mappings for storage, excel, and auth modules
  • Checker updatesstorage and strategy recognized as valid agent fields

Runtime & Primitives

  • Array builtins — Expanded array operations (~217 lines of new helpers)
  • Math builtins — New math utility functions
  • Auth improvements — Enhanced auth resolution with credential file and OAuth support
  • Upload enhancements — Expanded file upload handling
  • Workflow improvements — Extended workflow execution capabilities
  • Server updates — Additional server routing and middleware support
  • Store/Memory — Enhanced store and memory management

Stdlib

  • Excel tables — Expanded stdlib/excel with table-based spreadsheet processing
  • Langfuse — Updated Langfuse observability integration
  • Postgres/SQLite — Extended store implementations for both database backends

UI SDK

  • Step component — Expanded haira-step with confirmation UI (~133 lines)
  • Form/Pipeline — Updated form and pipeline components
  • Types — New StepConfirmPayload type export in ARP SDK

Release & Distribution

  • GPG-signed releases — Release archives are now GPG-signed with detached .asc signatures; install script verifies signatures automatically
  • macOS codesign fix — Removed CI ad-hoc codesigning (caused SIGKILL on user machines); install script now performs local ad-hoc codesigning instead
  • Dynamic website version — Website navbar version is now fetched from GitHub Releases API at build time instead of being hardcoded
  • Auto-rebuild on release — Docs workflow now triggers on release: published events so the website updates automatically after each release

Install

curl -fsSL https://haira.dev/install.sh | sh

Full Changelog: v0.4.0...v0.5.2