v1.1.0
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
Documentation
-
config: Add squad multi-actor example to template.toml (#13,
420dcf0) -
squad: Add implementation plan for multi-actor runtime (#13,
420dcf0) -
squad: Move @mention parsing from frontend into ActorRegistry (#13,
420dcf0)
Features
-
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
Detailed Changes: v1.0.0...v1.1.0