We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e6b93 commit 957132dCopy full SHA for 957132d
1 file changed
packages/opencode/src/tool/bash.ts
@@ -67,8 +67,7 @@ export const BashTool = Tool.define("bash", async () => {
67
log.info("bash tool using shell", { shell })
68
69
return {
70
- description: DESCRIPTION.replaceAll("${directory}", Instance.directory)
71
- .replaceAll("${maxLines}", String(Truncate.MAX_LINES))
+ description: DESCRIPTION.replaceAll("${maxLines}", String(Truncate.MAX_LINES))
72
.replaceAll("${maxBytes}", String(Truncate.MAX_BYTES))
73
.replaceAll(
74
"${unsandboxed}",
0 commit comments