Skip to content

OpenCode GraphAgent v1.0.45

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Sep 09:50
Immutable release. Only release title and notes can be modified.
7ac4570

opencode 1.0.45

Stable release from main branch. Blocked workflows now show actionable diagnostics and guide bounded, authorized recovery before escalation to the user.


馃悰 Bug Fixes

  • Failed workflow validation and blocked starts show their diagnostic reason even when tool details and generic output are hidden. Previously saved validation failures also become visible without rewriting conversation history.
  • Missing-model starts return actionable diagnostics to the parent agent without creating a workflow or immediately opening a question.
  • Workflow failure responses instruct the parent to attempt only authorized, reversible recovery, stop after two relevant failed attempts, and report the cause, attempted recovery, current task state and choices to the user. This is an agent-facing recovery contract, not a durable retry counter.
  • Model and permission constraints remain unchanged. No database migration or automatic model substitution is introduced.

馃И Test Summary

Bun:                    1.3.14
Workflow/schema tests:  78 passed
TUI regressions:        26 passed, including 8 snapshots
Root typecheck:         29 packages passed
Root lint:              0 errors; 4833 warnings within the unchanged 4850 cap
Fix PR CI:              unit, HttpAPI, typecheck and Linux/Windows E2E passed

馃攳 Verification

Real GPT-6 source-runtime replays verified unavailable-model reporting with zero workflows and authorized local configuration recovery through completion and parent wake/report. The actual TUI showed blocked diagnostics with both visibility toggles disabled. Two new Session-route rendering tests cover current and historical blocked results.

Publication additionally requires current-head native checks and installed release artifact acceptance. Platform build success and archive integrity are checked separately from macOS runtime behavior.


Full changelog: graphagent-v1.0.44...graphagent-v1.0.45