We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed9c6e commit 7ec842dCopy full SHA for 7ec842d
1 file changed
packages/opencode/src/tool/bash.ts
@@ -626,8 +626,7 @@ export const BashTool = Tool.define("bash", async () => {
626
log.info("bash tool using shell", { shell })
627
628
return {
629
- description: DESCRIPTION.replaceAll("${directory}", Instance.directory)
630
- .replaceAll("${os}", process.platform)
+ description: DESCRIPTION.replaceAll("${os}", process.platform)
631
.replaceAll("${shell}", name)
632
.replaceAll("${chaining}", chain)
633
.replaceAll("${maxLines}", String(Truncate.MAX_LINES))
0 commit comments