Skip to content

chore: release 0.1.13#163

Merged
jrob5756 merged 1 commit intomainfrom
chore/release-0.1.13
May 6, 2026
Merged

chore: release 0.1.13#163
jrob5756 merged 1 commit intomainfrom
chore/release-0.1.13

Conversation

@jrob5756
Copy link
Copy Markdown
Collaborator

@jrob5756 jrob5756 commented May 6, 2026

Release 0.1.13. Bumps pyproject.toml + uv.lock and updates CHANGELOG.md.

What's in this release

Added

  • conductor resume flag parity with conductor run--provider / -p, --metadata / -m, --web, --web-port, --web-bg. The dashboard works on resume (events from the resumed agent forward; pre-checkpoint agents are not replayed). --input / --workspace-instructions / --instructions / --dry-run are intentionally not mirrored. (#158)
  • Reasoning effort in the web dashboardlow / medium / high / xhigh displayed under each agent's metadata, right after Model. (#160)
  • iteration_limit_reached / iteration_limit_resolved dashboard events — the dashboard no longer goes silently dark when the engine pauses for a max_iterations prompt; includes a possible_loop heuristic. (#162)

Changed

  • Registry latest resolves to default branch HEAD, not newest tag — fixes the surprise where bare name@registry references silently froze on the first tag. Tags remain first-class via explicit workflow#v1.2.3. (#157)

Fixed

  • Schema rejects unknown fields on AgentDef, ParallelGroup, ForEachDef, WorkflowConfig — misnested parallel: / for_each: and field typos now fail at parse time with a clear Pydantic error instead of producing a downstream "Model 'gpt-4o' is not available" runtime failure. (#159)
  • Pretty-printed tool args/results in dashboard / JSONL / verbose console — no more Result(content=..., contents=None, detailed_content=..., kind=None) repr or doubled-backslash Windows paths. (#161)
  • Windows install diagnosticsinstall.ps1 now captures uv stdout AND stderr via Start-Process -Redirect* so failures are no longer reported as (no output captured). (#156)

Diff vs v0.1.12

v0.1.12...chore/release-0.1.13

- conductor resume flag parity with run (#158)
- reasoning effort displayed in dashboard (#160)
- iteration_limit_reached/resolved events for dashboard (#162)
- registry latest now means default branch HEAD, not newest tag (#157)
- forbid extra fields on Agent/Parallel/ForEach/Workflow schemas (#159)
- pretty-print tool args/results in dashboard events (#161)
- capture uv stdout+stderr on Windows install failure (#156)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jrob5756 jrob5756 merged commit 179c8e6 into main May 6, 2026
7 checks passed
@jrob5756 jrob5756 deleted the chore/release-0.1.13 branch May 6, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant