@posthog/agent 2.3.21 → 2.3.22

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.
@@ -904,7 +904,7 @@ var import_hono = require("hono");
904
904
  // package.json
905
905
  var package_default = {
906
906
  name: "@posthog/agent",
907
- version: "2.3.21",
907
+ version: "2.3.22",
908
908
  repository: "https://github.com/PostHog/code",
909
909
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
910
910
  exports: {
@@ -3310,7 +3310,7 @@ async function handleDefaultPermissionFlow(context) {
3310
3310
  kind: toolInfo.kind,
3311
3311
  content: toolInfo.content,
3312
3312
  locations: toolInfo.locations,
3313
- rawInput: toolInput
3313
+ rawInput: { ...toolInput, toolName }
3314
3314
  }
3315
3315
  });
3316
3316
  if (context.signal?.aborted || response.outcome?.outcome === "cancelled") {