Simplify the project #64
Annotations
9 errors
|
test (20.x)
Process completed with exit code 2.
|
|
tests/agent/tools/definitions/edit.test.ts > edit tool > replace action > should use autofix when search string is not found:
src/agent/tools/definitions/edit.ts#L116
ToolError: The search string was not found in the file. Expected to find:
"wrold"
Tip: Make sure to provide the EXACT text from the file, or use a different edit type like 'overwrite'.
❯ Object.execute src/agent/tools/definitions/edit.ts:116:31
❯ tests/agent/tools/definitions/edit.test.ts:47:13
|
|
tests/agent/state.test.ts > Agent State Machine > should retry on TransientError:
tests/agent/state.test.ts#L102
AssertionError: expected 'error' to be 'idle' // Object.is equality
Expected: "idle"
Received: "error"
❯ tests/agent/state.test.ts:102:30
|
|
tests/agent/state.test.ts > Agent State Machine > should transition to error state on any other error:
tests/agent/state.test.ts#L64
AssertionError: expected 'Incorrect locale information provided' to be 'Some other error' // Object.is equality
Expected: "Some other error"
Received: "Incorrect locale information provided"
❯ tests/agent/state.test.ts:64:29
|
|
tests/agent/state.test.ts > Agent State Machine > should transition to error state on FatalError:
tests/agent/state.test.ts#L53
AssertionError: expected 'Incorrect locale information provided' to be 'Fatal error' // Object.is equality
Expected: "Fatal error"
Received: "Incorrect locale information provided"
❯ tests/agent/state.test.ts:53:29
|
|
tests/agent/errorHandlingComprehensive.test.ts > Context Window Management - Edge Cases > should handle very long messages:
tests/agent/errorHandlingComprehensive.test.ts#L123
Error: Test timed out in 15000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ tests/agent/errorHandlingComprehensive.test.ts:123:5
|
|
tests/agent/contextWindowEdgeCases.test.ts > Context Window Management - Edge Cases > should handle very long messages:
tests/agent/contextWindowEdgeCases.test.ts#L20
Error: Test timed out in 15000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ tests/agent/contextWindowEdgeCases.test.ts:20:5
|
|
test (22.x)
The operation was canceled.
|
|
test (22.x)
The strategy configuration was canceled because "test._20_x" failed
|