feat: implement workflow findings sharing for inter-agent communication in workflows

This commit is contained in:
asepharyana
2026-07-13 03:12:37 +07:00
parent dc0f1c7647
commit a080957c26
11 changed files with 154 additions and 65 deletions
-1
View File
@@ -564,7 +564,6 @@ fn run_attach(session_id: &str) -> Result<()> {
let _ = disable_raw_mode();
let _ = client_state.settings.save();
core::mem::drop(_rt);
Ok(())
}