From d9d72d70b65068e680d7e17d06e1165c17884604 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 27 Dec 2025 21:53:13 +0000 Subject: [PATCH 1/2] Initial plan From 04ae8a9ac0acf8dd0df156f0ace21280320a34f2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 27 Dec 2025 21:58:39 +0000 Subject: [PATCH 2/2] docs: add GitHub CLI explanation to prerequisites section - Add brief explanation of GitHub CLI as a command-line tool - Include command name (gh) for clarity - Add direct link to installation page - Keep version and authentication requirements Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- docs/src/content/docs/setup/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/setup/quick-start.md b/docs/src/content/docs/setup/quick-start.md index 2eee9e9b254..1d930661a96 100644 --- a/docs/src/content/docs/setup/quick-start.md +++ b/docs/src/content/docs/setup/quick-start.md @@ -14,7 +14,7 @@ sidebar: Before installing, ensure you have: -- ✅ **[GitHub CLI](https://cli.github.com/)** v2.0.0+ installed and authenticated (`gh auth login`) +- ✅ **GitHub CLI** (`gh`) - A command-line tool for GitHub operations. [Install here](https://cli.github.com) v2.0.0+ and authenticate with `gh auth login` - ✅ **GitHub account** with admin or write access to a repository - ✅ **GitHub Actions** enabled in your repository - ✅ **Git** installed on your machine