@posthog/agent 2.0.1 → 2.0.2

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
@@ -276,7 +276,7 @@ import { v7 as uuidv7 } from "uuid";
276
276
  // package.json
277
277
  var package_default = {
278
278
  name: "@posthog/agent",
279
- version: "2.0.1",
279
+ version: "2.0.2",
280
280
  repository: "https://github.com/PostHog/twig",
281
281
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
282
282
  exports: {
@@ -351,6 +351,8 @@ var package_default = {
351
351
  "@types/bun": "latest",
352
352
  "@types/tar": "^6.1.13",
353
353
  minimatch: "^10.0.3",
354
+ "@posthog/shared": "workspace:*",
355
+ "@twig/git": "workspace:*",
354
356
  msw: "^2.12.7",
355
357
  tsup: "^8.5.1",
356
358
  tsx: "^4.20.6",
@@ -368,8 +370,6 @@ var package_default = {
368
370
  "@anthropic-ai/sdk": "^0.71.0",
369
371
  "@hono/node-server": "^1.19.9",
370
372
  "@modelcontextprotocol/sdk": "^1.25.3",
371
- "@posthog/shared": "workspace:*",
372
- "@twig/git": "workspace:*",
373
373
  "@types/jsonwebtoken": "^9.0.10",
374
374
  commander: "^14.0.2",
375
375
  diff: "^8.0.2",