Skip to content

fix(codex): accept Codex 0.150 multi-agent events #957

fix(codex): accept Codex 0.150 multi-agent events

fix(codex): accept Codex 0.150 multi-agent events #957

Triggered via push August 27, 2026 15:02
Status Success
Total duration 9m 46s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Browser Test, Build
9m 41s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
1m 4s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L31
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L27
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L23
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L22
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L902
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L865
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L847
Do not define components during render.
eslint(no-unused-vars): apps/web/src/components/chat/AgentsPanel.browser.tsx#L77
Variable 'TERMINAL_RUN' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): apps/web/src/components/chat/rightPanelLauncherState.ts#L27
Type 'ThreadBackgroundRunItem' is imported but never used.
eslint(no-unused-vars): apps/web/src/components/chat/rightPanelLauncherState.test.ts#L35
Function 'buildRun' is declared but never used.