Skip to content

fix(ai): retire stale model catalog entries #549

fix(ai): retire stale model catalog entries

fix(ai): retire stale model catalog entries #549

Triggered via pull request September 9, 2026 14:46
Status Failure
Total duration 7m 30s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
__tests__/automated-response-rich-response.test.ts > replyByAI — rich mode routing > valid JSON actions-only response → sendRichMessages not called, executeRichActions called: apps/worker/__tests__/automated-response-rich-response.test.ts#L450
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ __tests__/automated-response-rich-response.test.ts:450:31
__tests__/automated-response-rich-response.test.ts > replyByAI — rich mode routing > missing triggerMessageId → rich mode disabled warning logged: apps/worker/__tests__/automated-response-rich-response.test.ts#L421
AssertionError: expected "vi.fn()" to be called with arguments: [ ObjectContaining{…}, Any<String> ] Received: 1st vi.fn() call: [ - ObjectContaining { - "reason": "missing_rich_response_execution_id", + { + "agentId": "agent-1", + "conversationId": "conv-1", + "providerCount": 1, + "providers": [ + "openai", + ], + "workspaceId": "ws-1", }, - Any<String>, + "[automated-response] all fallback providers exhausted without a response", ] Number of calls: 1 ❯ __tests__/automated-response-rich-response.test.ts:421:22
__tests__/automated-response-rich-response.test.ts > replyByAI — rich mode routing > plain_text AI response → sendMessageAndWait called, responded: true: apps/worker/__tests__/automated-response-rich-response.test.ts#L383
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ __tests__/automated-response-rich-response.test.ts:383:31
__tests__/automated-response-rich-response.test.ts > replyByAI — rich mode routing > valid JSON response → sendRichMessages + executeRichActions called, responded: true: apps/worker/__tests__/automated-response-rich-response.test.ts#L358
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ __tests__/automated-response-rich-response.test.ts:358:31
__tests__/automated-response-rich-response.test.ts > replyByAI — rich mode routing > rich mode appends strict JSON contract with quick reply example: apps/worker/__tests__/automated-response-rich-response.test.ts#L323
AssertionError: the given combination of arguments (undefined and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string ❯ __tests__/automated-response-rich-response.test.ts:323:26
__tests__/automated-response-default-reply.test.ts > replyByAI — default reply flow fallback > suppresses the canned fallback text (stays silent) when the default reply flow is throttled: apps/worker/__tests__/automated-response-default-reply.test.ts#L621
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ __tests__/automated-response-default-reply.test.ts:621:38
__tests__/automated-response-default-reply.test.ts > replyByAI — default reply flow fallback > falls back to the canned help text when the configured default reply flow is invalid: apps/worker/__tests__/automated-response-default-reply.test.ts#L598
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ __tests__/automated-response-default-reply.test.ts:598:38
__tests__/automated-response-default-reply.test.ts > replyByAI — default reply flow fallback > falls back to the canned help text when no default reply flow is configured: apps/worker/__tests__/automated-response-default-reply.test.ts#L581
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ __tests__/automated-response-default-reply.test.ts:581:38
__tests__/automated-response-default-reply.test.ts > replyByAI — default reply flow fallback > triggers the default reply flow instead of the canned fallback text when configured and valid: apps/worker/__tests__/automated-response-default-reply.test.ts#L564
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ __tests__/automated-response-default-reply.test.ts:564:38
__tests__/automated-response-default-reply.test.ts > replyByAI — default reply flow fallback > resolves queued-message variables in the AI agent prompt: apps/worker/__tests__/automated-response-default-reply.test.ts#L545
AssertionError: expected "vi.fn()" to be called with arguments: [ { …(2) } ] Number of calls: 0 ❯ __tests__/automated-response-default-reply.test.ts:545:47