lunel-cli 0.1.102 → 0.1.103

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/ai/index.js +2 -1
  2. package/package.json +1 -1
package/dist/ai/index.js CHANGED
@@ -11,7 +11,8 @@ export class AiManager {
11
11
  this.tryInit("codex"),
12
12
  ]);
13
13
  if (this._available.length === 0) {
14
- throw new Error("No AI backend could be started. Ensure opencode or codex is installed.");
14
+ console.warn("[ai] No AI backends available. CLI will continue without AI features.");
15
+ return;
15
16
  }
16
17
  if (DEBUG_MODE) {
17
18
  console.log(`[ai] Available backends: ${this._available.join(", ")}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lunel-cli",
3
- "version": "0.1.102",
3
+ "version": "0.1.103",
4
4
  "author": [
5
5
  {
6
6
  "name": "Soham Bharambe",