shiva-code 0.8.6 → 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 +6 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -17297,6 +17297,9 @@ async function showDashboard() {
17297
17297
  sessionId: project.latestSession.sessionId,
17298
17298
  newSession: false
17299
17299
  }], detectTerminal());
17300
+ if (isInsideTmux()) {
17301
+ process.exit(0);
17302
+ }
17300
17303
  }
17301
17304
  break;
17302
17305
  }
@@ -17308,6 +17311,9 @@ async function showDashboard() {
17308
17311
  const launches = await getPackageLaunchConfig2(packageName);
17309
17312
  if (launches.length > 0) {
17310
17313
  await spawnProjects(launches, detectTerminal());
17314
+ if (isInsideTmux()) {
17315
+ process.exit(0);
17316
+ }
17311
17317
  }
17312
17318
  break;
17313
17319
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shiva-code",
3
- "version": "0.8.6",
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",