huskies: merge 1072

This commit is contained in:
dave
2026-05-15 01:21:38 +00:00
parent ae69cd50b1
commit 1506141155
4 changed files with 236 additions and 12 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ async fn main() -> Result<(), std::io::Error> {
startup::project::open_project_root(is_init, explicit_path, &cwd, &app_state, &store, port)
.await;
startup::project::init_subsystems(&app_state, &cwd).await;
startup::project::init_subsystems(&app_state, &cwd, is_agent).await;
let crdt_join_token = cli
.join_token