nexrall-code 0.5.68 → 0.5.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -65512,6 +65512,8 @@ ${text}` : "");
65512
65512
  checkpoints.commitTurn();
65513
65513
  updateTitle();
65514
65514
  saveSession(sessionId, sessionTitle, workDir, messages);
65515
+ await new Promise((r2) => setImmediate(r2));
65516
+ process.exit(0);
65515
65517
  } catch (err) {
65516
65518
  const salvaged = (0, import_code_core3.salvageHistory)(err);
65517
65519
  if (salvaged) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexrall-code",
3
- "version": "0.5.68",
3
+ "version": "0.5.69",
4
4
  "description": "Nexrall Code — AI coding assistant for your terminal (headless agent for scripts, CI and automation)",
5
5
  "keywords": [
6
6
  "ai",