| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-07 | 10.0 kB | |
| v3.32.0 source code.tar.gz | 2026-08-07 | 14.2 MB | |
| v3.32.0 source code.zip | 2026-08-07 | 17.2 MB | |
| Totals: 3 Items | 31.4 MB | 0 | |
What's Changed
- fix(ui-next): agent execution renders terminal-failed tasks as running by @bradyyie in https://github.com/conductor-oss/conductor/pull/1329
- Support for agent task and other UI fixes by @v1r3n in https://github.com/conductor-oss/conductor/pull/1338
- fix(ui-next): Don't run playwright in Build UI CI by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/1346
- Task cancel contract by @v1r3n in https://github.com/conductor-oss/conductor/pull/1342
- Various bug fixes by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1343
- fix(ui-next): batch of UI bug fixes (status humanize, counters, queue wait, ref-name trim, diff editor, name validation) by @bradyyie in https://github.com/conductor-oss/conductor/pull/1348
- feat(rest): add task signal endpoints by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/1205
- A2A Client Fix by @v1r3n in https://github.com/conductor-oss/conductor/pull/1354
- fix(scheduler): return 404 from GET /schedules/{name} when the schedule does not exist by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1357
- feat(a2a): backward compat with A2A v0.2 clients (tasks/send, /rpc alias) by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1341
- Enhances A2A/AgentSpan execution by @v1r3n in https://github.com/conductor-oss/conductor/pull/1356
- feat(files): enforce workflow-scoped file transfers by @v1r3n in https://github.com/conductor-oss/conductor/pull/1355
- Fix [#1323]: AgentSpan output guardrails pass through on tool-call turns by @NicholasDCole in https://github.com/conductor-oss/conductor/pull/1352
- Validate SWITCH javascript expressions by syntax only at registration by @nikhiln64 in https://github.com/conductor-oss/conductor/pull/1361
- fix(guardrail): guardrail retry→raise escalation never fires (tool + agent level) by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1365
- Guard pruneExecutions against overflow and non-positive age deleting recent executions by @nikhiln64 in https://github.com/conductor-oss/conductor/pull/1360
- Add spacing above the Hide sub-agent executions toggle by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1366
- Fix mysql boot crashes by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1387
- Resolve [#1393]: SchedulerClient.pauseSchedule() fails: 'Request method GET is not supported' (500) — GET-then-PUT fallback mishandles server response by @propp-orkes in https://github.com/conductor-oss/conductor/pull/1396
- ci: publish named test-result checks for unit-test, test-harness and e2e by @mp-orkes in https://github.com/conductor-oss/conductor/pull/1404
- Fix [#1321]: reserve an async system task's queue message while it runs by @mp-orkes in https://github.com/conductor-oss/conductor/pull/1369
- test(ai): live media-input integration tests per provider, runnable from GitHub Actions by @ling-senpeng13 in https://github.com/conductor-oss/conductor/pull/1381
- fix(test): pin mcp<2 and gate mcp-testkit readiness by @mp-orkes in https://github.com/conductor-oss/conductor/pull/1408
- fix(ui): preserve agent filters in generated search code by @NicholasDCole in https://github.com/conductor-oss/conductor/pull/1405
- refactor(ai): consolidate Conductor-Agents configuration by @NicholasDCole in https://github.com/conductor-oss/conductor/pull/1413
- feat(ui): align agent definitions with workflows by @NicholasDCole in https://github.com/conductor-oss/conductor/pull/1411
- fix(ui): show full execution failure reason in dialog by @NicholasDCole in https://github.com/conductor-oss/conductor/pull/1410
- fix(agentspan): reproduce parent synthesis after handoff by @NicholasDCole in https://github.com/conductor-oss/conductor/pull/1414
- fix(test): treat blank ANTHROPIC_MODEL/OPENAI_MODEL env vars as unset in AgentSpanRegistrationEndToEndTest by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1415
- Add test-harness coverage of system-task poll/execute path by @mp-orkes in https://github.com/conductor-oss/conductor/pull/1402
- feat(file-storage): replace LOCAL storage type with CONDUCTOR by @v1r3n in https://github.com/conductor-oss/conductor/pull/1412
- Add external agent client infrastructure for Bedrock and Azure Foundry by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1358
- feat(a2a): expose-all flag to auto-expose all workflows as A2A agents by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1339
- fix(ai): default agentType(); fix agent-client registration and OkHttpClient wiring by @manan164 in https://github.com/conductor-oss/conductor/pull/1420
- fix(azure-foundry): correct OAuth scope and make API version configurable by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1421
- fix(agentspan): make host-supplied skill storage optional by @manan164 in https://github.com/conductor-oss/conductor/pull/1427
- fix(ci): grant permission for agentspan-e2e job by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1430
- fix(ui): handle prompt template agent instructions by @NicholasDCole in https://github.com/conductor-oss/conductor/pull/1431
- pnpm audit high severity fix and fix svg camelCase for clipPath and run prettier by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1397
- Fix Reset and Search button in Scheduler Executions overlaps at specific resolution by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1392
- Pin agent quickstarts to latest installable SDK releases by @NicholasDCole in https://github.com/conductor-oss/conductor/pull/1432
- Prompt Template field + Start Agent event handler action by @bradyyie in https://github.com/conductor-oss/conductor/pull/1440
- fix: restore OTLP metrics export removed when conductor-metrics module retired by @pratikshabelwate05 in https://github.com/conductor-oss/conductor/pull/1426
- fix(azure-foundry): scan content parts for text instead of assuming content[0] is text by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1445
- Fixing: Subagent DropDown disappears when toggle is on by @propp-orkes in https://github.com/conductor-oss/conductor/pull/1395
- Remove sqlite vector by @v1r3n in https://github.com/conductor-oss/conductor/pull/1455
- Avoid starving system task workers by @v1r3n in https://github.com/conductor-oss/conductor/pull/1204
- fix(ui-next): show each agent's own strategy in Agent Execution view,… by @meghana21-arch in https://github.com/conductor-oss/conductor/pull/1456
- fix: resolve persistence concurrency-limit wiring and add /api/health endpoint by @v1r3n in https://github.com/conductor-oss/conductor/pull/1462
- fix: self-hosted models — base_url NPE + OPENAI_BASE_URL silently ignored by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1468
- fix: 404 on SSE stream open for nonexistent execution IDs by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1469
- fix: proper 404/400/409 for common agent API client errors by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1470
- test: fix the CI test flakes - SubWorkflowRestartSpec race + WorkflowRerunTests cleanup by @manan164 in https://github.com/conductor-oss/conductor/pull/1465
- fix(grpc-ui): auto-select host when a gRPC service is chosen by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1466
- Add frontend code coverage and fix LLM Chat/Text tasks by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1461
- fix(ci): fix comma-joined report_paths hiding AgentSpan E2E results by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1449
- fix(ui): refresh selected agent execution details by @NicholasDCole in https://github.com/conductor-oss/conductor/pull/1477
- fix(#1437): strip whitespace from env-var API keys in AgentspanAIModelProvider by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1476
- fix(ui): suppress HANDOFF badge on leaf agents; drop stale AgentSpan branding by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1481
- fix(ui): open API Docs in new tab and navigate back (#1316) by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1483
- feat(agents): aggregate execution token usage by @NicholasDCole in https://github.com/conductor-oss/conductor/pull/1484
- Revert "Pin agent quickstarts to latest installable SDK releases" by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1467
- Create workflow to run enterprise integration tests against OSS branc… by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1460
- Prebuild OSS UI by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1487
- Fix/agent execution diagram fixes by @meghana21-arch in https://github.com/conductor-oss/conductor/pull/1488
- fix(ui): Open Agent Definitions from Agent Executions by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1496
- feat(ui): add agent execution input output tab by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1495
- fix: write and compare sqlite index timestamps in UTC (#1497) by @mp-orkes in https://github.com/conductor-oss/conductor/pull/1498
- Restrict triggering playwright to changes to ui-next by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1507
New Contributors
- @nikhiln64 made their first contribution in https://github.com/conductor-oss/conductor/pull/1361
- @propp-orkes made their first contribution in https://github.com/conductor-oss/conductor/pull/1396
- @pratikshabelwate05 made their first contribution in https://github.com/conductor-oss/conductor/pull/1426
- @meghana21-arch made their first contribution in https://github.com/conductor-oss/conductor/pull/1456
Full Changelog: https://github.com/conductor-oss/conductor/compare/v3.31.2...v3.32.0