Merge branch 'staging' into send-commands-return-value

This commit is contained in:
Cohee
2024-10-01 19:08:34 +03:00
9 changed files with 354 additions and 156 deletions

View File

@ -3090,7 +3090,7 @@ async function continueChatCallback(args, prompt) {
resolve();
} catch (error) {
console.error('Error running /continue command:', error);
reject();
reject(error);
}
});