Skip to content

Commit 365f297

Browse files
chore(main): release 0.41.0
1 parent d429146 commit 365f297

12 files changed

Lines changed: 33 additions & 19 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.40.0"
5+
"version": "0.41.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.40.0",
15+
"version": "0.41.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.40.0/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
49+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.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.40.0/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
59+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.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.40.0/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
69+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.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.40.0/AGENTS.md <!-- x-release-please-version -->
112+
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.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.40.0"
5+
"version": "0.41.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.40.0",
15+
"version": "0.41.0",
1616
"description": "Create, update, validate, operate, and debug Azure DevOps agentic workflows with ado-aw",
1717
"keywords": [
1818
"azure-devops",

.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.40.0"
2+
".": "0.41.0"
33
}

CHANGELOG.md

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

3+
## [0.41.0](https://github.com/githubnext/ado-aw/compare/v0.40.0...v0.41.0) (2026-07-06)
4+
5+
6+
### Features
7+
8+
* **compile:** add per-repo checkout fetch depth/tags tuning ([#1325](https://github.com/githubnext/ado-aw/issues/1325)) ([b3f2110](https://github.com/githubnext/ado-aw/commit/b3f2110e854ca62c34391a0355917d455a85ff64))
9+
* **engine:** GitHub App-backed Copilot engine auth ([#1326](https://github.com/githubnext/ado-aw/issues/1326)) ([ca1b29e](https://github.com/githubnext/ado-aw/commit/ca1b29e6ac15c3b7d19328885e7945b8f43e4e62))
10+
11+
12+
### Bug Fixes
13+
14+
* **ado-script:** normalize github app PEM secrets from ADO vars ([#1380](https://github.com/githubnext/ado-aw/issues/1380)) ([d429146](https://github.com/githubnext/ado-aw/commit/d429146bcdd3c40d837068f3d5cac739e26521d7))
15+
* **compile:** skip conclusion job when run is cancelled ([#1313](https://github.com/githubnext/ado-aw/issues/1313)) ([f5f67d6](https://github.com/githubnext/ado-aw/commit/f5f67d61c4f2ae405ca044c12e58793a40ef33c2))
16+
317
## [0.40.0](https://github.com/githubnext/ado-aw/compare/v0.39.0...v0.40.0) (2026-07-02)
418

519

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

6868
## Guardrails
6969

agency/plugins/ado-aw/skills/create-workflow/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You are creating a **new** ado-aw agentic workflow.
1515
2. Load the **entire** content of the authoritative, version-pinned playbook and
1616
follow its instructions precisely:
1717

18-
https://raw.githubusercontent.com/githubnext/ado-aw/v0.40.0/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
18+
https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.0/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
1919

2020
3. While authoring, use the read-only MCP tools to stay grounded:
2121
- `catalog` — discover available safe-outputs, runtimes, tools, engines, models.

0 commit comments

Comments
 (0)