From f9d4edb67990e9ccb1a1ed4abb524eedeeca1e48 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:41:10 +0000 Subject: [PATCH 1/2] Initial plan From 648ed13663563d5ec0147a9d9a87bb91f5d785f8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:46:13 +0000 Subject: [PATCH 2/2] docs: replace ChatGPT references with generic AI chatbot terminology Co-authored-by: eaftan <4733401+eaftan@users.noreply.github.com> --- docs/src/content/docs/reference/custom-agent-for-aw.mdx | 6 +++--- docs/src/content/docs/setup/creating-workflows.mdx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/content/docs/reference/custom-agent-for-aw.mdx b/docs/src/content/docs/reference/custom-agent-for-aw.mdx index d7c700c2565..0541cd7d999 100644 --- a/docs/src/content/docs/reference/custom-agent-for-aw.mdx +++ b/docs/src/content/docs/reference/custom-agent-for-aw.mdx @@ -164,9 +164,9 @@ The agent can help with various debugging scenarios: The agent file can be loaded into other AI chat interfaces that support custom instructions. The agent is designed to be compatible with various AI tools, although some features might require configuration and you'll need to allow running the compiler. -## Creating Agentic Workflows with ChatGPT +## Creating Agentic Workflows with an AI Chatbot -If you prefer to use ChatGPT to author agentic workflow, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with ChatGPT or other conversational AI applications to create clear, actionable task descriptions. Use the button below to copy the full instructions: . +If you prefer to use an AI chatbot to author agentic workflow, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with any conversational AI application to create clear, actionable task descriptions. Use the button below to copy the full instructions: . The agentic-chat assistant helps you: - Break down complex problems into clear, actionable phases @@ -177,7 +177,7 @@ The agentic-chat assistant helps you: To use the agentic-chat instructions: 1. Copy the full instructions using the button above -2. Paste them into your ChatGPT or other AI chat interface +2. Paste them into your AI chat interface 3. Describe your workflow goal or problem 4. The assistant will ask clarifying questions and generate a structured task description 5. Copy the generated task description (wrapped in 5 backticks) and use it in your workflow diff --git a/docs/src/content/docs/setup/creating-workflows.mdx b/docs/src/content/docs/setup/creating-workflows.mdx index 124fce97017..fc75897f572 100644 --- a/docs/src/content/docs/setup/creating-workflows.mdx +++ b/docs/src/content/docs/setup/creating-workflows.mdx @@ -52,9 +52,9 @@ After merging the pull request, you can run the workflow to see it in action. Ei - trigger runs manually from the Actions tab in GitHub.com, or - use [the `gh aw run` command](/gh-aw/setup/cli/#run) to trigger runs from your terminal. -## Creating Agentic Workflows with ChatGPT +## Creating Agentic Workflows with an AI Chatbot -If you prefer to use ChatGPT to author agentic workflow, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with ChatGPT or other conversational AI applications to create clear, actionable task descriptions. Use the button below to copy the full instructions: . +If you prefer to use an AI chatbot to author agentic workflow, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with any conversational AI application to create clear, actionable task descriptions. Use the button below to copy the full instructions: . The agentic-chat assistant helps you: - Break down complex problems into clear, actionable phases @@ -65,7 +65,7 @@ The agentic-chat assistant helps you: To use the agentic-chat instructions: 1. Copy the full instructions using the button above -2. Paste them into your ChatGPT or other AI chat interface +2. Paste them into your AI chat interface 3. Describe your workflow goal or problem 4. The assistant will ask clarifying questions and generate a structured task description 5. Copy the generated task description (wrapped in 5 backticks) and use it in your workflow