Update chroot path in multiple tools to use '/workspaces/aiTools' for consistent file handling across the codebase.
This commit is contained in:
@@ -3,7 +3,7 @@ import { createInterface } from "node:readline";
|
||||
|
||||
import path from "node:path";
|
||||
|
||||
const virtual_chroot = '/home/seb/src/aiTools/tmp';
|
||||
const virtual_chroot = '/workspaces/aiTools';
|
||||
|
||||
// Ensures reads are confined to `virtual_chroot`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user