Skip to content

Commit 66f29d3

Browse files
jrob5756Copilot
andcommitted
docs: add #107 and #109 to unreleased changelog
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0ff969c commit 66f29d3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased](https://github.com/microsoft/conductor/compare/v0.1.10...HEAD)
99

10+
### Added
11+
- `metadata` dict on workflow definitions, settable statically in YAML or
12+
dynamically via `--metadata` / `-m` CLI flags. Merged metadata is
13+
included in the `workflow_started` event for downstream consumers
14+
([#107](https://github.com/microsoft/conductor/pull/107)).
15+
- `input_mapping` field on `type: workflow` agents, enabling Jinja2-templated
16+
per-call inputs to sub-workflows evaluated against the parent context.
17+
When omitted, the parent's `workflow.input.*` is forwarded as before
18+
([#109](https://github.com/microsoft/conductor/pull/109)).
19+
1020
### Fixed
1121
- Pass `streaming=True` to the Copilot SDK's `create_session` to prevent
1222
silent truncation of large tool-call arguments. In non-streaming mode

0 commit comments

Comments
 (0)