Skip to content

Releases: hybroai/hybro

v0.2.15

Choose a tag to compare

@github-actions github-actions released this 01 Sep 20:29
1c32099

0.2.15 (2026-09-01)

Features

  • add orchestrator v3 A2A runtime (0b9dd31)
  • add orchestrator v3 A2A runtime (7fd27ab)
  • add orchestrator v3 agent core (cf8abcc)
  • add Orchestrator V3 agent core and harden planner JSON contracts (36d0766)
  • add production adapters for the orchestrator runtime (9d9e46a)
  • canary observability, plan status, and rollback manual (585e1a1)
  • complete canonical turn lifecycle (cab8658)
  • compose the orchestrator runtime for dark launch (11be635)
  • context & memory-owned resource catalog + faithful agent-card status (#1, #3) (b164d99)
  • core: make Hybro Core the public homepage (9789462)
  • core: make Hybro Core the public homepage (51b9f37)
  • define typed agent interaction metadata (43871cf)
  • dual-route production entry points by persisted ownership (a3c2f49)
  • encode orchestration operating rules into the kernel prompts (8bbb762)
  • fence room epoch lifecycle and exact-epoch cleanup (98d70ea)
  • implement model-first HITL and canonical snapshot-driven turn lifecycle (4281535)
  • implement model-first HITL orchestration (5a27ed0)
  • integrate Orchestrator V3 into production with canary routing (e5bed39)
  • llm: add DeepSeek provider (18b7694)
  • llm: add DeepSeek provider (bc36e46)
  • make agent scope a first-class routing input for the orchestrator (1b6d1f0)
  • phase 1 decision visibility — public run_event trace kinds + Turn Trace panel (0eccd49)
  • pin pre-cutover contracts and add durable run event stores (fd061ca)
  • production projection outbox worker and recovery cycle (d2fa7db)
  • project attachment text into the kernel's user message (17f7a86)
  • project kernel agent activity into the legacy agent-card surface (a5bf5c8)
  • redesign HITL lifecycle and questionnaire (b59fb19)
  • snapshot-driven frontend sync — RoomReducer, gap self-heal, trace hydration, remove correlation buffers, fixed-delay reconcile, and safety-net polling (6eddb71)
  • snapshot-driven room stream backend — room event log, persist-before-broadcast, two-phase terminal gating, resync backpressure, replay endpoint (7724ebc)
  • stream live agent cards for the orchestrator path (f462f63)
  • surface agent input-required as a kernel tool result (664d50b)
  • terminal boundary snapshots, naming guards, and architecture docs for the snapshot-driven room stream (f632746)
  • wire orchestrator persistence into the production startup (41c50d7)

Bug Fixes

  • address orchestrator v3 review findings (53034cf)
  • address PR #167 review on HITL recovery and room seeding (4b30df7)
  • address PR #172 review feedback on HITL fencing and stale updates (b337e8a)
  • address PR 154 review — lifecycle sync, error sanitization, bounded recovery (ba1c8c4)
  • advance recovered orchestration steps (dff5dcc)
  • align live turn rendering with durable orchestration (9385d4a)
  • apply canonical continuation evidence (ade8c2c)
  • apply nonterminal continuation authority (e4c5877)
  • auth: allow agent registration in mock mode (7b41fc8)
  • backend: fix non-critical HITL index conflict recovery and improve error logging (b482533)
  • backend: reconcile conflicting HITL indexes on startup (5380cfd)
  • ci: restore functional HITL flow and clear backend CI failures (bd9ee05)
  • clean agent-card rendering and first-call fact inlining (37e52ad)
  • deduplicate run creation commands (3ae196b)
  • defer canonical continuation processing (2bc4ac3)
  • drop free-form ref fields and present a concise final answer (bab813e)
  • fail closed for orchestrator cancellation (9e93372)
  • fail closed for orchestrator webhooks (2af49c0)
  • fail closed on dispatch alias conflicts (1f15e82)
  • fill work-log gaps and eliminate final-answer dead time (216047d)
  • harden HITL continuation recovery (a712aa0)
  • harden HITL recovery and orchestration continuation lifecycle (2246b34)
  • harden HITL recovery and seed single-agent room membership (1e92d7b)
  • harden HITL recovery and seed single-agent room membership (d377983)
  • harden immutable DTO copying and supervisor HITL answer resume (6baeee7)
  • harden orchestrator production wiring found by live E2E (42d70ff)
  • harden the dark-launch composition after review (5df6e15)
  • harden webhook identity and HITL working-poll budget (15b56b7)
  • hitl: address review feedback on DAL update returns, context grouping, and stale round fencing (78634ae)
  • hitl: enforce agent role for interactive status, handle invalid tool calls, and integrate tests into test harness (4c0bd75)
  • hitl: pr...
Read more

v0.2.14

Choose a tag to compare

@github-actions github-actions released this 14 Aug 20:40
0efb15d

0.2.14 (2026-08-14)

Bug Fixes

  • execution: address PR review feedback for HITL flow (cbbeeb1)
  • execution: resolve agent_input_required blockers/unknowns after HITL completion (f445e64)
  • execution: unblock HITL for text-only agents and add travel planner clarification flow (f457cac)
  • execution: unblock HITL for text-only agents and add travel planner clarification flow (8fcaf03)
  • room: complete preflight cleanup adapter (b1dc1c5)
  • room: complete preflight cleanup adapter (07b3d9f)
  • room: reject empty mention fanout (8c8a0d2)
  • room: reject empty mention fanout (79ff17c)
  • travel-planner: correct conversation history ordering for HITL rounds (608e8ff)

v0.2.13

Choose a tag to compare

@github-actions github-actions released this 12 Aug 08:02
afdfdbb

0.2.13 (2026-08-12)

Features

  • improve chat history management (6091e48)
  • improve chat history management (ef97200)
  • prepare use case teams before chat (30c1968)
  • prepare use case teams before chat (3d8ca31)
  • scripts: add hybro lifecycle CLI; install.sh delegates to it (4437647)
  • scripts: add hybro lifecycle CLI; install.sh delegates to it (0e76020)

Bug Fixes

  • address chat history review feedback (ff21bf2)
  • address orchestration review feedback (e9e0c43)
  • env: address PR #135 review on secret scoping and build-time config (c8b29e3)
  • env: harden env consolidation and single-source repo-root .env (49ccdea)
  • env: ignore .env.local.legacy backup in .gitignore (1c0c8bc)
  • fence room lock renewal failures (edc712d)
  • frontend: keep env files out of images (b291c26)
  • frontend: resolve dependency vulnerabilities (3f58731)
  • harden artifact delivery orchestration (f8768ab)
  • harden supervisor lifecycle and artifact delivery (5e74767)
  • install: address PR #135 review comments (9680ed8)
  • orchestration: address PR review feedback on ref resolution and recovery (1f268bb)
  • orchestration: recover fulfilled runs and resolve symbolic context refs (3b8f489)
  • orchestration: recover fulfilled runs and resolve symbolic context refs (9345cfa)
  • orchestration: satisfy CI format and update fail recovery test (6f06b32)
  • prefer completed room processing body (05817eb)
  • preserve legacy room history metadata (7fd7576)
  • retry transient room lock renewal (b1db9b7)
  • scripts: address PR #136 review on hybro CLI (e7ac4e6)
  • scripts: complete hybro env migration and tighten parsers (73f5f70)
  • scripts: harden hybro CLI env migration and compose gate (983e44d)
  • tolerate concurrent preset team reconciliation (847f99c)

v0.2.12

Choose a tag to compare

@github-actions github-actions released this 09 Aug 21:35
e7ea80c

0.2.12 (2026-08-09)

Features

  • discover host A2A agents (19bfdcc)
  • discover local A2A agents and harden artifact delivery (0fe3167)
  • room: add stable timeline cursor pagination (57e8a77)
  • room: add stable timeline cursor pagination (515db98)
  • ui: mark debate mode as coming soon (baae5ff)
  • ui: rename agent groups as teams (96450de)
  • ui: simplify featured use cases (ee61dda)
  • ui: simplify use cases and improve team selection (c7b2d3b)
  • unify agent inventory and chat handoff (72b123b)
  • unify Agent inventory, management, and chat handoff (ff9cadb)

Bug Fixes

  • address PR review feedback (c283fd4)
  • agents: add missing appending setting for artifacts (c3df05c)
  • artifacts: restore file rendering and strip hallucinated image embeds (1a250a1)
  • avoid replay after accepted terminal fanout (5187523)
  • close cancellation and eventing reliability gaps (8784fb0)
  • close cancellation and shutdown races (84bbe94)
  • fence terminal projection races (d716be1)
  • handle unavailable agent artifacts (43f42ee)
  • harden delivery, cancellation, and terminal reconciliation (498048a)
  • include cancellation configuration module (0dd0646)
  • memory: avoid duplicate truncated resources (2b0fc36)
  • memory: backfill compact summaries in migration (d6fb668)
  • memory: close context memory review gaps (259e011)
  • memory: compact before history window eviction (2215b16)
  • memory: deliver selected resources as separate parts (ce1594a)
  • memory: isolate selected resource boundaries (72bf482)
  • memory: literalize mongo pipeline values (7e07c8b)
  • memory: measure canonical compact context (add25ba)
  • memory: merge incremental room summaries (f59e1c1)
  • memory: normalize migrated compact token estimates (ed3cc79)
  • memory: preserve resources on assembly failure (7c3f309)
  • memory: redact migration CLI errors (44f0954)
  • memory: remove migration URI argument (ed63e1c)
  • memory: strip partial resource markers (d09cd74)
  • memory: use canonical history for fast routing (e906e5e)
  • memory: validate assembly and memory config (ee5ab59)
  • memory: validate cross-field memory config (2ffcd87)
  • orchestration: recover fulfilled goals and fix empty Story bodies (6d0fda1)
  • preserve agent chat handoff on remount (21f9fd4)
  • reconcile terminal run projections (325fde8)
  • supervisor: finish synthesis turns and unblock stuck supervisor runs (1f7e028)
  • synthesis: persist completion kind before SSE and merge turn artifacts (7e0a53c)
  • ui: align room team selector behavior (5a2bcf4)
  • ui: preserve room snapshot dispatch (737c8d5)
  • ui: remove team description field (4295a35)
  • ui: restore snapshot routing on default selection (b6450ca)

v0.2.11

Choose a tag to compare

@github-actions github-actions released this 03 Aug 08:00
cbace8c

0.2.11 (2026-08-03)

Features

  • add persistent send-message idempotency (4eacf48)
  • add persistent send-message idempotency (c5bdf94)

Bug Fixes

  • backend: include private agents in suggestions (38ca288)
  • backend: include runtime subpackages in wheel (dab8b67)
  • backend: include runtime subpackages in wheel (57ff5fb)
  • backend: recover stale file claims and suggest owned private agents (86de847)
  • harden compaction sweep lifecycle (6810e8c)
  • harden compaction sweep lifecycle (32585f4)
  • normalize room file claim timestamps (aa1ced2)
  • orchestration: include blocker_keys in planner questions schema (cd4edef)
  • orchestration: include blocker_keys in planner questions schema (cca39c6)
  • sync release version files and rename backend package (76eaf98)
  • sync release version files and rename backend package (bb23b0b)

v0.2.10

Choose a tag to compare

@github-actions github-actions released this 31 Jul 21:15
e7bf0d6

0.2.10 (2026-07-31)

Bug Fixes

  • acknowledge pending cancellation reconciliation (8d1dbe6)
  • make orchestration cancellation durable (cf16761)
  • recover orchestration before run creation (26dbb19)

v0.2.9

Choose a tag to compare

@github-actions github-actions released this 30 Jul 06:51
c1f79c7

0.2.9 (2026-07-30)

Features

  • backend: unify structured observability (d651c80)
  • backend: unify structured observability (2e4b2d9)

Bug Fixes

  • delivery: log successful terminal retries (3b5f49f)
  • observability: separate A2A transport events (984c231)

v0.2.8

Choose a tag to compare

@github-actions github-actions released this 29 Jul 09:15
9f07306

0.2.8 (2026-07-29)

Bug Fixes

  • frontend: guard stale processing restoration (b297197)
  • improve supervisor delegation context (83c7be7)
  • stabilize supervisor attachment and recovery flows (3f90655)

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 27 Jul 23:15
d7b7682

0.2.7 (2026-07-27)

Features

  • add explicit dispatch refs and open failures (7153ffc)
  • add orchestration outcome policies (31bf6f2)
  • add orchestration planner context boundary (8080877)
  • add orchestration resource catalog (ab7d616)
  • add v2 orchestration scope contract (a9c9101)
  • add v2 orchestration supervisor loop (50548c1)
  • continue recoverable A2A input tasks (6b256bf)
  • enable agent outcome orchestration guardrails (7658bf6)
  • enforce orchestration retry guardrails (cba9891)
  • expand orchestration planner contract (c41b301)
  • explain failed agent orchestration runs (c8b6b66)
  • expose agent card capabilities to planner (eccd967)
  • expose orchestration resources to planner (566e15c)
  • extend orchestration run state models (f753d58)
  • extract backend-owned agent observations (daf8d53)
  • frontend: unify customer and developer portals under /manage (3a93ecf)
  • gate completion on recoverable failures (7c079b5)
  • ingest agent observations as backend state (2b3f56e)
  • ingest orchestration agent results (75cf8ae)
  • ingest recoverable agent failures (f827830)
  • log supervisor planner decisions (01b3520)
  • make supervisor dispatch explicit refs only (e265c50)
  • normalize orchestration candidate scope (840f76b)
  • normalize semantic repair lineage (c6fd467)
  • orchestration: add delegation outcome policies (9d350da)
  • orchestration: add explicit resource references (ebd3bab)
  • orchestration: add outcome state foundation (2e3a11b)
  • orchestration: add outcome state foundation (ecb7099)
  • orchestration: add planner context and result ingestion (9212677)
  • orchestration: add recoverable v2 supervisor loop (bbfd335)
  • orchestration: add resource-aware dispatch (195185d)
  • orchestration: add scope and planner contracts (842c9b6)
  • orchestration: add stable outcome fingerprints (4098bf9)
  • orchestration: add stable outcome fingerprints (77f3a6f)
  • orchestration: add versioned run-state foundation (82eb9ba)
  • orchestration: add versioned run-state foundation (7ee83b0)
  • orchestration: bind dispatch resources to agent capabilities (1bd8eda)
  • orchestration: bind dispatch resources to agent capabilities (8dd5db9)
  • orchestration: complete planner contract slice (908ff36)
  • orchestration: enable outcome guardrails (6fe594c)
  • orchestration: enforce explicit dispatch references (2fb0cb1)
  • orchestration: enforce retry guardrails (7cbe568)
  • orchestration: evaluate delegation outcomes (01d11ab)
  • orchestration: evaluate delegation outcomes (1b45b51)
  • orchestration: expand planner outcome contract (382330c)
  • orchestration: explain failed runs (a1e87ba)
  • orchestration: expose agent resource capabilities (7fa63a0)
  • orchestration: extend run reducer transitions (11b9193)
  • orchestration: extend run reducer transitions (31bcc0d)
  • orchestration: handle agent input requests (8535704)
  • orchestration: handle agent input requests (472ecb1)
  • orchestration: ingest backend-owned agent observations (44474a1)
  • orchestration: keep result projections current (7e9e3bc)
  • orchestration: materialize required dispatch resources (3632568)
  • orchestration: materialize required dispatch resources (a79181f)
  • orchestration: materialize selected resources (8828c8e)
  • orchestration: normalize candidate scope (d544502)
  • orchestration: persist A2A continuation ownership (c691939)
  • orchestration: persist candidate scope envelopes (deb874a)
  • orchestration: persist delegation outcomes on ingest (a585a00)
  • orchestration: preserve HITL delivery links (4ec9a06)
  • orchestration: recover A2A input-required tasks (ce59c36)
  • orchestration: recover from agent failures (a172d71)
  • orchestration: recover planner validation failures (437a33f)
  • orchestration: recover planner validation failures (c48aba3)
  • orchestration: recover rejected semantic repairs (140cc9b)
  • orchestration: rehydrate persisted planner context (50616ed)
  • orchestration: scope completion evidence (fffab19)
  • orchestration: serialize result ingestion ([3d070f6](3d070f6...
Read more