fix: land multi-agent session path fix + regressions (#15103) (#15448)

Co-authored-by: Josh Lehman <josh@martian.engineering>
This commit is contained in:
Peter Steinberger
2026-02-13 14:17:24 +01:00
committed by GitHub
parent 5d37b204c0
commit 990413534a
11 changed files with 274 additions and 37 deletions

View File

@@ -436,6 +436,7 @@ export function createSessionStatusTool(opts?: {
...agentDefaults,
model: agentModel,
},
agentId,
sessionEntry: resolved.entry,
sessionKey: resolved.key,
sessionStorePath: storePath,