@posthog/agent 2.3.519 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posthog/agent",
3
- "version": "2.3.519",
3
+ "version": "2.3.520",
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": {
@@ -90,7 +90,7 @@
90
90
  "typescript"
91
91
  ],
92
92
  "author": "PostHog",
93
- "license": "SEE LICENSE IN LICENSE",
93
+ "license": "MIT",
94
94
  "engines": {
95
95
  "node": ">=20.0.0"
96
96
  },
@@ -102,9 +102,9 @@
102
102
  "tsx": "^4.20.6",
103
103
  "typescript": "^5.5.0",
104
104
  "vitest": "^2.1.8",
105
- "@posthog/shared": "1.0.0",
105
+ "@posthog/git": "1.0.0",
106
106
  "@posthog/enricher": "1.0.0",
107
- "@posthog/git": "1.0.0"
107
+ "@posthog/shared": "1.0.0"
108
108
  },
109
109
  "dependencies": {
110
110
  "@agentclientprotocol/sdk": "0.19.0",