@posthog/agent 2.3.527 → 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.
package/dist/agent.js CHANGED
@@ -4030,7 +4030,7 @@ import { v7 as uuidv7 } from "uuid";
4030
4030
  // package.json
4031
4031
  var package_default = {
4032
4032
  name: "@posthog/agent",
4033
- version: "2.3.527",
4033
+ version: "2.3.547",
4034
4034
  repository: "https://github.com/PostHog/code",
4035
4035
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
4036
4036
  exports: {
@@ -10889,7 +10889,8 @@ async function handlePostHogExecApprovalFlow(context, subTool) {
10889
10889
  )
10890
10890
  }
10891
10891
  ],
10892
- rawInput: { ...toolInput, toolName }
10892
+ rawInput: { ...toolInput, toolName },
10893
+ _meta: { claudeCode: { toolName } }
10893
10894
  }
10894
10895
  });
10895
10896
  if (context.signal?.aborted || response.outcome?.outcome === "cancelled") {