mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 15:00:24 +00:00
sync
This commit is contained in:
parent
80555f13e0
commit
4880b08b8a
4 changed files with 3 additions and 510 deletions
|
|
@ -31,7 +31,7 @@ describe("tool.glob", () => {
|
|||
);
|
||||
expect(result.metadata).toMatchObject({
|
||||
truncated: false,
|
||||
count: 3,
|
||||
count: 2,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
@ -42,7 +42,7 @@ describe("tool.ls", () => {
|
|||
const result = await App.provide({ directory: process.cwd() }, async () => {
|
||||
return await ls.execute(
|
||||
{
|
||||
path: ".",
|
||||
path: "./example",
|
||||
},
|
||||
{
|
||||
toolCallId: "test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue