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
return{error: vscode.l10n.t('Failed to initialize Copilot API'),state: 'error'};
@@ -731,6 +731,7 @@ export class CopilotRemoteAgentManager extends Disposable {
731
731
return{error: vscode.l10n.t('Uncommitted changes detected. Please commit or stash your changes before starting the remote agent. Enable \'{0}\' to push your changes automatically.',CODING_AGENT_AUTO_COMMIT_AND_PUSH),state: 'error'};
732
732
}
733
733
try{
734
+
chatStream?.progress(vscode.l10n.t('Waiting for local changes'));
vscode.l10n.t('Prompt size exceeded'),{modal: true,detail: vscode.l10n.t('Your prompt will be truncated to fit within coding agent\'s context window. This may affect the quality of the response.')},CONTINUE_TRUNCATION);
constprLlmString=`The remote agent has begun work and has created a pull request. Details about the pull request are being shown to the user. If the user wants to track progress or iterate on the agent's work, they should use the pull request.`;
805
809
810
+
chatStream?.progress(vscode.l10n.t('Attaching to session'));
0 commit comments