@posthog/agent 2.3.535 → 2.3.547

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.
@@ -8755,7 +8755,7 @@ var import_zod3 = require("zod");
8755
8755
  // package.json
8756
8756
  var package_default = {
8757
8757
  name: "@posthog/agent",
8758
- version: "2.3.535",
8758
+ version: "2.3.547",
8759
8759
  repository: "https://github.com/PostHog/code",
8760
8760
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
8761
8761
  exports: {
@@ -15820,7 +15820,8 @@ async function handlePostHogExecApprovalFlow(context, subTool) {
15820
15820
  )
15821
15821
  }
15822
15822
  ],
15823
- rawInput: { ...toolInput, toolName }
15823
+ rawInput: { ...toolInput, toolName },
15824
+ _meta: { claudeCode: { toolName } }
15824
15825
  }
15825
15826
  });
15826
15827
  if (context.signal?.aborted || response.outcome?.outcome === "cancelled") {