Skip to content

fix(session): release reservedSlots when store.create() throws #180

fix(session): release reservedSlots when store.create() throws

fix(session): release reservedSlots when store.create() throws #180

Triggered via pull request May 21, 2026 11:53
Status Failure
Total duration 59s
Artifacts

ci.yml

on: pull_request
Lint & Format
9s
Lint & Format
Type Check
37s
Type Check
Build
31s
Build
Test
54s
Test
Lockfile Integrity
12s
Lockfile Integrity
Lint GitHub Actions
41s
Lint GitHub Actions
Security Audit
18s
Security Audit
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
lint/suspicious/noExplicitAny: packages/core/src/providers/e2b.ts#L148
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/core/src/providers/e2b.ts#L133
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/core/src/providers/e2b.ts#L126
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: examples/11-generate-tests/sample-code/utils.ts#L65
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: examples/11-generate-tests/sample-code/utils.ts#L60
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: examples/04-structured-output/sample-code/app.ts#L9
Unexpected any. Specify a different type.
lint/complexity/useArrowFunction: apps/api/src/__tests__/routes/sessions.test.ts#L242
This function expression can be turned into an arrow function.
lint/complexity/noUselessFragments: apps/cli/src/tui/AgentStream.tsx#L128
This fragment is unnecessary.