bosun 0.31.2 → 0.31.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/monitor.mjs +3 -0
  2. package/package.json +1 -1
package/monitor.mjs CHANGED
@@ -9372,6 +9372,7 @@ function formatCodexResult(result) {
9372
9372
  }
9373
9373
  if (typeof result === "object") {
9374
9374
  const candidates = [
9375
+ result.finalResponse,
9375
9376
  result.output,
9376
9377
  result.text,
9377
9378
  result.message,
@@ -12748,6 +12749,8 @@ export {
12748
12749
  appendKnowledgeEntry,
12749
12750
  buildKnowledgeEntry,
12750
12751
  formatKnowledgeSummary,
12752
+ extractPlannerTasksFromOutput,
12753
+ formatCodexResult,
12751
12754
  // Container runner re-exports
12752
12755
  getContainerStatus,
12753
12756
  isContainerEnabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bosun",
3
- "version": "0.31.2",
3
+ "version": "0.31.3",
4
4
  "description": "AI-powered orchestrator supervisor — manages AI agent executors with failover, auto-restarts on failure, analyzes crashes with Codex SDK, 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",