feat: add higher-level git and code interpreter APIs

This commit is contained in:
Tasnim Kabir Sadik
2026-05-15 16:04:59 +06:00
parent c6322d8601
commit 573506b4c5
10 changed files with 575 additions and 15 deletions

View File

@ -21,7 +21,6 @@ describe("CommandManager", () => {
expect(exec).toHaveBeenCalledWith("cap_1", {
args: ["--version"],
background: false,
cmd: "node",
timeout_sec: 5,
});