From ad8b94be3f0d8a008e19ac00e11108349a7c1459 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:26:26 +0000 Subject: [PATCH 1/2] Initial plan From 9dc6281cf893cd241bf8a0fc0a7c9e2df9b4e4d4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:31:00 +0000 Subject: [PATCH 2/2] fix: correct invalid editor link in editors.mdx Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/content/docs/reference/editors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/reference/editors.mdx b/docs/src/content/docs/reference/editors.mdx index e08a335139a..93fe79b121c 100644 --- a/docs/src/content/docs/reference/editors.mdx +++ b/docs/src/content/docs/reference/editors.mdx @@ -12,7 +12,7 @@ The following editors can be used to author, compile, and preview agentic workfl An **experimental** interactive browser-based playground that runs the gh-aw compiler entirely in the browser using [WebAssembly](/gh-aw/reference/wasm-compilation/). It demonstrates how to use the WASM build of the compiler directly in a webpage and shows how to compile workflows in the browser using the WASM-based execution engine. -- https://github.github.com/editor/ +- https://github.github.com/gh-aw/editor/ ## Community editors