Update chroot path in multiple tools to use '/workspaces/aiTools' for consistent file handling across the codebase.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { spawnSync } from "node:child_process";
|
||||
|
||||
const virtual_chroot = '/home/seb/src/aiTools/tmp';
|
||||
const virtual_chroot = '/workspaces/aiTools';
|
||||
|
||||
export default {
|
||||
type: "function", name: "ripgrep", strict: true,
|
||||
|
||||
Reference in New Issue
Block a user