This commit is contained in:
Dax Raad 2025-12-12 18:03:36 -05:00
parent 797351de7a
commit 57297d8b9c

View file

@ -78,11 +78,7 @@ const getShell = lazy(() => {
// TODO: we may wanna rename this tool so it works better on other shells
export const BashTool = Tool.define("bash", async () => {
<<<<<<< HEAD
const shell = getShell()
=======
const shell = Shell.acceptable()
>>>>>>> dev
log.info("bash tool using shell", { shell })
return {