Skip to content

Releases: microsoft/conductor

v0.1.8

10 Apr 14:56
55131b5

Choose a tag to compare

What's Changed

  • chore(deps): upgrade github-copilot-sdk from 0.2.0 to 0.2.2 by @jrob5756 in #77

Full Changelog: v0.1.7...v0.1.8

v0.1.7

04 Apr 21:44
b3e6c86

Choose a tag to compare

What's Changed

  • fix: Windows update entrypoint locking and idempotent releases by @jrob5756 in #73
  • chore: bump version to 0.1.7 by @jrob5756 in #74

Full Changelog: v0.1.6...v0.1.7

v0.1.6

04 Apr 21:12
47b0aaa

Choose a tag to compare

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

Full Changelog: v0.1.5...v0.1.6

v0.1.5

25 Mar 20:41
c76c40e

Choose a tag to compare

What's Changed

  • fix: add retry logic for Windows install and update lockfile by @jrob5756 in #60

Full Changelog: v0.1.4...v0.1.5

v0.1.4

25 Mar 20:20
48d06db

Choose a tag to compare

What's Changed

  • chore: bump version to 0.1.4 and update install docs by @jrob5756 in #59

Full Changelog: v0.1.3...v0.1.4

v0.1.3

25 Mar 20:08
bfed8f9

Choose a tag to compare

What's Changed

  • docs(skill): refactor conductor skill into slim top-level with reference files by @jrob5756 in #55
  • feat: install scripts with constrained dependency pinning by @jrob5756 in #58

Full Changelog: v0.1.2...v0.1.3

v0.1.2

24 Mar 13:18
70da312

Choose a tag to compare

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 --locked to uv tool install and increase recovery attempts
  • Restrict open-websearch example to search-only tool

Full Changelog: v0.1.1...v0.1.2

v0.1.1

17 Mar 01:39
8c0f5b1

Choose a tag to compare

What's Changed

Features

  • Configurable agent iteration limits and session timeoutsmax_agent_iterations and max_session_seconds now configurable at both workflow runtime and per-agent level for Claude and Copilot providers (#44)
  • Jinja2 templates in model field — agent model field now supports template expressions like {{ workflow.input.model_name }} (#33)
  • max_session_seconds in workflow YAML — expose wall-clock session timeout in workflow configuration (#31)

Bug Fixes

  • Claude: wire event_callback through 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 None to re-raised exceptions for cleaner tracebacks (#24)
  • Engine: fix template dict key collision and workflow.input for-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

04 Mar 00:33
2d75d00

Choose a tag to compare

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 stop command 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

Full Changelog: https://github.com/microsoft/conductor/commits/v0.1.0