Skip to content

docs: remove ACP migration references now that REST backend is complete #37

docs: remove ACP migration references now that REST backend is complete

docs: remove ACP migration references now that REST backend is complete #37

Triggered via push February 24, 2026 10:41
Status Failure
Total duration 13m 14s
Artifacts

ci.yml

on: push
Matrix: test-tauri
Matrix: build-tauri
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 11 warnings
src/features/threads/hooks/useThreads.integration.test.tsx > useThreads UX integration > keeps the latest plan visible when a new turn starts: src/features/threads/hooks/useThreadMessaging.ts#L196
Error: [vitest] No "listSlashCommands" export is defined on the "@services/tauri" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock(import("@services/tauri"), async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ src/features/threads/hooks/useThreadMessaging.ts:196:10 ❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25989:20 ❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13 ❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom-client.development.js:13249:29 ❯ commitHookPassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:13336:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15484:13 ❯ recursivelyTraversePassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:15439:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15519:11
src/features/threads/hooks/useThreads.integration.test.tsx > useThreads UX integration > resumes selected threads when no local items exist: src/features/threads/hooks/useThreadMessaging.ts#L196
Error: [vitest] No "listSlashCommands" export is defined on the "@services/tauri" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock(import("@services/tauri"), async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ src/features/threads/hooks/useThreadMessaging.ts:196:10 ❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25989:20 ❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13 ❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom-client.development.js:13249:29 ❯ commitHookPassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:13336:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15484:13 ❯ recursivelyTraversePassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:15439:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15519:11
src/features/threads/hooks/useThreadMessaging.test.tsx > useThreadMessaging telemetry > falls back to turn/start when remote reports unknown method turn_steer: src/features/threads/hooks/useThreadMessaging.ts#L196
Error: [vitest] No "listSlashCommands" export is defined on the "@services/tauri" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock(import("@services/tauri"), async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ src/features/threads/hooks/useThreadMessaging.ts:196:10 ❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25989:20 ❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13 ❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom-client.development.js:13249:29 ❯ commitHookPassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:13336:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15484:13 ❯ recursivelyTraversePassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:15439:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15519:11
src/features/threads/hooks/useThreadMessaging.test.tsx > useThreadMessaging telemetry > falls back to turn/start when turn/steer is unsupported and remembers fallback: src/features/threads/hooks/useThreadMessaging.ts#L196
Error: [vitest] No "listSlashCommands" export is defined on the "@services/tauri" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock(import("@services/tauri"), async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ src/features/threads/hooks/useThreadMessaging.ts:196:10 ❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25989:20 ❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13 ❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom-client.development.js:13249:29 ❯ commitHookPassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:13336:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15484:13 ❯ recursivelyTraversePassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:15439:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15519:11
src/features/threads/hooks/useThreadMessaging.test.tsx > useThreadMessaging telemetry > uses turn/steer when steer mode is enabled and an active turn is present: src/features/threads/hooks/useThreadMessaging.ts#L196
Error: [vitest] No "listSlashCommands" export is defined on the "@services/tauri" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock(import("@services/tauri"), async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ src/features/threads/hooks/useThreadMessaging.ts:196:10 ❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25989:20 ❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13 ❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom-client.development.js:13249:29 ❯ commitHookPassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:13336:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15484:13 ❯ recursivelyTraversePassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:15439:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15519:11
src/features/threads/hooks/useThreadMessaging.test.tsx > useThreadMessaging telemetry > forwards explicit app mentions to turn/start: src/features/threads/hooks/useThreadMessaging.ts#L196
Error: [vitest] No "listSlashCommands" export is defined on the "@services/tauri" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock(import("@services/tauri"), async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ src/features/threads/hooks/useThreadMessaging.ts:196:10 ❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25989:20 ❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13 ❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom-client.development.js:13249:29 ❯ commitHookPassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:13336:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15484:13 ❯ recursivelyTraversePassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:15439:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15519:11
src/features/threads/hooks/useThreadMessaging.test.tsx > useThreadMessaging telemetry > records prompt_sent once for one message send: src/features/threads/hooks/useThreadMessaging.ts#L196
Error: [vitest] No "listSlashCommands" export is defined on the "@services/tauri" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock(import("@services/tauri"), async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ src/features/threads/hooks/useThreadMessaging.ts:196:10 ❯ Object.react_stack_bottom_frame node_modules/react-dom/cjs/react-dom-client.development.js:25989:20 ❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13 ❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom-client.development.js:13249:29 ❯ commitHookPassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:13336:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15484:13 ❯ recursivelyTraversePassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:15439:11 ❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:15519:11
src/features/settings/components/SettingsView.test.tsx > SettingsView Features > toggles steer mode in stable features: src/features/settings/components/SettingsView.test.tsx#L1662
TestingLibraryElementError: Unable to find an element with the text: Steer mode. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <div aria-labelledby="settings-modal-title" aria-modal="true" class="ds-modal settings-overlay" role="dialog" > <div class="ds-modal-backdrop" /> <div class="ds-modal-card settings-window" > <div class="settings-titlebar" > <div class="settings-title" id="settings-modal-title" > Settings </div> <button aria-label="Close settings" class="ghost icon-button settings-close" type="button" > <svg aria-hidden="true" class="lucide lucide-x" fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" > <path d="M18 6 6 18" /> <path d="m6 6 12 12" /> </svg> </button> </div> <div class="settings-body" > <div class="settings-master" > <aside class="settings-sidebar" > <div class="ds-panel-nav settings-nav-list" > <button class="ds-panel-nav-item settings-nav" type="button" > <span class="ds-panel-nav-item-main" > <span aria-hidden="true" class="ds-panel-nav-item-icon" > <svg aria-hidden="true" class="lucide lucide-layout-grid" fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" > <rect height="7" rx="1" width="7" x="3" y="3" /> <rect height="7" rx="1" width="7" x="14" y="3" /> <rect height="7" rx="1" width="7" x="14" y="14" /> <rect height="7" rx="1" width="7" x="3" y="14" /> </svg> </span> <span class="ds-panel-nav-item-label" > Projects </span> </span> </button> <button class="ds-panel-nav-item settings-nav" type="button" > <span class="ds-panel-nav-item-main"
src/features/settings/components/SettingsView.test.tsx > SettingsView Codex defaults > uses the latest model and medium effort by default (no Default option): src/features/settings/components/SettingsView.test.tsx#L1365
AssertionError: expected "spy" to be called 1 times, but got 23 times Ignored nodes: comments, script, style <html> <head /> <body> <div> <div aria-labelledby="settings-modal-title" aria-modal="true" class="ds-modal settings-overlay" role="dialog" > <div class="ds-modal-backdrop" /> <div class="ds-modal-card settings-window" > <div class="settings-titlebar" > <div class="settings-title" id="settings-modal-title" > Settings </div> <button aria-label="Close settings" class="ghost icon-button settings-close" type="button" > <svg aria-hidden="true" class="lucide lucide-x" fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" > <path d="M18 6 6 18" /> <path d="m6 6 12 12" /> </svg> </button> </div> <div class="settings-body" > <div class="settings-master" > <aside class="settings-sidebar" > <div class="ds-panel-nav settings-nav-list" > <button class="ds-panel-nav-item settings-nav" type="button" > <span class="ds-panel-nav-item-main" > <span aria-hidden="true" class="ds-panel-nav-item-icon" > <svg aria-hidden="true" class="lucide lucide-layout-grid" fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" > <rect height="7" rx="1" width="7" x="3" y="3" /> <rect height="7" rx="1" width="7" x="14" y="3" /> <rect height="7" rx="1" width="7" x="14" y="14" /> <rect height="7" rx="1" width="7" x="3" y="14" /> </svg> </span> <span class="ds-panel-nav-item-label" > Projects </span> </span> </button> <button class="ds-panel-nav-item settings-nav" type="button"
src/services/tauri.test.ts > tauri invoke wrappers > maps workspaceId and threadId for compact_thread: src/services/tauri.test.ts#L183
AssertionError: expected "spy" to be called with arguments: [ 'compact_thread', …(1) ] Received: 1st spy call: [ "compact_thread", { + "model": null, "threadId": "thread-10", "workspaceId": "ws-10", }, ] Number of calls: 1 ❯ src/services/tauri.test.ts:183:24
Rust tests (macOS)
Process completed with exit code 101.
Rust tests (Linux)
Process completed with exit code 101.
Rust tests (Windows)
Process completed with exit code 1.
typecheck
The process '/usr/bin/git' failed with exit code 128
lint
The process '/usr/bin/git' failed with exit code 128
lint: src/features/threads/hooks/useThreadMessaging.ts#L1069
React Hook useCallback has a missing dependency: 'model'. Either include it or remove the dependency array
lint: src/features/threads/hooks/useThreadMessaging.ts#L794
React Hook useCallback has an unnecessary dependency: 'rateLimitsByWorkspace'. Either exclude it or remove the dependency array
lint: src/features/threads/hooks/useThreadActions.ts#L802
React Hook useCallback has a missing dependency: 'threadActivityRef'. Either include it or remove the dependency array
lint: src/features/layout/components/DesktopLayout.tsx#L136
React Hook useEffect has missing dependencies: 'chatLayerActive' and 'diffLayerActive'. Either include them or remove the dependency array
lint: src/features/app/components/RequestUserInputMessage.tsx#L45
The 'questions' logical expression could make the dependencies of useCallback Hook (at line 98) change on every render. To fix this, wrap the initialization of 'questions' in its own useMemo() Hook
test-js
The process '/usr/bin/git' failed with exit code 128
Rust tests (macOS)
The process '/opt/homebrew/bin/git' failed with exit code 128
Rust tests (Linux)
The process '/usr/bin/git' failed with exit code 128
Rust tests (Windows)
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128