Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 05 May 03:54
· 34 commits to main since this release

v1.1.0 (2026-05-05)

Bug Fixes

  • config: Accept any agent@* address in channel topology validation (#13, 420dcf0)

  • consolidator: Ensure LLMs respond to summarization and update prompt (#16, 96dfc00)

  • squad: Filter agent_spec to valid SquadAgent params via _build_params (#13, 420dcf0)

  • squad: Wire start_squad() into bos start and bos tui startup paths (#13, 420dcf0)

  • squad: Write channel info to agent.state so TUI can discover endpoints (#13, 420dcf0)

Chores

  • squad: Fix lint issues — unused imports, import ordering, type annotation (#13, 420dcf0)

Documentation

  • Amend BEP (#13, 420dcf0)

  • config: Add squad multi-actor example to template.toml (#13, 420dcf0)

  • squad: Add implementation plan for multi-actor runtime (#13, 420dcf0)

  • squad: Design spec for multi-actor runtime (#13, 420dcf0)

  • squad: Move @mention parsing from frontend into ActorRegistry (#13, 420dcf0)

Features

  • core: Add harness-level consolidator service (#14, 3e85b37)

  • named-actors: Implement runtime actor routing (#13, 420dcf0)

  • squad: Add ActorRegistry with @mention parsing and routing (#13, 420dcf0)

  • squad: Add SquadActor with target_actor attribution (#13, 420dcf0)

  • squad: Add SquadAgent with tool-noise filtering (#13, 420dcf0)

  • squad: Add start_squad runner with multi-actor wiring (#13, 420dcf0)

  • squad: Wire ActorRegistry into HttpChannel for @mention routing (#13, 420dcf0)

Refactoring

  • core: Reject new messages during active turn instead of buffering (#15, b7eacb0)

  • squad: Use _apply for agent construction in _build_squad_agent (#13, 420dcf0)

Testing

  • squad: Add backwards-compat edge case tests for config parsing (#13, 420dcf0)

Detailed Changes: v1.0.0...v1.1.0