shiva-code 0.8.12 → 0.8.13

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4281,7 +4281,7 @@ async function spawnInTmux(projects, sessionName) {
4281
4281
  }
4282
4282
  }
4283
4283
  if (!insideTmux) {
4284
- spawn2("tmux", ["attach-session", "-t", tmuxSession], {
4284
+ spawnSync2("tmux", ["attach-session", "-t", tmuxSession], {
4285
4285
  stdio: "inherit"
4286
4286
  });
4287
4287
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shiva-code",
3
- "version": "0.8.12",
3
+ "version": "0.8.13",
4
4
  "description": "Makes Claude Code Persistent - Cross-Project Memory CLI",
5
5
  "author": "SHIVA AI",
6
6
  "license": "MIT",