@trim21/personal-pi-extensions 0.0.235 → 0.0.237

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trim21/personal-pi-extensions",
3
- "version": "0.0.235",
3
+ "version": "0.0.237",
4
4
  "type": "module",
5
5
  "description": "Custom pi coding-agent extensions: bwrap sandbox, workspace guard, opencode edit, and more",
6
6
  "keywords": [
@@ -18,6 +18,7 @@ export default function opencodeBash(pi: ExtensionAPI): void {
18
18
  "timeout is in milliseconds, defaults to 120000, and may not exceed 600000.",
19
19
  "Every command runs in the foreground. Background command execution is not supported; shell jobs are waited for before the tool returns.",
20
20
  ].join("\n"),
21
+ promptSnippet: "execute bash command",
21
22
  parameters: Type.Object(
22
23
  {
23
24
  command: Type.String({ description: "The command to execute" }),