Skip to content

feat(server): tell agents about the Threadlines browser panel #1023

feat(server): tell agents about the Threadlines browser panel

feat(server): tell agents about the Threadlines browser panel #1023

Triggered via pull request September 3, 2026 05:52
Status Success
Total duration 7m 22s
Artifacts

ci.yml

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

Annotations

10 warnings
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()`.
eslint(no-unsafe-optional-chaining): packages/shared/src/claudeSubagentActivity.test.ts#L96
packages/shared/src/claudeSubagentActivity.test.ts:96:20: Unsafe usage of optional chaining
eslint(no-unsafe-optional-chaining): packages/shared/src/claudeSubagentActivity.test.ts#L83
packages/shared/src/claudeSubagentActivity.test.ts:83:13: Unsafe usage of optional chaining
eslint(no-control-regex): apps/server/src/provider/providerExtensions.ts#L3210
apps/server/src/provider/providerExtensions.ts:3210:4: Unexpected control characters
eslint(no-unused-vars): packages/shared/src/qrCode.ts#L607
packages/shared/src/qrCode.ts:607:44: Parameter '_' is declared but never used.
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.