huskies: merge 735_story_attach_statuseventbuffer_to_each_agent_session_scoped_per_project_reset_on_restart
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user