Rename the project to Binharic #58
Annotations
19 errors
|
lint:
src/agent/loopControl.ts#L116
Unexpected any. Specify a different type
|
|
lint:
src/agent/loopControl.ts#L104
Unexpected any. Specify a different type
|
|
lint:
src/agent/loopControl.ts#L84
Unexpected any. Specify a different type
|
|
lint:
src/agent/loopControl.ts#L67
Unexpected any. Specify a different type
|
|
lint:
src/agent/loopControl.ts#L62
Unexpected any. Specify a different type
|
|
lint:
src/agent/loopControl.ts#L46
Unexpected any. Specify a different type
|
|
lint:
src/agent/loopControl.ts#L37
Unexpected any. Specify a different type
|
|
lint:
src/agent/loopControl.ts#L25
Unexpected any. Specify a different type
|
|
lint:
src/agent/loopControl.ts#L4
Unexpected any. Specify a different type
|
|
lint:
src/agent/errorHandling.ts#L65
Unexpected any. Specify a different type
|
|
typecheck
Process completed with exit code 2.
|
|
typecheck:
tests/agent/tools/definitions/fetch.test.ts#L83
Argument of type '{ url: string; }' is not assignable to parameter of type '{ url: string; stripMarkup: boolean; }'.
|
|
typecheck:
tests/agent/tools/definitions/fetch.test.ts#L73
Argument of type '{ url: string; }' is not assignable to parameter of type '{ url: string; stripMarkup: boolean; }'.
|
|
typecheck:
tests/agent/tools/definitions/fetch.test.ts#L63
Argument of type '{ url: string; }' is not assignable to parameter of type '{ url: string; stripMarkup: boolean; }'.
|
|
typecheck:
tests/agent/tools/definitions/fetch.test.ts#L32
Argument of type '{ url: string; }' is not assignable to parameter of type '{ url: string; stripMarkup: boolean; }'.
|
|
typecheck:
tests/agent/toolCallIdMismatchBug.test.ts#L264
Type '{ type: "tool-call"; toolCallId: string; toolName: string; args: { filePath: string; }; }' is not assignable to type 'ToolCall'.
|
|
typecheck:
tests/agent/toolCallIdMismatchBug.test.ts#L258
Type '{ type: "tool-call"; toolCallId: string; toolName: string; args: { path: string; }; }' is not assignable to type 'ToolCall'.
|
|
typecheck:
tests/agent/toolCallIdMismatchBug.test.ts#L176
Type '{ type: "tool-call"; toolCallId: string; toolName: string; args: { filePath: string; }; }' is not assignable to type 'ToolCall'.
|
|
typecheck:
tests/agent/toolCallIdMismatchBug.test.ts#L11
Type '{ type: "tool-call"; toolCallId: string; toolName: string; args: { path: string; }; }' is not assignable to type 'ToolCall'.
|