Skip to content

Releases: katyella/legio

v0.3.6

04 Mar 14:36

Choose a tag to compare

v0.3.5

03 Mar 15:46

Choose a tag to compare

Fixed

  • Persistent agents (gateway, coordinator, monitor) stuck in working state after finishing a prompt — tool-end hook now transitions them to idle so the dashboard and chat show accurate status
  • Sessions database schema migration for older DBs whose CHECK constraint was missing idle as a valid state
  • Dashboard chat messages now framed with reply instructions so the gateway reliably responds via mail

v0.3.4

03 Mar 13:39

Choose a tag to compare

Fixed

  • Idle agents showed a gray ? icon instead of a green dot in the dashboard agent roster and badge component

v0.3.3

03 Mar 13:32

Choose a tag to compare

Fixed

  • Agents in idle state (between tool calls) disappeared from all queries and UI — getActive(), getByRunIncludeActive(), status zombie reconciliation, dashboard metrics, and the activeAgents computed signal now all include idle as an active state
  • Dashboard showed "0 active / 2 total" and "Active: 0" when coordinator and gateway were alive but idle between tool calls

v0.3.2

03 Mar 12:44

Choose a tag to compare

Fixed

  • legio --version now reads from package.json instead of a hardcoded string

v0.3.1

03 Mar 12:40

Choose a tag to compare

Fixed

  • Status commands no longer destructively write zombie state to the DB — display-only zombie reconciliation prevents the race where page loads zombify agents before watchman can promote them to working
  • Watchman and monitor auto-start moved before TUI wait and beacon delivery in startCoordinator(), closing the 15-30s race window
  • Publish workflow restored registry-url and NODE_AUTH_TOKEN for npm OIDC trusted publishing

v0.3.0

03 Mar 09:55

Choose a tag to compare

Full Changelog: v0.2.3...v0.3.0

v0.2.3

02 Mar 18:46

Choose a tag to compare

Full Changelog: v0.2.2...v0.2.3

v0.2.2

02 Mar 18:18

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Mar 16:55

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1