@wrongstack/tools 0.32.0 → 0.41.0

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.
@@ -1805,8 +1805,9 @@ var codebaseIndexTool = {
1805
1805
  category: "Project",
1806
1806
  description: "Build or incrementally update the project-wide symbol index. This powers fast codebase search and understanding. By default it only processes files that have changed since the last indexing run.",
1807
1807
  usageHint: "IMPORTANT FOR LARGE CODEBASES:\n\n- First run (or after major changes): consider `force: true` for a clean rebuild.\n- Normal usage: call without arguments for fast incremental updates.\n- Use `langs` to restrict to specific languages if you only care about certain parts of the project.\nThis tool is relatively expensive \u2014 do not call it on every turn. Use it when the index is stale or before heavy codebase-search sessions.",
1808
- permission: "auto",
1808
+ permission: "confirm",
1809
1809
  mutating: true,
1810
+ capabilities: ["fs.write.outside-project"],
1810
1811
  timeoutMs: 12e4,
1811
1812
  inputSchema: {
1812
1813
  type: "object",