You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -161,8 +164,27 @@ export class CopilotRemoteAgentManager extends Disposable {
161
164
return{errorDetails: {message: error.message}};
162
165
}
163
166
}else{
164
-
/* Not in a chat session */
165
-
stream.markdown(vscode.l10n.t('Hello from the Copilot coding agent!'));
167
+
/* @copilot invoked from a 'normal' chat */
168
+
169
+
// TODO(jospicer): Use confirmations to guide users
170
+
171
+
constnumber=awaitstartSession(request.prompt,context.history,'chat');// TODO(jospicer): 'All of the chat messages so far in the current chat session. Currently, only chat messages for the current participant are included'
stream.markdown(vscode.l10n.t('GitHub Copilot coding agent has begun working on your request. Follow its progress in the associated chat and pull request.'));
0 commit comments