chore: add support for gemini 3 pro preview #2553
Triggered via pull request
November 26, 2025 06:48
Status
Failure
Total duration
10m 54s
Artifacts
–
cli-pr-checks.yml
on: pull_request
require-all-checks-to-pass-cli
4s
Annotations
10 errors
|
test (macos-latest, 24)
Process completed with exit code 1.
|
|
src/ui/__tests__/TUIChat.editMessage.test.tsx > TUIChat - Message Edit Feature > should maintain UI stability during edit operations [LOCAL MODE] > works in local mode:
extensions/cli/src/ui/__tests__/TUIChat.editMessage.test.tsx#L140
AssertionError: expected '\n\n ██████╗ ██████╗ ███╗ ██╗████…' not to contain 'No user messages to edit'
- Expected
+ Received
- No user messages to edit
+
+
+ ██████╗ ██████╗ ███╗ ██╗████████╗██╗███╗ ██╗██╗ ██╗███████╗
+ ██╔════╝██╔═══██╗████╗ ██║╚══██╔══╝██║████╗ ██║██║ ██║██╔════╝
+ ██║ ██║ ██║██╔██╗ ██║ ██║ ██║██╔██╗ ██║██║ ██║█████╗
+ ██║ ██║ ██║██║╚██╗██║ ██║ ██║██║╚██╗██║██║ ██║██╔══╝
+ ╚██████╗╚██████╔╝██║ ╚████║ ██║ ██║██║ ╚████║╚██████╔╝███████╗
+ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝
+ v0.0.0-dev
+
+ Model: Loading...
+
+
+ ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
+ │ │
+ │ No user messages to edit. │
+ │ Press Esc to exit │
+ │ │
+ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
+ continuedev/continue ◉ Continue CLI
❯ src/ui/__tests__/TUIChat.editMessage.test.tsx:140:25
❯ src/ui/__tests__/TUIChat.dualModeHelper.tsx:41:7
|
|
src/ui/TUIChat.test.tsx > TUIChat - Slash Commands Tests > allows Enter key to execute command when dropdown is hidden [REMOTE MODE] > works in remote mode:
extensions/cli/src/ui/__tests__/TUIChat.slashCommands.test.tsx#L149
AssertionError: expected '╭────────────────────────────────────…' to contain '/title'
- Expected
+ Received
- /title
+ ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
+ │ ◉ ▋Ask anything, / for slash commands, ! for shell mode │
+ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
+ http://localhost:3000 ◉ Remote Mode
❯ src/ui/__tests__/TUIChat.slashCommands.test.tsx:149:32
❯ src/ui/__tests__/TUIChat.dualModeHelper.tsx:60:7
|
|
src/ui/TUIChat.test.tsx > TUIChat - Slash Commands Tests > allows Enter key to execute command when dropdown is hidden [LOCAL MODE] > works in local mode:
extensions/cli/src/ui/__tests__/TUIChat.slashCommands.test.tsx#L149
AssertionError: expected '╭────────────────────────────────────…' to contain '/title'
- Expected
+ Received
- /title
+ ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
+ │ ● ▋Ask anything, @ for context, / for slash commands, ! for shell mode │
+ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
+ continuedev/continue ◉ Continue CLI
❯ src/ui/__tests__/TUIChat.slashCommands.test.tsx:149:32
❯ src/ui/__tests__/TUIChat.dualModeHelper.tsx:41:7
|
|
src/ui/TUIChat.test.tsx > TUIChat - Slash Commands Tests > hides slash command dropdown when typing complete command with arguments [LOCAL MODE] > works in local mode:
extensions/cli/src/ui/__tests__/TUIChat.slashCommands.test.tsx#L118
AssertionError: expected '╭────────────────────────────────────…' to contain '/title'
- Expected
+ Received
- /title
+ ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
+ │ ● ▋Ask anything, @ for context, / for slash commands, ! for shell mode │
+ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
+ continuedev/continue ◉ Continue CLI
❯ src/ui/__tests__/TUIChat.slashCommands.test.tsx:118:35
❯ src/ui/__tests__/TUIChat.dualModeHelper.tsx:41:7
|
|
src/ui/TUIChat.test.tsx > TUIChat - Slash Commands Tests > filters slash commands when typing /log [REMOTE MODE] > works in remote mode:
extensions/cli/src/ui/__tests__/TUIChat.slashCommands.test.tsx#L36
AssertionError: expected '╭────────────────────────────────────…' to contain '/exi'
- Expected
+ Received
- /exi
+ ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
+ │ ◉ ▋Ask anything, / for slash commands, ! for shell mode │
+ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
+ http://localhost:3000 ◉ Remote Mode
❯ src/ui/__tests__/TUIChat.slashCommands.test.tsx:36:19
❯ src/ui/__tests__/TUIChat.dualModeHelper.tsx:60:7
|
|
src/ui/TUIChat.test.tsx > TUIChat - @ File Search Tests > handles multiple @ characters [LOCAL MODE ONLY] > works in local mode:
extensions/cli/src/ui/__tests__/TUIChat.fileSearch.test.tsx#L67
AssertionError: expected '╭────────────────────────────────────…' to contain '@@test'
- Expected
+ Received
- @@test
+ ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
+ │ ● ▋Ask anything, @ for context, / for slash commands, ! for shell mode │
+ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
+ continuedev/continue ◉ Continue CLI
❯ src/ui/__tests__/TUIChat.fileSearch.test.tsx:67:19
❯ src/ui/__tests__/TUIChat.dualModeHelper.tsx:102:7
|
|
src/ui/TUIChat.test.tsx > TUIChat - @ File Search Tests > shows search text when user types after @ [LOCAL MODE ONLY] > works in local mode:
extensions/cli/src/ui/__tests__/TUIChat.fileSearch.test.tsx#L43
AssertionError: expected '╭────────────────────────────────────…' to contain '@READ'
- Expected
+ Received
- @READ
+ ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
+ │ ● ▋Ask anything, @ for context, / for slash commands, ! for shell mode │
+ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
+ continuedev/continue ◉ Continue CLI
❯ src/ui/__tests__/TUIChat.fileSearch.test.tsx:43:21
❯ src/ui/__tests__/TUIChat.dualModeHelper.tsx:102:7
|
|
src/ui/TUIChat.test.tsx > TUIChat - User Input Tests > handles special characters in input without crashing [REMOTE MODE] > works in remote mode:
extensions/cli/src/ui/__tests__/TUIChat.input.test.tsx#L67
AssertionError: expected '╭────────────────────────────────────…' to contain '!@#$%^&*()'
- Expected
+ Received
- !@#$%^&*()
+ ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
+ │ ◉ ▋Ask anything, / for slash commands, ! for shell mode │
+ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
+ http://localhost:3000 ◉ Remote Mode
❯ src/ui/__tests__/TUIChat.input.test.tsx:67:21
❯ src/ui/__tests__/TUIChat.dualModeHelper.tsx:60:7
|
|
require-all-checks-to-pass-cli
Process completed with exit code 1.
|