Skip to content

Commit 4a353b2

Browse files
authored
Merge pull request #8745 from continuedev/dallin/agent-md-files
feat(cli): support paths/URIs for --agent
2 parents 598805f + 49a3ac5 commit 4a353b2

File tree

9 files changed

+479
-23
lines changed

9 files changed

+479
-23
lines changed

extensions/cli/src/integration/rule-duplication.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ vi.mock("../auth/workos.js", () => ({
3131
vi.mock("../util/logger.js", () => ({
3232
logger: {
3333
debug: vi.fn(),
34+
info: vi.fn(),
3435
warn: vi.fn(),
36+
error: vi.fn(),
3537
},
3638
}));
3739

0 commit comments

Comments
 (0)