@posthog/agent 2.1.70 → 2.1.71

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.1.70",
279
+ version: "2.1.71",
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: {
@@ -2283,7 +2283,8 @@ function buildEnvironment() {
2283
2283
  return {
2284
2284
  ...process.env,
2285
2285
  ELECTRON_RUN_AS_NODE: "1",
2286
- CLAUDE_CODE_ENABLE_ASK_USER_QUESTION_TOOL: "true"
2286
+ CLAUDE_CODE_ENABLE_ASK_USER_QUESTION_TOOL: "true",
2287
+ ENABLE_EXPERIMENTAL_MCP_CLI: "true"
2287
2288
  };
2288
2289
  }
2289
2290
  function buildHooks(userHooks, onModeChange) {