Skip to content

fix(workbench): persist Pro conversation titles #3212

fix(workbench): persist Pro conversation titles

fix(workbench): persist Pro conversation titles #3212

Triggered via pull request August 29, 2026 15:43
Status Success
Total duration 9m 50s
Artifacts

ci.yml

on: pull_request
Lint, Typecheck & Unit Tests
9m 46s
Lint, Typecheck & Unit Tests
Render Service (typecheck + tests)
1m 5s
Render Service (typecheck + tests)
E2E Tests
5m 13s
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/cache@v4, 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/server/agent-runtime/material-tools.ts#L25
'Static' is defined but never used. Allowed unused vars must match /^_/u
Lint, Typecheck & Unit Tests: components/roundtable/index.tsx#L505
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#L352
React Hook useEffect has a missing dependency: 'loadClassrooms'. Either include it or remove the dependency array