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:
@@ -385,7 +385,7 @@ function sendToGateway(text, isPipeline) {
|
|||||||
id: reqId,
|
id: reqId,
|
||||||
method: "chat.send",
|
method: "chat.send",
|
||||||
params: {
|
params: {
|
||||||
sessionKey: "aria-diag-v2",
|
sessionKey: "aria-diag-v3",
|
||||||
message: text,
|
message: text,
|
||||||
idempotencyKey: crypto.randomUUID(),
|
idempotencyKey: crypto.randomUUID(),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user