@trim21/personal-pi-extensions 0.0.342 → 0.0.343

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/aft/tools.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trim21/personal-pi-extensions",
3
- "version": "0.0.342",
3
+ "version": "0.0.343",
4
4
  "type": "module",
5
5
  "description": "Custom pi coding-agent extensions: bwrap sandbox, workspace guard, opencode edit, and more",
6
6
  "keywords": [
package/src/aft/tools.ts CHANGED
@@ -352,7 +352,6 @@ export function registerCallgraphTool(pi: ExtensionAPI, ctx: AftToolContext): vo
352
352
  output: out,
353
353
  truncated,
354
354
  }),
355
- expanded: true,
356
355
  } satisfies ToolPendant,
357
356
  },
358
357
  };