Skip to content

Add comprehensive Biome rules, autofix formatting and imports across … #22

Add comprehensive Biome rules, autofix formatting and imports across …

Add comprehensive Biome rules, autofix formatting and imports across … #22

Triggered via push February 27, 2026 18:15
Status Failure
Total duration 15s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ci
Process completed with exit code 2.
ci: src/core/run.ts#L809
Argument of type 'ToolCall[] | undefined' is not assignable to parameter of type '{ function: { name: string; }; }[]'.
ci: src/core/run.ts#L798
Argument of type 'ToolCall[] | undefined' is not assignable to parameter of type '{ id: string; function: { name: string; arguments: string; }; }[]'.
ci: src/core/run.ts#L769
'finalResponse.toolCalls.length' is possibly 'undefined'.
ci: src/core/run.ts#L768
Type 'string | null | undefined' is not assignable to type 'string | null'.
ci: src/core/run.ts#L739
Type '{ content: string | null | undefined; toolCallCount: number | undefined; }' is not assignable to type '{ content: string | null; toolCallCount: number; }'.
ci: src/core/run.ts#L732
Type '{ content: string | null | undefined; toolCallCount: number | undefined; }' is not assignable to type '{ content: string | null; toolCallCount: number; }'.