diff --git a/src/extension.ts b/src/extension.ts index 6e11e5b..e2cfceb 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -1955,7 +1955,9 @@ class ClaudeChatProvider { result.forEach(uri => { this._postMessage({ type: 'imagePath', - path: uri.fsPath + data: { + filePath: uri.fsPath + } }); }); } diff --git a/src/script.ts b/src/script.ts index 871f6ab..9474fc3 100644 --- a/src/script.ts +++ b/src/script.ts @@ -2070,16 +2070,7 @@ const getScript = (isTelemetryEnabled: boolean) => `