@posthog/agent 2.3.137 → 2.3.144

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.137",
907
+ version: "2.3.144",
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: {
@@ -948,6 +948,14 @@ var package_default = {
948
948
  types: "./dist/adapters/claude/session/jsonl-hydration.d.ts",
949
949
  import: "./dist/adapters/claude/session/jsonl-hydration.js"
950
950
  },
951
+ "./adapters/claude/session/models": {
952
+ types: "./dist/adapters/claude/session/models.d.ts",
953
+ import: "./dist/adapters/claude/session/models.js"
954
+ },
955
+ "./execution-mode": {
956
+ types: "./dist/execution-mode.d.ts",
957
+ import: "./dist/execution-mode.js"
958
+ },
951
959
  "./server": {
952
960
  types: "./dist/server/agent-server.d.ts",
953
961
  import: "./dist/server/agent-server.js"