bosun 0.40.13 → 0.40.14

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.
@@ -2324,16 +2324,8 @@ export async function launchEphemeralThread(
2324
2324
  missingPrereqSdks.push({ name, reason: prereq.reason });
2325
2325
  if (name === primaryName) {
2326
2326
  console.warn(
2327
- `${TAG} primary SDK "${name}" missing prerequisites: ${prereq.reason}; not attempting fallback`,
2327
+ `${TAG} primary SDK "${name}" missing prerequisites: ${prereq.reason}; trying fallback chain`,
2328
2328
  );
2329
- return {
2330
- success: false,
2331
- output: "",
2332
- items: [],
2333
- error: `${TAG} ${name} unavailable: ${prereq.reason}`,
2334
- sdk: primaryName,
2335
- threadId: null,
2336
- };
2337
2329
  } else {
2338
2330
  console.log(`${TAG} skipping fallback SDK "${name}": ${prereq.reason}`);
2339
2331
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bosun",
3
- "version": "0.40.13",
3
+ "version": "0.40.14",
4
4
  "description": "Bosun Autonomous Engineering — manages AI agent executors with failover, extremely powerful workflow builder, and a massive amount of included default workflow templates for autonomous engineering, creates PRs via Vibe-Kanban API, and sends Telegram notifications. Supports N executors with weighted distribution, multi-repo projects, and auto-setup.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",