Skip to content

feat(ai): add Grok 4.6 to the model registry #2729

feat(ai): add Grok 4.6 to the model registry

feat(ai): add Grok 4.6 to the model registry #2729

Triggered via pull request August 13, 2026 05:02
Status Success
Total duration 7m 48s
Artifacts

ci.yml

on: pull_request
Lint, Typecheck & Unit Tests
7m 29s
Lint, Typecheck & Unit Tests
Render Service (typecheck + tests)
1m 3s
Render Service (typecheck + tests)
E2E Tests
5m 7s
E2E Tests
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Render Service (typecheck + tests)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint, Typecheck & Unit Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint, Typecheck & Unit Tests: packages/@openmaic/importer/src/serializer/imageSerializer.ts#L33
'isEmfFormat' is defined but never used. Allowed unused vars must match /^_/u
Lint, Typecheck & Unit Tests: packages/@openmaic/importer/src/openmaic/utils/svgPathParser.ts#L24
'NUMBER_RE' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint, Typecheck & Unit Tests: packages/@openmaic/importer/src/model/Slide.ts#L289
'useFrameCoords' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint, Typecheck & Unit Tests: packages/@openmaic/importer/src/model/Slide.ts#L269
'hasCircularPreset' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint, Typecheck & Unit Tests: packages/@openmaic/importer/rollup.config.js#L31
Assign array to a variable before exporting as module default
Lint, Typecheck & Unit Tests: packages/@openmaic/editor/rollup.config.js#L24
Assign object to a variable before exporting as module default
Lint, Typecheck & Unit Tests: lib/utils/audio-player.ts#L9
'db' is defined but never used. Allowed unused vars must match /^_/u
Lint, Typecheck & Unit Tests: components/roundtable/index.tsx#L487
React Hook useEffect has missing dependencies: 'cancelRecording', 'handleToggleInput', and 'handleToggleVoice'. Either include them or remove the dependency array
Lint, Typecheck & Unit Tests: components/agent/agent-bar.tsx#L187
React Hook useCallback has a missing dependency: 'agent'. Either include it or remove the dependency array
Lint, Typecheck & Unit Tests: app/page.tsx#L297
React Hook useEffect has a missing dependency: 'loadClassrooms'. Either include it or remove the dependency array