@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
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  startProxyServer
4
- } from "./cli-v1krcpyp.js";
4
+ } from "./cli-td95gtqj.js";
5
5
  import"./cli-rtab0qa6.js";
6
6
  import"./cli-m9pfb7h9.js";
7
7
  import {
package/dist/server.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  getMaxSessionsLimit,
7
7
  hashMessage,
8
8
  startProxyServer
9
- } from "./cli-v1krcpyp.js";
9
+ } from "./cli-td95gtqj.js";
10
10
  import"./cli-rtab0qa6.js";
11
11
  import"./cli-m9pfb7h9.js";
12
12
  import"./cli-a05ws7rb.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rynfar/meridian",
3
- "version": "1.27.3",
3
+ "version": "1.27.4",
4
4
  "description": "Local Anthropic API powered by your Claude Max subscription. One subscription, every agent.",
5
5
  "type": "module",
6
6
  "main": "./dist/server.js",