perf(agents): reduce subagent streaming overhead #993
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
6m 29s
Browser Test
4m 19s
Release Smoke
1m 9s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
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-unused-vars):
packages/shared/src/qrCode.ts#L607
packages/shared/src/qrCode.ts:607:44: Parameter '_' is declared but never used.
|
|
eslint(no-unused-vars):
apps/web/src/environments/runtime/service.addSavedEnvironment.test.ts#L10
apps/web/src/environments/runtime/service.addSavedEnvironment.test.ts:10:53: 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.
|
|
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()`.
|