Skip to content

feat(ui): add thinking ui to mothership #15123

feat(ui): add thinking ui to mothership

feat(ui): add thinking ui to mothership #15123

Triggered via pull request April 22, 2026 03:17
Status Failure
Total duration 1m 27s
Artifacts

ci.yml

on: pull_request
Detect Version
Detect Version
Test and Build  /  Test and Build
1m 17s
Test and Build / Test and Build
Check Docs Changes
0s
Check Docs Changes
Matrix: Build Dev ECR
Matrix: Build ARM64 (GHCR Only)
Matrix: Build AMD64
Migrate Dev DB  /  Apply Database Migrations
Migrate Dev DB / Apply Database Migrations
Matrix: Create GHCR Manifests
Process Docs  /  Process Documentation Embeddings
Process Docs / Process Documentation Embeddings
Create GitHub Release
0s
Create GitHub Release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > DELETE > should return error when Sim Agent returns non-ok response: apps/sim/app/api/copilot/api-keys/route.test.ts#L293
AssertionError: expected 500 to be 404 // Object.is equality - Expected + Received - 404 + 500 ❯ app/api/copilot/api-keys/route.test.ts:293:31
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > DELETE > should successfully delete an API key: apps/sim/app/api/copilot/api-keys/route.test.ts#L262
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ app/api/copilot/api-keys/route.test.ts:262:31
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > GET > should handle JSON parsing errors from Sim Agent: apps/sim/app/api/copilot/api-keys/route.test.ts#L220
AssertionError: expected { error: 'Failed to get keys' } to deeply equal { Object (error) } - Expected + Received { - "error": "Invalid response from Sim Agent", + "error": "Failed to get keys", } ❯ app/api/copilot/api-keys/route.test.ts:220:28
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > GET > should handle API keys with empty apiKey string: apps/sim/app/api/copilot/api-keys/route.test.ts#L200
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ app/api/copilot/api-keys/route.test.ts:200:31
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > GET > should return 500 when Sim Agent returns invalid response: apps/sim/app/api/copilot/api-keys/route.test.ts#L159
AssertionError: expected { error: 'Failed to get keys' } to deeply equal { Object (error) } - Expected + Received { - "error": "Invalid response from Sim Agent", + "error": "Failed to get keys", } ❯ app/api/copilot/api-keys/route.test.ts:159:28
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > GET > should return error when Sim Agent returns non-ok response: apps/sim/app/api/copilot/api-keys/route.test.ts#L139
AssertionError: expected 500 to be 503 // Object.is equality - Expected + Received - 503 + 500 ❯ app/api/copilot/api-keys/route.test.ts:139:31
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > GET > should return empty array when user has no API keys: apps/sim/app/api/copilot/api-keys/route.test.ts#L94
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ app/api/copilot/api-keys/route.test.ts:94:31
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > GET > should return list of API keys with masked values: apps/sim/app/api/copilot/api-keys/route.test.ts#L71
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ app/api/copilot/api-keys/route.test.ts:71:31
lib/copilot/chat/persisted-message.test.ts > persisted-message > round-trips canonical tool blocks through normalizeMessage: apps/sim/lib/copilot/chat/persisted-message.test.ts#L40
AssertionError: expected [ { type: 'tool', …(3) }, …(1) ] to deeply equal [ { type: 'tool', …(2) }, …(1) ] - Expected + Received @@ -1,8 +1,9 @@ [ { "phase": "call", + "timestamp": 1776827930020, "toolCall": { "calledBy": "workflow", "display": { "title": "Reading foo.txt", }, ❯ lib/copilot/chat/persisted-message.test.ts:40:38
Test and Build / Test and Build
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
Test and Build / Test and Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps