@posthog/agent 2.3.517 → 2.3.519

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.517",
8758
+ version: "2.3.519",
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: {
@@ -21768,7 +21768,8 @@ var AgentServer = class {
21768
21768
  params: {
21769
21769
  sessionId: acpSessionId,
21770
21770
  runId: payload.run_id,
21771
- taskId: payload.task_id
21771
+ taskId: payload.task_id,
21772
+ agentVersion: this.config.version ?? package_default.version
21772
21773
  }
21773
21774
  };
21774
21775
  this.broadcastEvent({