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
@@ -397,6 +397,7 @@ pub fn spawn_gateway_bot(
let services = std::sync::Arc::new(Services {
project_root: config_dir.to_path_buf(),
status: agents.status_broadcaster(),
agents,
bot_name: "Assistant".to_string(),
bot_user_id: String::new(),
@@ -406,7 +407,6 @@ pub fn spawn_gateway_bot(
std::collections::HashMap::new(),
)),
permission_timeout_secs: 120,
status: std::sync::Arc::new(crate::service::status::StatusBroadcaster::new()),
});
let timer_store = std::sync::Arc::new(crate::service::timer::TimerStore::load(