@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.
package/dist/index.js CHANGED
@@ -1174,7 +1174,7 @@ import { v7 as uuidv7 } from "uuid";
1174
1174
  // package.json
1175
1175
  var package_default = {
1176
1176
  name: "@posthog/agent",
1177
- version: "2.1.29",
1177
+ version: "2.1.35",
1178
1178
  repository: "https://github.com/PostHog/twig",
1179
1179
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
1180
1180
  exports: {
@@ -2634,7 +2634,7 @@ var BASH_TOOLS = /* @__PURE__ */ new Set([
2634
2634
  ]);
2635
2635
  var SEARCH_TOOLS = /* @__PURE__ */ new Set(["Glob", "Grep", "LS"]);
2636
2636
  var WEB_TOOLS = /* @__PURE__ */ new Set(["WebSearch", "WebFetch"]);
2637
- var AGENT_TOOLS = /* @__PURE__ */ new Set(["Task", "TodoWrite"]);
2637
+ var AGENT_TOOLS = /* @__PURE__ */ new Set(["Task", "TodoWrite", "Skill"]);
2638
2638
  var BASE_ALLOWED_TOOLS = [
2639
2639
  ...READ_TOOLS,
2640
2640
  ...SEARCH_TOOLS,