tweak: make bash give agent more awareness of cwd, bump default timeout, drop max timeout (#5140)

This commit is contained in:
Aiden Cline
2025-12-06 21:55:07 -08:00
committed by GitHub
parent 3a179fcd34
commit 75a4dcbce8
4 changed files with 6251 additions and 42 deletions

View File

@@ -13,7 +13,6 @@ const ctx = {
metadata: () => {},
}
const bash = await BashTool.init()
const projectRoot = path.join(__dirname, "../..")
describe("tool.bash", () => {
@@ -21,6 +20,7 @@ describe("tool.bash", () => {
await Instance.provide({
directory: projectRoot,
fn: async () => {
const bash = await BashTool.init()
const result = await bash.execute(
{
command: "echo 'test'",