Skip to content

Commit 50127bc

Browse files
chore(main): release 0.45.2
1 parent 9ec5238 commit 50127bc

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.45.1"
5+
"version": "0.45.2"
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.45.1",
15+
"version": "0.45.2",
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.45.1/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
49+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2/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.45.1/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
59+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2/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.45.1/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
69+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2/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.45.1/AGENTS.md <!-- x-release-please-version -->
112+
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2/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.45.1"
5+
"version": "0.45.2"
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.45.1",
15+
"version": "0.45.2",
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.45.1/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
49+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2/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.45.1/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
59+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2/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.45.1/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
69+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2/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.45.1/AGENTS.md <!-- x-release-please-version -->
112+
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2/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.45.1"
2+
".": "0.45.2"
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.2](https://github.com/githubnext/ado-aw/compare/v0.45.1...v0.45.2) (2026-07-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **ado-script:** recover shallow Azure checkout merge bases ([#1563](https://github.com/githubnext/ado-aw/issues/1563)) ([a59eda0](https://github.com/githubnext/ado-aw/commit/a59eda0acd1c50b5e4ad1ac422e7eb9c0723fa5f))
9+
* **tests:** prepare AgentPlayground CI cutover ([#1560](https://github.com/githubnext/ado-aw/issues/1560)) ([b73183a](https://github.com/githubnext/ado-aw/commit/b73183ac0cc083a12caab089d720ebac17727eab))
10+
* **trigger-e2e:** mint victim cancellation token ([#1599](https://github.com/githubnext/ado-aw/issues/1599)) ([f32f86f](https://github.com/githubnext/ado-aw/commit/f32f86fecf54a0f33ac33ada4b9e095856ffbe1f))
11+
* **trigger-e2e:** preserve mirror push diagnostics ([#1601](https://github.com/githubnext/ado-aw/issues/1601)) ([ab2d2b8](https://github.com/githubnext/ado-aw/commit/ab2d2b8d5a02e6e9a454f927a9b68040e27503aa))
12+
* **trigger-e2e:** stabilize and parallelize victim scenarios ([#1595](https://github.com/githubnext/ado-aw/issues/1595)) ([05ce3f9](https://github.com/githubnext/ado-aw/commit/05ce3f9e9ad68e78bf049dfbca3e7037d93c7f54))
13+
* **workflows:** harden recurring agentic incidents ([#1529](https://github.com/githubnext/ado-aw/issues/1529)) ([5001f4a](https://github.com/githubnext/ado-aw/commit/5001f4a6502f1e477ad8f2d835f8201c8f6f061c))
14+
315
## [0.45.1](https://github.com/githubnext/ado-aw/compare/v0.45.0...v0.45.1) (2026-07-15)
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.45.1"
3+
version = "0.45.2"
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.45.1",
3+
"version": "0.45.2",
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.45.1/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
64-
- Update: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.1/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
65-
- Debug: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.1/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
66-
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.1/AGENTS.md <!-- x-release-please-version -->
63+
- Create: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
64+
- Update: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
65+
- Debug: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
66+
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2/AGENTS.md <!-- x-release-please-version -->
6767

6868
## Guardrails
6969

0 commit comments

Comments
 (0)