Skip to content

The base commit

The base commit #3

Triggered via push August 16, 2025 21:31
Status Failure
Total duration 47s
Artifacts

lints.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint
Process completed with exit code 2.
lint: src/agent/tools/list.ts#L4
'path' is defined but never used
lint: src/agent/tools/create.ts#L23
Unexpected any. Specify a different type
lint: src/agent/main.ts#L2
'AssistantMessage' is defined but never used
lint: src/agent/llm.ts#L11
Unexpected any. Specify a different type
typecheck
Process completed with exit code 2.
typecheck: src/agent/main.ts#L18
Type 'ToolCallArray<Record<string, ToolDefinition>>' is not assignable to type 'AssistantToolCall[]'.
typecheck: src/agent/llm.ts#L31
Type 'OpenAIChatLanguageModel' is not assignable to type 'LanguageModelV1'.