merge with main

This commit is contained in:
Kolby Nottingham 2024-12-10 13:30:40 -08:00
parent 2332bb3e62
commit 9fb58d2d40

View file

@ -512,10 +512,7 @@ export class Agent {
cleanKill(msg='Killing agent process...', code=1) {
this.history.add('system', msg);
<<<<<<< HEAD
this.bot.chat(code > 1 ? 'Restarting.': 'Exiting.');
=======
>>>>>>> upstream/main
this.history.save();
process.exit(code);
}