Skip to content

Commit a01088a

Browse files
chore(main): release 0.46.0
1 parent 0ad3d22 commit a01088a

13 files changed

Lines changed: 42 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.46.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.45.1",
15+
"version": "0.46.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.45.1/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
49+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.46.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.45.1/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
59+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.46.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.45.1/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
69+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.46.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.45.1/AGENTS.md <!-- x-release-please-version -->
112+
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.46.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.45.1"
5+
"version": "0.46.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.45.1",
15+
"version": "0.46.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.45.1/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
49+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.46.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.45.1/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
59+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.46.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.45.1/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
69+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.46.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.45.1/AGENTS.md <!-- x-release-please-version -->
112+
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.46.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.45.1"
2+
".": "0.46.0"
33
}

CHANGELOG.md

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

3+
## [0.46.0](https://github.com/githubnext/ado-aw/compare/v0.45.1...v0.46.0) (2026-07-22)
4+
5+
6+
### Features
7+
8+
* **compile:** adopt AWF strict network isolation ([#1534](https://github.com/githubnext/ado-aw/issues/1534)) ([8fad0ab](https://github.com/githubnext/ado-aw/commit/8fad0ab5d5c2087c609e83422aa6d96d4c6c529c))
9+
* **smoke:** run agentic smoke against compiler candidates ([#1628](https://github.com/githubnext/ado-aw/issues/1628)) ([0ad3d22](https://github.com/githubnext/ado-aw/commit/0ad3d225f67d2f4dd7c4a8bbc2dd65fda6933a79))
10+
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
* **executor-e2e:** invoke .js test fixture via process.execPath on Windows ([#1616](https://github.com/githubnext/ado-aw/issues/1616)) ([5ad7f63](https://github.com/githubnext/ado-aw/commit/5ad7f6324a6dad7569cce73e0bcd3d5a00be0309))
16+
* **tests:** prepare AgentPlayground CI cutover ([#1560](https://github.com/githubnext/ado-aw/issues/1560)) ([b73183a](https://github.com/githubnext/ado-aw/commit/b73183ac0cc083a12caab089d720ebac17727eab))
17+
* **trigger-e2e:** mint victim cancellation token ([#1599](https://github.com/githubnext/ado-aw/issues/1599)) ([f32f86f](https://github.com/githubnext/ado-aw/commit/f32f86fecf54a0f33ac33ada4b9e095856ffbe1f))
18+
* **trigger-e2e:** preserve mirror push diagnostics ([#1601](https://github.com/githubnext/ado-aw/issues/1601)) ([ab2d2b8](https://github.com/githubnext/ado-aw/commit/ab2d2b8d5a02e6e9a454f927a9b68040e27503aa))
19+
* **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))
20+
* **workflows:** harden recurring agentic incidents ([#1529](https://github.com/githubnext/ado-aw/issues/1529)) ([5001f4a](https://github.com/githubnext/ado-aw/commit/5001f4a6502f1e477ad8f2d835f8201c8f6f061c))
21+
322
## [0.45.1](https://github.com/githubnext/ado-aw/compare/v0.45.0...v0.45.1) (2026-07-15)
423

524

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.46.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.45.1",
3+
"version": "0.46.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.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.46.0/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
64+
- Update: https://raw.githubusercontent.com/githubnext/ado-aw/v0.46.0/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
65+
- Debug: https://raw.githubusercontent.com/githubnext/ado-aw/v0.46.0/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
66+
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.46.0/AGENTS.md <!-- x-release-please-version -->
6767

6868
## Guardrails
6969

0 commit comments

Comments
 (0)