stigmergy 1.0.73 → 1.0.74

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/package.json +1 -1
  2. package/src/main.js +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stigmergy",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
4
4
  "type": "commonjs",
5
5
  "description": "Stigmergy CLI - Multi-Agents Cross-AI CLI Tools Collaboration System",
6
6
  "main": "src/index.js",
package/src/main.js CHANGED
@@ -367,7 +367,7 @@ const hook = new StigmergyHook();
367
367
  console.log('\n[RESULT] Hook Deployment Result: ' + deployedCount + '/' + availableTools.length + ' hooks deployed');
368
368
  }
369
369
 
370
- async setupGlobalConfiguration() {
370
+ async setupGlobalConfiguration(availableTools = []) {
371
371
  await this.ensureDirectory(this.stigmergyDir);
372
372
 
373
373
  const globalConfig = {
@@ -492,7 +492,7 @@ async function main() {
492
492
 
493
493
  if (args.length === 0 || args.includes('--help') || args.includes('-h')) {
494
494
  console.log('Stigmergy CLI - Multi-Agents Cross-AI CLI Tools Collaboration System');
495
- console.log('Version: 1.0.73');
495
+ console.log('Version: 1.0.74');
496
496
  console.log('');
497
497
  console.log('[SYSTEM] Automated Installation and Deployment System');
498
498
  console.log('');
@@ -518,14 +518,14 @@ async function main() {
518
518
  }
519
519
 
520
520
  if (args.includes('--version') || args.includes('version')) {
521
- console.log('1.0.73');
521
+ console.log('1.0.74');
522
522
  return;
523
523
  }
524
524
 
525
525
  // Auto-install mode for postinstall script
526
526
  if (args.includes('auto-install')) {
527
527
  console.log('[AUTO-INSTALL] Stigmergy CLI - Automated Installation and Deployment');
528
- console.log('Multi-AI CLI Tools Collaboration System v1.0.73');
528
+ console.log('Multi-AI CLI Tools Collaboration System v1.0.74');
529
529
  console.log('='.repeat(60));
530
530
 
531
531
  // Disable interactive prompts for auto-install mode
@@ -553,7 +553,7 @@ async function main() {
553
553
 
554
554
  // Start automated installation and deployment
555
555
  console.log('[START] Stigmergy CLI - Automated Installation and Deployment');
556
- console.log('Multi-AI CLI Tools Collaboration System v1.0.73');
556
+ console.log('Multi-AI CLI Tools Collaboration System v1.0.74');
557
557
  console.log('='.repeat(60));
558
558
 
559
559
  // Step 1: Scan available CLI tools