This repository was archived by the owner on Aug 1, 2025. It is now read-only.
release-vscode-nightly #160
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 1 warning
|
release
Process completed with exit code 1.
|
|
src/chat/chat-view/ChatController.test.ts > ChatController > send, followup, and edit:
vscode/src/chat/chat-view/ChatController.test.ts#L333
AssertionError: expected { type: 'config', …(8) } to strictly equal { type: 'transcript', …(4) }
- Expected
+ Received
Object {
- "chatID": "Thu, 01 Jan 1970 00:02:03 GMT",
- "isMessageInProgress": false,
- "messages": Array [
- Object {
- "agent": undefined,
- "content": undefined,
- "contextFiles": Array [],
- "didYouMeanQuery": undefined,
- "editorState": null,
- "error": undefined,
- "intent": undefined,
- "manuallySelectedIntent": undefined,
- "model": undefined,
- "processes": undefined,
- "search": undefined,
- "speaker": "human",
- "subMessages": undefined,
- "text": "Test input",
- },
- Object {
- "agent": undefined,
- "content": undefined,
- "contextFiles": undefined,
- "didYouMeanQuery": undefined,
- "editorState": undefined,
- "error": undefined,
- "intent": undefined,
- "manuallySelectedIntent": undefined,
- "model": "my-model",
- "processes": undefined,
- "search": undefined,
- "speaker": "assistant",
- "subMessages": undefined,
- "text": "Test reply 1",
+ "authStatus": Object {
+ "authenticated": true,
+ "endpoint": "https://example.com",
+ "pendingValidation": false,
+ "username": "alice",
},
- Object {
- "agent": undefined,
- "content": undefined,
- "contextFiles": Array [],
- "didYouMeanQuery": undefined,
- "editorState": null,
- "error": undefined,
- "intent": undefined,
- "manuallySelectedIntent": undefined,
- "model": undefined,
- "processes": undefined,
- "search": undefined,
- "speaker": "human",
- "subMessages": undefined,
- "text": "Test followup",
+ "clientCapabilities": Object {
+ "agentExtensionVersion": "1.2.3",
+ "agentIDE": "VSCode",
+ "agentIDEVersion": "4.5.6",
+ "isCodyWeb": false,
+ "isVSCode": true,
},
- Object {
- "agent": undefined,
- "content": undefined,
- "contextFiles": undefined,
- "didYouMeanQuery": undefined,
- "editorState": undefined,
- "error": undefined,
- "intent": undefined,
- "manuallySelectedIntent": undefined,
- "model": "my-model",
- "processes": undefined,
- "search": undefined,
- "speaker": "assistant",
- "subMessages": undefined,
- "text": "Test reply 2",
+ "config": Object {
+ "allowEndpointChange": true,
+ "attribution": "none",
+ "endpointHistory": Array [],
+ "experimentalAgenticChatEnabled": false,
+ "experimentalNoodle": undefined,
+ "experimentalPromptEditorEnabled": true,
+ "hasEditCapability": false,
+ "internalDebugContext": undefined,
+ "internalDebugTokenUsage": undefined,
+ "multipleWebviewsEnabled": true,
+ "serverEndpoint": "https://example.com",
+ "smartApply": true,
+ "uiKindIsWeb": false,
+ "webviewType": "sidebar",
},
- ],
- "tokenUsage": undefined,
- "type": "transcript",
+ "currentUserCodySubscription": null,
+ "isDotComUser": false,
+ "siteHasCodyEnabled": null,
+ "type": "config",
+ "userProductSubscription": null,
+ "workspaceFolderUris": Array [],
}
❯ src/chat/chat-view/ChatController.test.ts:333:57
|
|
release
The process '/usr/bin/git' failed with exit code 128
|