refactor(Deep Cody): Agentic Context Settings into UI Component #25014
Annotations
6 errors and 1 warning
Run pnpm run test:unit --run:
lib/shared/src/models/sync.test.ts#L518
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/models/sync.test.ts:518:84
|
Run pnpm run test:unit --run:
vscode/src/chat/chat-view/prompt.ts#L53
TypeError: chat.getLastHumanMessage is not a function
❯ src/chat/chat-view/prompt.ts:53:41
❯ DeepCodyAgent.review src/chat/agentic/DeepCody.ts:203:28
❯ DeepCodyAgent.reviewLoop src/chat/agentic/DeepCody.ts:172:32
❯ DeepCodyAgent._getContext src/chat/agentic/DeepCody.ts:143:41
❯ src/chat/agentic/DeepCody.test.ts:164:24
|
Run pnpm run test:unit --run:
vscode/src/chat/chat-view/prompt.ts#L53
TypeError: chat.getLastHumanMessage is not a function
❯ src/chat/chat-view/prompt.ts:53:41
❯ DeepCodyAgent.review src/chat/agentic/DeepCody.ts:203:28
❯ DeepCodyAgent.reviewLoop src/chat/agentic/DeepCody.ts:172:32
❯ DeepCodyAgent._getContext src/chat/agentic/DeepCody.ts:143:41
❯ src/chat/agentic/DeepCody.test.ts:205:24
|
Run pnpm run test:unit --run:
vscode/src/chat/chat-view/ChatController.test.ts#L134
AssertionError: expected { type: 'transcript', …(3) } to strictly equal { type: 'transcript', …(3) }
- Expected
+ Received
Object {
"chatID": "Thu, 01 Jan 1970 00:02:03 GMT",
"isMessageInProgress": true,
"messages": Array [
Object {
+ "agent": undefined,
"contextFiles": undefined,
"editorState": null,
"error": undefined,
"intent": "chat",
"manuallySelectedIntent": undefined,
"model": undefined,
"processes": undefined,
"search": undefined,
"speaker": "human",
"text": "Test input",
},
Object {
+ "agent": undefined,
"contextFiles": undefined,
"editorState": undefined,
"error": undefined,
"intent": undefined,
"manuallySelectedIntent": undefined,
"model": "my-model",
"processes": undefined,
"search": undefined,
"speaker": "assistant",
"text": undefined,
},
],
"type": "transcript",
}
❯ src/chat/chat-view/ChatController.test.ts:134:56
|
Run pnpm run test:unit --run:
vscode/src/chat/chat-view/ChatController.test.ts#L383
AssertionError: expected "spy" to be called 1 times, but got 2 times
❯ src/chat/chat-view/ChatController.test.ts:383:37
|
Run pnpm run test:unit --run
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading