Bump diagnostic session key to v3 for fresh session after config changes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
duffyduck 2026-03-13 11:23:47 +01:00
parent 8dfda37ef5
commit 6a04d861bd
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ function sendToGateway(text, isPipeline) {
id: reqId,
method: "chat.send",
params: {
sessionKey: "aria-diag-v2",
sessionKey: "aria-diag-v3",
message: text,
idempotencyKey: crypto.randomUUID(),
},