@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.
@@ -1175,7 +1175,7 @@ var import_uuid = require("uuid");
1175
1175
  // package.json
1176
1176
  var package_default = {
1177
1177
  name: "@posthog/agent",
1178
- version: "2.1.29",
1178
+ version: "2.1.35",
1179
1179
  repository: "https://github.com/PostHog/twig",
1180
1180
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
1181
1181
  exports: {
@@ -2600,7 +2600,7 @@ var BASH_TOOLS = /* @__PURE__ */ new Set([
2600
2600
  ]);
2601
2601
  var SEARCH_TOOLS = /* @__PURE__ */ new Set(["Glob", "Grep", "LS"]);
2602
2602
  var WEB_TOOLS = /* @__PURE__ */ new Set(["WebSearch", "WebFetch"]);
2603
- var AGENT_TOOLS = /* @__PURE__ */ new Set(["Task", "TodoWrite"]);
2603
+ var AGENT_TOOLS = /* @__PURE__ */ new Set(["Task", "TodoWrite", "Skill"]);
2604
2604
  var BASE_ALLOWED_TOOLS = [
2605
2605
  ...READ_TOOLS,
2606
2606
  ...SEARCH_TOOLS,