@lisa.ai/agent 1.0.2 → 1.0.3

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -33,7 +33,7 @@ program
33
33
  process.exit(1);
34
34
  }
35
35
  }
36
- (0, heal_1.healCommand)(options.command, model, 1, null, maxRetries, options.projectId || 'local');
36
+ await (0, heal_1.healCommand)(options.command, model, 1, null, maxRetries, options.projectId || 'local');
37
37
  });
38
38
  program
39
39
  .command('coverage')
@@ -54,6 +54,6 @@ program
54
54
  model = config.modelProvider;
55
55
  maxRetries = config.maxRetries;
56
56
  }
57
- (0, coverage_1.coverageCommand)(options.command, model, 1, maxRetries, options.projectId || 'local');
57
+ await (0, coverage_1.coverageCommand)(options.command, model, 1, maxRetries, options.projectId || 'local');
58
58
  });
59
59
  program.parse(process.argv);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lisa.ai/agent",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Lisa.ai Autonomous CI/CD Worker Agent",
5
5
  "main": "dist/index.js",
6
6
  "bin": {