Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.1.13. Bumps
pyproject.toml+uv.lockand updatesCHANGELOG.md.What's in this release
Added
conductor resumeflag parity withconductor 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-runare intentionally not mirrored. (#158)low/medium/high/xhighdisplayed under each agent's metadata, right afterModel. (#160)iteration_limit_reached/iteration_limit_resolveddashboard events — the dashboard no longer goes silently dark when the engine pauses for amax_iterationsprompt; includes apossible_loopheuristic. (#162)Changed
latestresolves to default branch HEAD, not newest tag — fixes the surprise where barename@registryreferences silently froze on the first tag. Tags remain first-class via explicitworkflow#v1.2.3. (#157)Fixed
AgentDef,ParallelGroup,ForEachDef,WorkflowConfig— misnestedparallel:/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)Result(content=..., contents=None, detailed_content=..., kind=None)repr or doubled-backslash Windows paths. (#161)install.ps1now captures uv stdout AND stderr viaStart-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