@posthog/agent 2.1.29 → 2.1.35

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.
@@ -1183,7 +1183,7 @@ import { v7 as uuidv7 } from "uuid";
1183
1183
  // package.json
1184
1184
  var package_default = {
1185
1185
  name: "@posthog/agent",
1186
- version: "2.1.29",
1186
+ version: "2.1.35",
1187
1187
  repository: "https://github.com/PostHog/twig",
1188
1188
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
1189
1189
  exports: {
@@ -2608,7 +2608,7 @@ var BASH_TOOLS = /* @__PURE__ */ new Set([
2608
2608
  ]);
2609
2609
  var SEARCH_TOOLS = /* @__PURE__ */ new Set(["Glob", "Grep", "LS"]);
2610
2610
  var WEB_TOOLS = /* @__PURE__ */ new Set(["WebSearch", "WebFetch"]);
2611
- var AGENT_TOOLS = /* @__PURE__ */ new Set(["Task", "TodoWrite"]);
2611
+ var AGENT_TOOLS = /* @__PURE__ */ new Set(["Task", "TodoWrite", "Skill"]);
2612
2612
  var BASE_ALLOWED_TOOLS = [
2613
2613
  ...READ_TOOLS,
2614
2614
  ...SEARCH_TOOLS,