@trim21/personal-pi-extensions 0.0.320 → 0.0.321
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 -1
package/package.json
CHANGED
package/src/opencode/bash.ts
CHANGED
|
@@ -38,7 +38,7 @@ export default function opencodeBash(
|
|
|
38
38
|
workdir: Type.Optional(
|
|
39
39
|
Type.String({
|
|
40
40
|
description:
|
|
41
|
-
"Working directory to execute the command in. Defaults to the current directory; relative paths resolve from there.",
|
|
41
|
+
"Working directory to execute the command in. Defaults to the current directory; relative paths resolve from there. prefer use this argument over `cd ...`",
|
|
42
42
|
}),
|
|
43
43
|
),
|
|
44
44
|
timeout: Type.Optional(
|