From 21f1657600f7d07ff1efd1eb5f0e7296555ade89 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:58:26 +0000 Subject: [PATCH 1/2] Initial plan From cd350b250f32847d35b47b891909035259f37430 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:05:23 +0000 Subject: [PATCH 2/2] Add custom-agent-for-aw reference to documentation TOC Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- docs/astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 6135f4f130..7537f3fb78 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -199,6 +199,7 @@ export default defineConfig({ { label: 'AI Engines', link: '/reference/engines/' }, { label: 'Cache & Memory', link: '/reference/memory/' }, { label: 'Concurrency', link: '/reference/concurrency/' }, + { label: 'Custom Agent for AW', link: '/reference/custom-agent-for-aw/' }, { label: 'Custom Agents', link: '/reference/copilot-custom-agents/' }, { label: 'Custom Safe Outputs', link: '/reference/custom-safe-outputs/' }, { label: 'FAQ', link: '/reference/faq/' },