@posthog/agent 2.3.116 → 2.3.125

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.116",
907
+ version: "2.3.125",
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: {
@@ -12184,6 +12184,9 @@ You MUST NOT create a new branch, close the existing PR, or create a new PR.`
12184
12184
  }
12185
12185
  }
12186
12186
  });
12187
+ this.logger.info("User message completed", {
12188
+ stopReason: result.stopReason
12189
+ });
12187
12190
  this.broadcastTurnComplete(result.stopReason);
12188
12191
  if (result.stopReason === "end_turn") {
12189
12192
  this.relayAgentResponse(this.session.payload).catch(