We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
chat
1 parent 0b85800 commit c89178fCopy full SHA for c89178f
src/cli/commands/ChatCommand.ts
@@ -497,7 +497,8 @@ async function RunChat({
497
return res;
498
}
499
500
- void session.preloadPrompt("");
+ void session.preloadPrompt("")
501
+ .catch(() => void 0); // don't throw an error if preloading fails because a real prompt is sent early
502
503
// eslint-disable-next-line no-constant-condition
504
while (true) {
0 commit comments