ui: add sessionId header for AssistManager.ts

This commit is contained in:
nick-delirium 2025-03-21 10:18:33 +01:00
parent 39855651d5
commit 3cdfe76134
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
2 changed files with 4 additions and 1 deletions

View file

@ -190,6 +190,9 @@ export default class AssistManager {
auth: {
token: agentToken,
},
extraHeaders: {
sessionId: this.session.sessionId,
},
query: {
peerId: this.peerID,
projectId,

View file

@ -1 +1 @@
export const pkgVersion = "11.0.2";
export const pkgVersion = "11.0.2-beta.1";