fix(session): resolve agent session path with configured sessions dir
Co-authored-by: David Rudduck <david@rudduck.org.au>
This commit is contained in:
@@ -512,6 +512,7 @@ export async function agentCommand(
|
||||
}
|
||||
let sessionFile = resolveSessionFilePath(sessionId, sessionEntry, {
|
||||
agentId: sessionAgentId,
|
||||
sessionsDir: path.dirname(storePath),
|
||||
});
|
||||
if (sessionStore && sessionKey) {
|
||||
const threadIdFromSessionKey = parseSessionThreadInfo(sessionKey).threadId;
|
||||
|
||||
Reference in New Issue
Block a user