@posthog/agent 2.3.517 → 2.3.520

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.520",
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: {
@@ -8845,7 +8845,7 @@ var package_default = {
8845
8845
  "typescript"
8846
8846
  ],
8847
8847
  author: "PostHog",
8848
- license: "SEE LICENSE IN LICENSE",
8848
+ license: "MIT",
8849
8849
  scripts: {
8850
8850
  build: "node ../../scripts/rimraf.mjs dist && tsup",
8851
8851
  dev: "tsup --watch",
@@ -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({