@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.
- package/dist/agent.js +2 -2
- package/dist/agent.js.map +1 -1
- package/dist/posthog-api.js +1 -1
- package/dist/posthog-api.js.map +1 -1
- package/dist/server/agent-server.js +2 -2
- package/dist/server/agent-server.js.map +1 -1
- package/dist/server/bin.cjs +2 -2
- package/dist/server/bin.cjs.map +1 -1
- package/package.json +1 -1
- package/src/adapters/claude/permissions/permission-handlers.ts +1 -1
package/package.json
CHANGED
|
@@ -356,7 +356,7 @@ async function handleDefaultPermissionFlow(
|
|
|
356
356
|
kind: toolInfo.kind,
|
|
357
357
|
content: toolInfo.content,
|
|
358
358
|
locations: toolInfo.locations,
|
|
359
|
-
rawInput: toolInput as Record<string, unknown
|
|
359
|
+
rawInput: { ...(toolInput as Record<string, unknown>), toolName },
|
|
360
360
|
},
|
|
361
361
|
});
|
|
362
362
|
|