Skip to content

feat(agents): message a Codex subagent straight from its transcript (… #976

feat(agents): message a Codex subagent straight from its transcript (…

feat(agents): message a Codex subagent straight from its transcript (… #976

Triggered via push August 28, 2026 17:30
Status Success
Total duration 6m 58s
Artifacts

ci.yml

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

Annotations

10 warnings
react(exhaustive-effect-dependencies): apps/web/src/routes/__root.tsx#L306
apps/web/src/routes/__root.tsx:306:7: Found extra effect dependencies
react(exhaustive-effect-dependencies): apps/web/src/routes/__root.tsx#L127
apps/web/src/routes/__root.tsx:127:7: Found extra effect dependencies
eslint(require-yield): apps/server/src/preview/PreviewAutomationBroker.ts#L97
apps/server/src/preview/PreviewAutomationBroker.ts:97:42: This generator function does not have `yield`
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L82
packages/effect-codex-app-server/src/schema.test.ts:82:16: 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#L31
packages/effect-codex-app-server/src/schema.test.ts:31:5: 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
packages/effect-codex-app-server/src/schema.test.ts:27:5: 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
packages/effect-codex-app-server/src/schema.test.ts:23:18: 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
packages/effect-codex-app-server/src/schema.test.ts:22:18: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
eslint(no-control-regex): apps/server/src/provider/providerExtensions.ts#L3210
apps/server/src/provider/providerExtensions.ts:3210:4: Unexpected control characters
unicorn(no-array-reverse): scripts/audit-marketing-media-corners.ts#L122
scripts/audit-marketing-media-corners.ts:122:75: Use `Array#toReversed()` instead of `Array#reverse()`.