@hung319/opencode-hive
Advanced tools
+5
-4
@@ -526,3 +526,3 @@ #!/usr/bin/env bun | ||
| status: 'ready', | ||
| version: '1.10.8', | ||
| version: '1.10.9', | ||
| summary: getSystemInfo(), | ||
@@ -789,4 +789,5 @@ checks: { | ||
| // Add to shell config if needed | ||
| const pathEntry = 'export PATH="/root/.local/bin:$PATH"'; | ||
| // Add to shell config if needed - use targetPath/bin dynamically | ||
| const targetBin = path.join(targetPath, 'bin'); | ||
| const pathEntry = `export PATH="${targetBin}:$PATH"`; | ||
| const shellConfigs = [ | ||
@@ -804,3 +805,3 @@ { path: path.join(process.env.HOME || '', '.bashrc'), shebang: '# bash' }, | ||
| const content = fs.readFileSync(config.path, 'utf-8'); | ||
| if (!content.includes('/root/.local/bin')) { | ||
| if (!content.includes(targetBin)) { | ||
| fs.appendFileSync(config.path, `\n# Added by Hive Doctor\n${pathEntry}\n`); | ||
@@ -807,0 +808,0 @@ pathAdded = true; |
+1
-1
| { | ||
| "name": "@hung319/opencode-hive", | ||
| "version": "1.10.8", | ||
| "version": "1.10.9", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "description": "OpenCode plugin for Agent Hive - from vibe coding to hive coding", |
Sorry, the diff of this file is too big to display
1200462
0.01%30563
0