shiva-code 0.8.7 → 0.8.8

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 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -17298,8 +17298,7 @@ async function showDashboard() {
17298
17298
  newSession: false
17299
17299
  }], detectTerminal());
17300
17300
  if (isInsideTmux()) {
17301
- await waitForKeypress();
17302
- await showDashboard();
17301
+ process.exit(0);
17303
17302
  }
17304
17303
  }
17305
17304
  break;
@@ -17313,8 +17312,7 @@ async function showDashboard() {
17313
17312
  if (launches.length > 0) {
17314
17313
  await spawnProjects(launches, detectTerminal());
17315
17314
  if (isInsideTmux()) {
17316
- await waitForKeypress();
17317
- await showDashboard();
17315
+ process.exit(0);
17318
17316
  }
17319
17317
  }
17320
17318
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shiva-code",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "Makes Claude Code Persistent - Cross-Project Memory CLI",
5
5
  "author": "SHIVA AI",
6
6
  "license": "MIT",