chore: release 0.1.16#191
Merged
Merged
Conversation
- feat(engine): registry references in sub-workflow workflow: field (#188) - feat: Claude Code plugin marketplace (#186) - docs(skill): refresh conductor skill with latest features (#187) - docs: rewrite 'Why Conductor?' README section (#185) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release v0.1.16, bundling four merges since v0.1.15.
Changes since v0.1.15
Added
type: workflowagents accept registry references (workflow[@registry][#ref]) in theworkflow:field. Local files still take precedence; otherwise the value is parsed as a registry ref, fetched via the cache, and executed from the cached path.conductor validaterecursively validates fetched sub-workflows with inode-based cycle detection and a depth cap of 10 (with a warning when truncated)./plugin marketplace add microsoft/conductorthen/plugin install conductor@conductor. Markdown-only (nobin/, hooks, or MCP servers) so the trust surface stays minimal. The.claude/skills/conductorlocation was removed — the plugin is now the only home for the skill.Changed
SKILL.md+ references) to covershow/replay/--metadata/--workspace-instructions,type: workflow, dialog mode, hooks, metadata, instructions,timeout_seconds, the openai-agents provider, correctedupdatebehavior, registry#refsyntax, and unknown-fields-rejected validation.Files changed
pyproject.toml:0.1.15→0.1.16CHANGELOG.md: new[0.1.16]section,Unreleasedlink bumpedCo-authored-by: Copilot 223556219+Copilot@users.noreply.github.com