From 365f2974fae4f933843bc5c600a98bd377dffee5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:17:22 +0000 Subject: [PATCH] chore(main): release 0.41.0 --- .claude-plugin/marketplace.json | 4 ++-- .github/agents/ado-aw.agent.md | 8 ++++---- .github/plugin/marketplace.json | 4 ++-- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- agency/plugins/ado-aw/.claude-plugin/plugin.json | 2 +- agency/plugins/ado-aw/agents/ado-aw.md | 8 ++++---- .../plugins/ado-aw/skills/create-workflow/SKILL.md | 2 +- .../plugins/ado-aw/skills/debug-workflow/SKILL.md | 2 +- .../plugins/ado-aw/skills/update-workflow/SKILL.md | 2 +- 12 files changed, 33 insertions(+), 19 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4b7cd824..ae8a9ac5 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -2,7 +2,7 @@ "name": "ado-aw", "metadata": { "description": "Azure DevOps Agentic Workflows (ado-aw) marketplace", - "version": "0.40.0" + "version": "0.41.0" }, "owner": { "name": "GitHub Next", @@ -12,7 +12,7 @@ { "name": "ado-aw", "source": "./agency/plugins/ado-aw", - "version": "0.40.0", + "version": "0.41.0", "description": "Create, update, validate, operate, and debug Azure DevOps agentic workflows with ado-aw", "keywords": [ "azure-devops", diff --git a/.github/agents/ado-aw.agent.md b/.github/agents/ado-aw.agent.md index 226b6aeb..72ab568a 100644 --- a/.github/agents/ado-aw.agent.md +++ b/.github/agents/ado-aw.agent.md @@ -46,7 +46,7 @@ This is a **dispatcher agent** that routes your request to the appropriate speci ### Create New Agentic Workflow **Load when**: User wants to create a new agentic workflow from scratch -**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.40.0/prompts/create-ado-agentic-workflow.md +**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.0/prompts/create-ado-agentic-workflow.md **Use cases**: - "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 ### Update Existing Workflow **Load when**: User wants to modify an existing agent workflow file -**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.40.0/prompts/update-ado-agentic-workflow.md +**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.0/prompts/update-ado-agentic-workflow.md **Use cases**: - "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 ### Debug Failing Workflow **Load when**: User needs to troubleshoot a failing agentic workflow -**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.40.0/prompts/debug-ado-agentic-workflow.md +**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.0/prompts/debug-ado-agentic-workflow.md **Use cases**: - "Why is my agentic workflow failing?" @@ -109,4 +109,4 @@ ado-aw check - Agent files must be compiled with `ado-aw compile` after YAML frontmatter changes - Markdown body (agent instructions) changes do NOT require recompilation - The agent never has direct write access — all mutations go through safe outputs -- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.40.0/AGENTS.md +- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.0/AGENTS.md diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 4b7cd824..ae8a9ac5 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -2,7 +2,7 @@ "name": "ado-aw", "metadata": { "description": "Azure DevOps Agentic Workflows (ado-aw) marketplace", - "version": "0.40.0" + "version": "0.41.0" }, "owner": { "name": "GitHub Next", @@ -12,7 +12,7 @@ { "name": "ado-aw", "source": "./agency/plugins/ado-aw", - "version": "0.40.0", + "version": "0.41.0", "description": "Create, update, validate, operate, and debug Azure DevOps agentic workflows with ado-aw", "keywords": [ "azure-devops", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57ebf552..28eac248 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.40.0" + ".": "0.41.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af1b4a9..9b22d19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.41.0](https://github.com/githubnext/ado-aw/compare/v0.40.0...v0.41.0) (2026-07-06) + + +### Features + +* **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)) +* **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)) + + +### Bug Fixes + +* **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)) +* **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)) + ## [0.40.0](https://github.com/githubnext/ado-aw/compare/v0.39.0...v0.40.0) (2026-07-02) diff --git a/Cargo.lock b/Cargo.lock index 95b69134..f19b4c43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "ado-aw" -version = "0.40.0" +version = "0.41.0" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ce3d5b13..c2335316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.40.0" +version = "0.41.0" edition = "2024" [dependencies] diff --git a/agency/plugins/ado-aw/.claude-plugin/plugin.json b/agency/plugins/ado-aw/.claude-plugin/plugin.json index 45b56653..4473576a 100644 --- a/agency/plugins/ado-aw/.claude-plugin/plugin.json +++ b/agency/plugins/ado-aw/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ado-aw", - "version": "0.40.0", + "version": "0.41.0", "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.", "author": { "name": "GitHub Next", diff --git a/agency/plugins/ado-aw/agents/ado-aw.md b/agency/plugins/ado-aw/agents/ado-aw.md index 4e02a256..7e8ad6b1 100644 --- a/agency/plugins/ado-aw/agents/ado-aw.md +++ b/agency/plugins/ado-aw/agents/ado-aw.md @@ -60,10 +60,10 @@ Route the user's request to the matching skill: The create/update/debug skills load these compiler-version-pinned playbooks: -- Create: https://raw.githubusercontent.com/githubnext/ado-aw/v0.40.0/prompts/create-ado-agentic-workflow.md -- Update: https://raw.githubusercontent.com/githubnext/ado-aw/v0.40.0/prompts/update-ado-agentic-workflow.md -- Debug: https://raw.githubusercontent.com/githubnext/ado-aw/v0.40.0/prompts/debug-ado-agentic-workflow.md -- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.40.0/AGENTS.md +- Create: https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.0/prompts/create-ado-agentic-workflow.md +- Update: https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.0/prompts/update-ado-agentic-workflow.md +- Debug: https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.0/prompts/debug-ado-agentic-workflow.md +- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.0/AGENTS.md ## Guardrails diff --git a/agency/plugins/ado-aw/skills/create-workflow/SKILL.md b/agency/plugins/ado-aw/skills/create-workflow/SKILL.md index 4dd764b4..e6aeca5e 100644 --- a/agency/plugins/ado-aw/skills/create-workflow/SKILL.md +++ b/agency/plugins/ado-aw/skills/create-workflow/SKILL.md @@ -15,7 +15,7 @@ You are creating a **new** ado-aw agentic workflow. 2. Load the **entire** content of the authoritative, version-pinned playbook and follow its instructions precisely: - https://raw.githubusercontent.com/githubnext/ado-aw/v0.40.0/prompts/create-ado-agentic-workflow.md + https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.0/prompts/create-ado-agentic-workflow.md 3. While authoring, use the read-only MCP tools to stay grounded: - `catalog` — discover available safe-outputs, runtimes, tools, engines, models. diff --git a/agency/plugins/ado-aw/skills/debug-workflow/SKILL.md b/agency/plugins/ado-aw/skills/debug-workflow/SKILL.md index 389a1ff1..98ee61c3 100644 --- a/agency/plugins/ado-aw/skills/debug-workflow/SKILL.md +++ b/agency/plugins/ado-aw/skills/debug-workflow/SKILL.md @@ -21,7 +21,7 @@ You are troubleshooting a **failing** ado-aw agentic workflow. 3. Load the **entire** content of the authoritative, version-pinned playbook and follow its instructions precisely: - https://raw.githubusercontent.com/githubnext/ado-aw/v0.40.0/prompts/debug-ado-agentic-workflow.md + https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.0/prompts/debug-ado-agentic-workflow.md 4. For Stage 3 (SafeOutputs) 401/403 failures, consult `docs/safe-output-permissions.md` and surface the auth/permission error diff --git a/agency/plugins/ado-aw/skills/update-workflow/SKILL.md b/agency/plugins/ado-aw/skills/update-workflow/SKILL.md index f899e977..a844e34b 100644 --- a/agency/plugins/ado-aw/skills/update-workflow/SKILL.md +++ b/agency/plugins/ado-aw/skills/update-workflow/SKILL.md @@ -17,7 +17,7 @@ You are modifying an **existing** ado-aw agentic workflow. 3. Load the **entire** content of the authoritative, version-pinned playbook and follow its instructions precisely: - https://raw.githubusercontent.com/githubnext/ado-aw/v0.40.0/prompts/update-ado-agentic-workflow.md + https://raw.githubusercontent.com/githubnext/ado-aw/v0.41.0/prompts/update-ado-agentic-workflow.md 4. Use `catalog` to confirm any newly referenced safe-output / runtime / tool / model identifiers are valid.