huskies: merge 735_story_attach_statuseventbuffer_to_each_agent_session_scoped_per_project_reset_on_restart

This commit is contained in:
dave
2026-04-27 18:00:53 +00:00
parent d654f55981
commit 272a592a4d
13 changed files with 296 additions and 9 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ async fn main() -> Result<(), std::io::Error> {
.as_ref()
.map(|c| c.permission_timeout_secs)
.unwrap_or(120),
status: Arc::new(service::status::StatusBroadcaster::new()),
status: agents.status_broadcaster(),
});
// Build WhatsApp webhook context if bot.toml configures transport = "whatsapp".