Skip to content

feat(claude): read task depth, background flag, and ambient from the SDK #968

feat(claude): read task depth, background flag, and ambient from the SDK

feat(claude): read task depth, background flag, and ambient from the SDK #968

Triggered via push August 28, 2026 03:24
Status Success
Total duration 6m 37s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Build
6m 33s
Format, Lint, Typecheck, Test, Build
Browser Test
3m 56s
Browser Test
Release Smoke
1m 45s
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#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.
threadlines(prefer-tooltip-prop): apps/web/src/components/source-control/SourceControlPanel.tsx#L1751
Use the `tooltip` prop instead of the native `title` attribute on <Button>. `title` renders an unstyled OS tooltip; the `tooltip` prop uses the app's styled tooltip.
eslint(require-yield): apps/server/src/preview/PreviewAutomationBroker.ts#L97
This generator function does not have `yield`
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/server/src/cli/config.test.ts#L712
Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.