Add Gemini CLI as first-class agent #304
ci.yml
on: pull_request
lint-and-format
2m 41s
test
9m 27s
Annotations
3 errors
|
lint-and-format
Process completed with exit code 1.
|
|
test
Process completed with exit code 1.
|
|
src/__tests__/cli/commands/send.test.ts > send command > should work with gemini-cli agent type:
src/__tests__/cli/commands/send.test.ts#L229
AssertionError: expected "vi.fn()" to be called with arguments: [ 'gemini-cli', Any<String>, …(2) ]
Received:
1st vi.fn() call:
[
"gemini-cli",
- Any<String>,
+ "/path/to/project",
"Use gemini",
undefined,
+ {
+ "readOnlyMode": undefined,
+ },
]
Number of calls: 1
❯ src/__tests__/cli/commands/send.test.ts:229:22
|