@rynfar/meridian 1.27.3 → 1.27.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7665,7 +7665,7 @@ IMPORTANT: When using the task/Task tool, the subagent_type parameter must be on
|
|
|
7665
7665
|
},
|
|
7666
7666
|
extractFileChangesFromToolUse(toolName, toolInput) {
|
|
7667
7667
|
const input = toolInput;
|
|
7668
|
-
const filePath = input?.filePath ?? input?.file_path;
|
|
7668
|
+
const filePath = input?.filePath ?? input?.file_path ?? input?.path;
|
|
7669
7669
|
const lowerName = toolName.toLowerCase();
|
|
7670
7670
|
if (lowerName === "write" && filePath) {
|
|
7671
7671
|
return [{ operation: "wrote", path: String(filePath) }];
|
package/dist/cli.js
CHANGED
package/dist/server.js
CHANGED
package/package.json
CHANGED