@posthog/agent 2.3.21 → 2.3.24

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
@@ -281,7 +281,7 @@ import { v7 as uuidv7 } from "uuid";
281
281
  // package.json
282
282
  var package_default = {
283
283
  name: "@posthog/agent",
284
- version: "2.3.21",
284
+ version: "2.3.24",
285
285
  repository: "https://github.com/PostHog/code",
286
286
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
287
287
  exports: {
@@ -2449,7 +2449,7 @@ async function handleDefaultPermissionFlow(context) {
2449
2449
  kind: toolInfo.kind,
2450
2450
  content: toolInfo.content,
2451
2451
  locations: toolInfo.locations,
2452
- rawInput: toolInput
2452
+ rawInput: { ...toolInput, toolName }
2453
2453
  }
2454
2454
  });
2455
2455
  if (context.signal?.aborted || response.outcome?.outcome === "cancelled") {