@posthog/agent 2.3.5 → 2.3.10

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 CHANGED
@@ -9,6 +9,8 @@ var POSTHOG_NOTIFICATIONS = {
9
9
  RUN_STARTED: "_posthog/run_started",
10
10
  /** Task has completed (success or failure) */
11
11
  TASK_COMPLETE: "_posthog/task_complete",
12
+ /** Agent finished processing a turn (prompt returned, waiting for next input) */
13
+ TURN_COMPLETE: "_posthog/turn_complete",
12
14
  /** Error occurred during task execution */
13
15
  ERROR: "_posthog/error",
14
16
  /** Console/log output from the agent */
@@ -279,7 +281,7 @@ import { v7 as uuidv7 } from "uuid";
279
281
  // package.json
280
282
  var package_default = {
281
283
  name: "@posthog/agent",
282
- version: "2.3.5",
284
+ version: "2.3.10",
283
285
  repository: "https://github.com/PostHog/code",
284
286
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
285
287
  exports: {