Skip to content

v0.1.15

Choose a tag to compare

@Muizzkolapo Muizzkolapo released this 03 May 18:17
· 119 commits to main since this release
6d44f50

What's Changed

Bug Fixes

  • fix: unify action_name injection for online and batch paths (#486) — Online and batch paths now both get action_name injected by the coordinator at init, eliminating divergent behavior
  • fix: apply observe filtering to HITL data display (#487) — HITL reviewers now see only context_scope.observe fields instead of the entire record bus. FILE-mode apply_context_scope_for_records handles empty upstream namespaces per-record instead of crashing
  • fix: add RECORD_LIFECYCLE_FIELDS so tombstones preserve _state_history (#488) — Lifecycle fields (_state_history, _state_schema_version) now carry forward correctly across tombstone construction
  • fix: CLI preview detects tombstones via _state instead of dead _unprocessed field (#489) — agac preview now correctly renders [guard-skipped], [cascade-skipped], [failed], [exhausted] labels. Tombstone states derived compositionally from CASCADE_BLOCKING_STATES
  • fix(prompt): apply SchemaInjection.PROMPT in batch path too (#485) — Schema injection now works consistently across online and batch paths
  • fix: batch guard-skip writes passthrough records with full bus content (#484) — Guard-skipped batch records now carry complete upstream content
  • fix: stamp _state on batch results and remove placeholder after completion (#481) — Batch results get proper _state lifecycle field

Enhancements

  • Phase 4: Executor simplification (#479) — Simplified executor internals
  • refactor: split ollama vendor into ollama_local + ollama_cloud (#483) — Ollama provider split for local vs cloud deployments

Documentation

  • docs: add record lifecycle guide (#490) — Comprehensive guide covering the record state machine, boundary resets, guard skips, terminal states, _state_history audit trail, and field categories