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:
parent
8dfda37ef5
commit
6a04d861bd
|
|
@ -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(),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue