Skip to content

Commit 7cd982f

Browse files
chore(main): release 0.42.0
1 parent 785b40a commit 7cd982f

12 files changed

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

CHANGELOG.md

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

3+
## [0.42.0](https://github.com/githubnext/ado-aw/compare/v0.41.0...v0.42.0) (2026-07-07)
4+
5+
6+
### Features
7+
8+
* **engine:** add engine.provider (BYOK) with in-job Azure CLI token minting ([#1377](https://github.com/githubnext/ado-aw/issues/1377)) ([2c4f40b](https://github.com/githubnext/ado-aw/commit/2c4f40bb8e73f2b464a73562eb09a9f40855d4ec))
9+
* **inspect:** add Copilot model list updater workflow and fix catalog drift ([#1376](https://github.com/githubnext/ado-aw/issues/1376)) ([b620ae6](https://github.com/githubnext/ado-aw/commit/b620ae658bdc0120ba7c9986f6c591ce4ba089ab))
10+
11+
12+
### Bug Fixes
13+
14+
* **compile:** disable checkout in conclusion job ([#1382](https://github.com/githubnext/ado-aw/issues/1382)) ([f9b6d9b](https://github.com/githubnext/ado-aw/commit/f9b6d9b6541d873287863a6088c1416802a930b5))
15+
316
## [0.41.0](https://github.com/githubnext/ado-aw/compare/v0.40.0...v0.41.0) (2026-07-06)
417

518

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