@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 +1 -1
- package/src/opencode/bash.ts +1 -0
package/package.json
CHANGED
package/src/opencode/bash.ts
CHANGED
|
@@ -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" }),
|