Skip to content

Add Gemini CLI as first-class agent #304

Add Gemini CLI as first-class agent

Add Gemini CLI as first-class agent #304

Triggered via pull request March 8, 2026 09:22
Status Failure
Total duration 9m 30s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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