@geekbeer/minion 2.5.0 → 2.5.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geekbeer/minion",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "AI Agent runtime for Minion - manages status and skill deployment on VPS",
5
5
  "main": "server.js",
6
6
  "bin": {
@@ -100,6 +100,7 @@ async function executeWorkflowSession(workflow, executionId, skillNames) {
100
100
 
101
101
  // Extend PATH to include common CLI installation locations
102
102
  const additionalPaths = [
103
+ path.join(homeDir, 'bin'),
103
104
  path.join(homeDir, '.npm-global', 'bin'),
104
105
  path.join(homeDir, '.local', 'bin'),
105
106
  path.join(homeDir, '.claude', 'bin'),