Releases: microsoft/conductor
Releases · microsoft/conductor
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
v0.1.4
What's Changed
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
What's Changed
Features
- Unified event-driven observability with always-on JSONL logging and idle detection (#52)
- Add favicon to web dashboard (#51)
- Count and show agent executions per agent in dashboard graph (#50)
Bug Fixes
- Harden web pause/resume and idle recovery edge cases
- Fix Windows update: rename exe instead of detached process (#47)
- Warn when output templates reference conditionally-skipped agents (#46)
Maintenance
- Upgrade Copilot SDK to v0.2.0
- Add
--lockedtouv tool installand increase recovery attempts - Restrict open-websearch example to search-only tool
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
Features
- Configurable agent iteration limits and session timeouts —
max_agent_iterationsandmax_session_secondsnow configurable at both workflow runtime and per-agent level for Claude and Copilot providers (#44) - Jinja2 templates in model field — agent
modelfield now supports template expressions like{{ workflow.input.model_name }}(#33) max_session_secondsin workflow YAML — expose wall-clock session timeout in workflow configuration (#31)
Bug Fixes
- Claude: wire
event_callbackthrough provider for web dashboard streaming (#43) - Claude: fix MCP tools silently excluded from API requests (#42)
- Web: update graph nodes correctly on loop-back iterations (#41)
- Copilot: pin SDK <0.1.31 to avoid permission-denied regression (#32)
- Copilot: serialize session creation to prevent permission-denied race (#30)
- Copilot: Windows platform guard for
_fix_pipe_blocking_mode()(#26) - Copilot: harden idle detection, add session timeout, fix startup race (#25)
- Copilot: clear O_NONBLOCK on subprocess pipes to prevent BlockingIOError (#23)
- Engine: add
from Noneto re-raised exceptions for cleaner tracebacks (#24) - Engine: fix template dict key collision and
workflow.inputfor-each source (#21)
Maintenance
- Upgrade copilot SDK floor to >=0.1.28, lock to 0.1.30
- CI: exclude flaky performance tests, add test timeout guard, fix bundled binary auth hang
- Dependency bumps: pyjwt 2.12.0, simpleeval 1.0.5, cryptography 46.0.5
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- feature: logging redesign by @jrob5756 in #3
- feat: usability features — script steps, file tags, workflow resume, interrupts, and web dashboard by @jrob5756 in #7
- feat: web dashboard iteration history, for-each details, and interactive gates by @jrob5756 in #8
- Remove document-review.yaml example by @jrob5756 in #9
- feat(web): polish node UI with tooltips, animations, and error styling by @jrob5756 in #11
- fix: cross-platform compatibility for ScriptExecutor and tests by @lucioctinoco in #10
- feat(cli): add
conductor stopcommand for background workflows by @jrob5756 in #12 - fix(copilot): add permission handler, event logging, and idle detection race fix by @lucioctinoco in #15
- feat: auto-update system for Conductor by @jrob5756 in #17
New Contributors
- @jrob5756 made their first contribution in #3
- @lucioctinoco made their first contribution in #10
Full Changelog: https://github.com/microsoft/conductor/commits/v0.1.0