shellmates 0.1.3 → 0.1.4

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.
@@ -11,7 +11,6 @@ export async function update() {
11
11
 
12
12
  const result = spawnSync('npm', ['install', '-g', 'shellmates@latest'], {
13
13
  stdio: 'inherit',
14
- shell: true,
15
14
  })
16
15
 
17
16
  if (result.status === 0) {
@@ -77,7 +77,6 @@ export async function checkAndInstallAgents() {
77
77
  console.log(chalk.dim(` Installing ${a.label}...`))
78
78
  const result = spawnSync('npm', ['install', '-g', `${a.pkg}@latest`], {
79
79
  stdio: 'inherit',
80
- shell: true,
81
80
  })
82
81
  if (result.status === 0) {
83
82
  console.log(chalk.green(' ✓') + ` ${a.label} installed`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shellmates",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Seamless tmux multi-agent orchestration for Claude, Gemini, and Codex",
5
5
  "keywords": [
6
6
  "tmux",