@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posthog/agent",
3
- "version": "2.3.116",
3
+ "version": "2.3.125",
4
4
  "repository": "https://github.com/PostHog/code",
5
5
  "description": "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
6
6
  "exports": {
@@ -508,6 +508,10 @@ export class AgentServer {
508
508
  }),
509
509
  });
510
510
 
511
+ this.logger.info("User message completed", {
512
+ stopReason: result.stopReason,
513
+ });
514
+
511
515
  this.broadcastTurnComplete(result.stopReason);
512
516
 
513
517
  if (result.stopReason === "end_turn") {