Skip to content

v0.1.4

Choose a tag to compare

@Muizzkolapo Muizzkolapo released this 03 Apr 14:42
· 386 commits to main since this release
62bdb68

What's New

  • Runtime tab added to docs site logs screen
  • Gantt-style execution timeline on runs detail screen
  • Action metrics enriched with latency, provider, cache, and disposition
  • Runtime warnings extracted from events.json into catalog
  • Project name field added to agent_actions.yml
  • Retry failed/skipped actions on workflow re-run
  • Pre-flight guard checks for nullable fields flowing into tool schemas
  • ActionStatus enum and DEFERRED records audit trail (ARCH-003, ARCH-004, ARCH-006)
  • Shared pipeline context prevents batch/online drift (ARCH-005)
  • Partial failure visibility with completed_with_failures status

Fixes

  • LSP hover shows all metadata, not just name and line
  • VS Code extension expands version ranges correctly
  • Batch validation rejects synchronous tool/HITL actions
  • WhereClauseParser silent operator mismapping resolved
  • Tool-action failure surfacing and zero-success detection
  • Guard-skipped actions marked correctly in tally
  • Hardcoded references removed across codebase

Docs & DX

  • .env.example files added to all example projects
  • Examples tightened with schemas, flow diagrams, and improved READMEs
  • Ollama batch support docs updated