tweak: make bash give agent more awareness of cwd, bump default timeout, drop max timeout (#5140)
This commit is contained in:
@@ -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'",
|
||||
|
||||
Reference in New Issue
Block a user