Releases: microsoft/conductor
Releases · microsoft/conductor
v0.1.14
v0.1.13
What's Changed
- fix(install): capture uv stdout+stderr via Start-Process so install failures are diagnosable by @jrob5756 in #156
- fix(registry):
latestnow means default branch HEAD, not newest tag by @jrob5756 in #157 - fix(providers): pretty-print tool args/results in dashboard events by @jrob5756 in #161
- fix(engine,web): emit iteration_limit_reached/resolved events for dashboard by @jrob5756 in #162
- fix(schema): forbid extra fields on AgentDef/ParallelGroup/ForEachDef/WorkflowConfig by @jrob5756 in #159
- Display reasoning effort in the web dashboard by @jrob5756 in #160
- Bring
conductor resumeto flag parity withconductor runby @jrob5756 in #158 - chore: release 0.1.13 by @jrob5756 in #163
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- fix(install): show uv output on Windows install failure and use correct Defender cmdlet by @jrob5756 in #149
- feat(reasoning): add reasoning effort configuration to providers by @jrob5756 in #152
- feat(registry): tag-based versioning with
#ref syntax and CDN-bypass by @jrob5756 in #151 - Fix disjointed dashboard layout for workflows with human_gate options and loop-backs by @jrob5756 in #153
- fix(update): make conductor update reliable on Windows (running-process check, retry, better errors) by @jrob5756 in #155
- chore: release 0.1.12 by @jrob5756 in #154
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- feat(config): add optional metadata dict to workflow definition by @PolyphonyRequiem in #107
- feat(composition): dynamic sub-workflow inputs via input_mapping (#101) by @PolyphonyRequiem in #109
- fix(copilot): infer nested prompt schema from output definitions by @lesandiz in #100
- feat(composition): allow sub-workflows in for_each groups (#102) by @PolyphonyRequiem in #110
- chore(deps): Bump postcss from 8.5.6 to 8.5.12 in /src/conductor/web/frontend by @dependabot[bot] in #127
- fix(engine): coerce Python literal "True"/"False"/"None" in workflow output by @PolyphonyRequiem in #139
- fix(install): run uv tool update-shell so conductor is on PATH for new shells by @jrob5756 in #142
- feat(composition): allow self-referential sub-workflows with depth tracking (#103) by @PolyphonyRequiem in #111
- fix(pricing): prevent cross-family fuzzy match + warn on fallback by @jrob5756 in #143
- feat(engine): source context_window_max from provider SDKs at runtime by @jrob5756 in #144
- fix(copilot): pass streaming=True to SDK to prevent tool-call truncation by @jrob5756 in #129
- fix(engine): ensure workflow.input available for script/sub-workflow templates in explicit mode by @PolyphonyRequiem in #119
- feat(engine): auto-parse script agent JSON stdout into output fields by @PolyphonyRequiem in #122
- fix(engine): use type-appropriate zero values for optional input defaults by @PolyphonyRequiem in #123
- feat(engine): add workflow.dir, workflow.file, workflow.name template variables by @PolyphonyRequiem in #121
- feat(validate): catch template reference errors before runtime by @PolyphonyRequiem in #125
- feat: breadcrumb navigation, subworkflow isolation, and stop reliability by @PolyphonyRequiem in #113
- feat(dialog): agent dialog mode with web dashboard support by @PolyphonyRequiem in #130
- fix(web): dedupe phantom edges, for-each dive-in nav, PR #113 review nits (#145) by @PolyphonyRequiem in #146
- feat(gates): markdown rendering and auto-linkification in human gate prompts by @PolyphonyRequiem in #131
- feat: add workspace instructions support (--workspace-instructions) by @brrusino in #141
- fix(web): decouple engine cursor from user view to fix subworkflow routing by @jrob5756 in #148
- docs: changelog + doc updates for unreleased PRs by @jrob5756 in #147
New Contributors
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- fix: suppress PowerShell stderr noise from uv tool install by @jrob5756 in #99
- docs: add comprehensive MCP tools documentation and fix outdated references by @Shazwazza in #117
- chore(deps): Bump python-dotenv from 1.2.1 to 1.2.2 by @dependabot[bot] in #112
- chore: bump to 0.1.10 with github-copilot-sdk >=0.3.0 by @jrob5756 in #128
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- chore(deps-dev): Bump vite from 6.4.1 to 6.4.2 in /src/conductor/web/frontend by @dependabot[bot] in #75
- chore(deps): Bump cryptography from 46.0.6 to 46.0.7 by @dependabot[bot] in #76
- chore(deps-dev): Bump pytest from 9.0.2 to 9.0.3 by @dependabot[bot] in #91
- fix: read turn_id instead of turn from Copilot SDK events by @taipoweredpm in #85
- fix: add random suffix to log filenames to prevent collision by @PolyphonyRequiem in #94
- fix: use UTF-8 encoding for subprocess output on Windows by @taipoweredpm in #90
- chore(deps): Bump python-multipart from 0.0.22 to 0.0.26 by @dependabot[bot] in #92
- feat: per-agent retry policies by @Copilot in #86
- feat: Workflow Composition (Sub-Workflows) via
type: workflowby @Copilot in #87 - feat(registry): workflow registry system — named registries, versioning, caching by @jrob5756 in #97
- fix(web): stop busy-looping on stale gate_response messages by @PolyphonyRequiem in #96
- fix(gates): race web task unconditionally when web dashboard exists by @PolyphonyRequiem in #95
- chore: bump version to 0.1.9 by @jrob5756 in #98
New Contributors
- @taipoweredpm made their first contribution in #85
- @PolyphonyRequiem made their first contribution in #94
- @Copilot made their first contribution in #86
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
Full Changelog: v0.1.7...v0.1.8
v0.1.7
v0.1.6
What's Changed
- fix: use return instead of exit in install.ps1 to avoid killing session by @jrob5756 in #61
- chore(deps): Bump picomatch from 4.0.3 to 4.0.4 in /src/conductor/web/frontend by @dependabot[bot] in #63
- chore(deps): Bump cryptography from 46.0.5 to 46.0.6 by @dependabot[bot] in #67
- chore(deps): Bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #69
- feat: Add context window % visualization to web dashboard by @aviraldua93 in #56
- chore(deps): Bump anthropic from 0.86.0 to 0.87.0 by @dependabot[bot] in #71
- feat: Add workflow replay command and YAML config viewer by @jrob5756 in #70
- chore: bump version to 0.1.6 by @jrob5756 in #72
New Contributors
- @aviraldua93 made their first contribution in #56
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
Full Changelog: v0.1.4...v0.1.5