Skip to content

Commit 3358957

Browse files
chore(main): release 0.45.0 (#1500)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4f3b748 commit 3358957

13 files changed

Lines changed: 35 additions & 23 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ado-aw",
33
"metadata": {
44
"description": "Azure DevOps Agentic Workflows (ado-aw) marketplace",
5-
"version": "0.44.1"
5+
"version": "0.45.0"
66
},
77
"owner": {
88
"name": "GitHub Next",
@@ -12,7 +12,7 @@
1212
{
1313
"name": "ado-aw",
1414
"source": "./agency/plugins/ado-aw",
15-
"version": "0.44.1",
15+
"version": "0.45.0",
1616
"description": "Create, update, validate, operate, and debug Azure DevOps agentic workflows with ado-aw",
1717
"keywords": [
1818
"azure-devops",

.github/agents/ado-aw.agent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This is a **dispatcher agent** that routes your request to the appropriate speci
4646
### Create New Agentic Workflow
4747
**Load when**: User wants to create a new agentic workflow from scratch
4848

49-
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
49+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.0/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
5050

5151
**Use cases**:
5252
- "Create an agentic workflow that reviews PRs weekly"
@@ -56,7 +56,7 @@ This is a **dispatcher agent** that routes your request to the appropriate speci
5656
### Update Existing Workflow
5757
**Load when**: User wants to modify an existing agent workflow file
5858

59-
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
59+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.0/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
6060

6161
**Use cases**:
6262
- "Add the Azure DevOps MCP to my workflow"
@@ -66,7 +66,7 @@ This is a **dispatcher agent** that routes your request to the appropriate speci
6666
### Debug Failing Workflow
6767
**Load when**: User needs to troubleshoot a failing agentic workflow
6868

69-
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
69+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.0/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
7070

7171
**Use cases**:
7272
- "Why is my agentic workflow failing?"
@@ -109,4 +109,4 @@ ado-aw check <pipeline.lock.yml>
109109
- Agent files must be compiled with `ado-aw compile` after YAML frontmatter changes
110110
- Markdown body (agent instructions) changes do NOT require recompilation
111111
- The agent never has direct write access — all mutations go through safe outputs
112-
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/AGENTS.md <!-- x-release-please-version -->
112+
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.0/AGENTS.md <!-- x-release-please-version -->

.github/plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ado-aw",
33
"metadata": {
44
"description": "Azure DevOps Agentic Workflows (ado-aw) marketplace",
5-
"version": "0.44.1"
5+
"version": "0.45.0"
66
},
77
"owner": {
88
"name": "GitHub Next",
@@ -12,7 +12,7 @@
1212
{
1313
"name": "ado-aw",
1414
"source": "./agency/plugins/ado-aw",
15-
"version": "0.44.1",
15+
"version": "0.45.0",
1616
"description": "Create, update, validate, operate, and debug Azure DevOps agentic workflows with ado-aw",
1717
"keywords": [
1818
"azure-devops",

.github/skills/ado-aw/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This is a **dispatcher skill** that routes your request to the appropriate speci
4646
### Create New Agentic Workflow
4747
**Load when**: User wants to create a new agentic workflow from scratch
4848

49-
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
49+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.0/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
5050

5151
**Use cases**:
5252
- "Create an agentic workflow that reviews PRs weekly"
@@ -56,7 +56,7 @@ This is a **dispatcher skill** that routes your request to the appropriate speci
5656
### Update Existing Workflow
5757
**Load when**: User wants to modify an existing agent workflow file
5858

59-
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
59+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.0/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
6060

6161
**Use cases**:
6262
- "Add the Azure DevOps MCP to my workflow"
@@ -66,7 +66,7 @@ This is a **dispatcher skill** that routes your request to the appropriate speci
6666
### Debug Failing Workflow
6767
**Load when**: User needs to troubleshoot a failing agentic workflow
6868

69-
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
69+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.0/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
7070

7171
**Use cases**:
7272
- "Why is my agentic workflow failing?"
@@ -109,4 +109,4 @@ ado-aw check <pipeline.lock.yml>
109109
- Agent files must be compiled with `ado-aw compile` after YAML frontmatter changes
110110
- Markdown body (agent instructions) changes do NOT require recompilation
111111
- The agent never has direct write access — all mutations go through safe outputs
112-
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/AGENTS.md <!-- x-release-please-version -->
112+
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.0/AGENTS.md <!-- x-release-please-version -->

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.44.1"
2+
".": "0.45.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.45.0](https://github.com/githubnext/ado-aw/compare/v0.44.1...v0.45.0) (2026-07-15)
4+
5+
6+
### Features
7+
8+
* **init:** scaffold dispatcher skill alongside the agent ([#1499](https://github.com/githubnext/ado-aw/issues/1499)) ([a2bd920](https://github.com/githubnext/ado-aw/commit/a2bd920f02fe76961e070caecc8da565d11d76e6))
9+
10+
11+
### Bug Fixes
12+
13+
* **executor-e2e:** trigger only PR validation ([#1501](https://github.com/githubnext/ado-aw/issues/1501)) ([8781d31](https://github.com/githubnext/ado-aw/commit/8781d317cf314870c0f44bc38f157f359d59acb0))
14+
315
## [0.44.1](https://github.com/githubnext/ado-aw/compare/v0.44.0...v0.44.1) (2026-07-13)
416

517

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ado-aw"
3-
version = "0.44.1"
3+
version = "0.45.0"
44
edition = "2024"
55

66
[dependencies]

agency/plugins/ado-aw/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ado-aw",
3-
"version": "0.44.1",
3+
"version": "0.45.0",
44
"description": "Azure DevOps Agentic Workflows (ado-aw) — create, update, validate, operate, and debug AI-powered Azure DevOps agentic workflows: Markdown agent specs compiled into secure, network-isolated ADO pipelines.",
55
"author": {
66
"name": "GitHub Next",

agency/plugins/ado-aw/agents/ado-aw.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Route the user's request to the matching skill:
6060

6161
The create/update/debug skills load these compiler-version-pinned playbooks:
6262

63-
- Create: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
64-
- Update: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
65-
- Debug: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
66-
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/AGENTS.md <!-- x-release-please-version -->
63+
- Create: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.0/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
64+
- Update: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.0/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
65+
- Debug: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.0/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
66+
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.0/AGENTS.md <!-- x-release-please-version -->
6767

6868
## Guardrails
6969

0 commit comments

Comments
 (0)