Skip to content

feat(api): generate release content before embed on /batch (#2224) #4038

feat(api): generate release content before embed on /batch (#2224)

feat(api): generate release content before embed on /batch (#2224) #4038

Triggered via push August 15, 2026 17:51
Status Success
Total duration 1m 24s
Artifacts

ci.yml

on: push
Detect changes
5s
Detect changes
Lint & Format
32s
Lint & Format
Test
1m 14s
Test
Web build (Next)
0s
Web build (Next)
Changeset present?
0s
Changeset present?
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-unused-vars): workers/discovery/src/managed-agents-session.ts#L639
Variable 'toolCallCount' is assigned a value but never used. Unused variables should start with a '_'.
unicorn(consistent-function-scoping): workers/api/test/auth-audit.test.ts#L192
Function `eventNames` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): workers/api/test/auth.test.ts#L884
Function `tokenFromEmail` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): workers/api/test/auth.test.ts#L776
Function `verifiedSession` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): workers/api/test/auth.test.ts#L772
Function `setCookie` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): workers/api/test/auth.test.ts#L694
Function `cookieHeader` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): workers/api/test/auth.test.ts#L356
Function `preflight` does not capture any variables from its parent scope
oxc(no-async-endpoint-handlers): workers/api/src/routes/digest.ts#L18
Express endpoint handler for `/digest/unsubscribe/:token` should not be `async`.
oxc(no-async-endpoint-handlers): workers/api/src/routes/digest.ts#L18
Express endpoint handler for `/digest/unsubscribe/:token` should not be `async`.
unicorn(consistent-function-scoping): workers/api/test/fetch-log.test.ts#L488
Function `seedScrape` does not capture any variables from its parent scope