From 5f5504f936587fab28d68258c7a611601d7ca566 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:46:31 -0700 Subject: [PATCH 1/2] Bump undici, fast-uri, postcss overrides for vuln-mgmt fixes (#62617) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 9 +++++---- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3904b3c1d73..2f745e57795d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6450,9 +6450,9 @@ } }, "node_modules/cheerio/node_modules/undici": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", - "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.29.0.tgz", + "integrity": "sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==", "license": "MIT", "engines": { "node": ">=20.18.1" @@ -8605,9 +8605,9 @@ "dev": true }, "node_modules/fast-uri": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz", - "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz", + "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==", "funding": [ { "type": "github", @@ -13649,9 +13649,9 @@ } }, "node_modules/postcss": { - "version": "8.5.21", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.21.tgz", - "integrity": "sha512-v4sDNP3fdNiWMfabO7OwOQdOX8TiQSztKyT1Wj0w+j7LDallJThJRBBBmzVGyYj0crMh7jlV4zepPkiNu9UwDQ==", + "version": "8.5.25", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.25.tgz", + "integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==", "funding": [ { "type": "opencollective", @@ -16092,9 +16092,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", - "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", + "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==", "license": "MIT", "engines": { "node": ">=18.17" diff --git a/package.json b/package.json index da41f0d42670..f92196a5f25f 100644 --- a/package.json +++ b/package.json @@ -352,21 +352,22 @@ "path-to-regexp": "^8.4.0", "apache-arrow": "file:src/search/vendor/apache-arrow-stub", "uuid": "^14.0.0", - "postcss": "^8.5.10", + "postcss": "^8.5.23", "@grpc/proto-loader": { "protobufjs": "^7.6.4" }, "@opentelemetry/otlp-transformer": { "protobufjs": "^8.6.5" }, - "undici": "^6.27.0", + "undici": "^6.28.0", "cheerio": { - "undici": "^7.28.0" + "undici": "^7.29.0" }, "markdown-it": "^14.2.0", "minimatch@10": { "brace-expansion": "^5.0.8" - } + }, + "fast-uri": "^3.1.5" }, "optionalDependencies": { "esm": "^3.2.25" From 13231dd70c00937c3391893c6a882b6d56802064 Mon Sep 17 00:00:00 2001 From: Sarita Iyer <66540150+saritai@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:41:17 +0000 Subject: [PATCH 2/2] Add links in high-traffic Copilot docs to app quickstart (#62618) --- content/copilot/concepts/chat.md | 1 + content/copilot/get-started/quickstart.md | 2 ++ content/copilot/get-started/what-is-github-copilot.md | 1 + content/copilot/how-tos/chat-with-copilot/chat-in-ide.md | 2 ++ content/copilot/how-tos/set-up/set-up-for-self.md | 2 ++ 5 files changed, 8 insertions(+) diff --git a/content/copilot/concepts/chat.md b/content/copilot/concepts/chat.md index 0031cbe214fe..f04ec2c3396c 100644 --- a/content/copilot/concepts/chat.md +++ b/content/copilot/concepts/chat.md @@ -23,6 +23,7 @@ category: * A range of IDEs such as {% data variables.product.prodname_vscode %}, Xcode, and JetBrains IDEs * {% data variables.product.prodname_mobile %} * {% data variables.copilot.copilot_cli %} +* {% data variables.copilot.github_copilot_app %} Different environments may have different features and capabilities, but the core functionality remains consistent across platforms. To explore the functionality available in each environment, see the [AUTOTITLE](/copilot/how-tos/chat-with-copilot) how-to guides and the [AUTOTITLE](/copilot/tutorials). diff --git a/content/copilot/get-started/quickstart.md b/content/copilot/get-started/quickstart.md index 9471ad27944e..8e36954bb820 100644 --- a/content/copilot/get-started/quickstart.md +++ b/content/copilot/get-started/quickstart.md @@ -22,6 +22,8 @@ category: - Configure Copilot --- +This quickstart covers using {% data variables.product.prodname_copilot_short %} on the {% data variables.product.github %} website, in IDEs, and in {% data variables.product.prodname_windows_terminal %}. To try an agent-driven workflow in the {% data variables.copilot.github_copilot_app %}, see [AUTOTITLE](/copilot/how-tos/github-copilot-app/getting-started). + ## Introduction diff --git a/content/copilot/get-started/what-is-github-copilot.md b/content/copilot/get-started/what-is-github-copilot.md index bacbffb08b26..1f17bbb305c6 100644 --- a/content/copilot/get-started/what-is-github-copilot.md +++ b/content/copilot/get-started/what-is-github-copilot.md @@ -50,6 +50,7 @@ Use {% data variables.product.prodname_copilot_short %} in the following places: * {% data variables.product.prodname_mobile %}, as a chat interface * {% data variables.product.prodname_windows_terminal %} Canary, through the Terminal Chat interface * The command line, through the {% data variables.product.prodname_cli %} +* The {% data variables.copilot.github_copilot_app %}, a desktop application for agent-driven development. See [AUTOTITLE](/copilot/concepts/agents/github-copilot-app). * The {% data variables.product.github %} website See [AUTOTITLE](/copilot/get-started/features). diff --git a/content/copilot/how-tos/chat-with-copilot/chat-in-ide.md b/content/copilot/how-tos/chat-with-copilot/chat-in-ide.md index d5f1f3cb960c..4f2d505ca52d 100644 --- a/content/copilot/how-tos/chat-with-copilot/chat-in-ide.md +++ b/content/copilot/how-tos/chat-with-copilot/chat-in-ide.md @@ -25,6 +25,8 @@ category: This guide describes how to use {% data variables.copilot.copilot_chat_short %} and agents to automate coding tasks by breaking them into steps, using tools to read files, edit code, and run commands, and self-correcting when something goes wrong. You can also ask general questions about software development, or specific questions about the code in your project. For more information, see [AUTOTITLE](/copilot/concepts/chat). +To learn how to use {% data variables.product.prodname_copilot_short %} for agent-driven workflows in a desktop app, see [AUTOTITLE](/copilot/how-tos/github-copilot-app/getting-started). + diff --git a/content/copilot/how-tos/set-up/set-up-for-self.md b/content/copilot/how-tos/set-up/set-up-for-self.md index 2e337d0f5fe8..4fbb1121fcce 100644 --- a/content/copilot/how-tos/set-up/set-up-for-self.md +++ b/content/copilot/how-tos/set-up/set-up-for-self.md @@ -64,4 +64,6 @@ If you have your own {% data variables.product.prodname_copilot_short %} plan (i Start using {% data variables.product.prodname_copilot_short %} to help you write code faster and more efficiently. For all the ways you can use {% data variables.product.prodname_copilot_short %}, see [AUTOTITLE](/copilot/how-tos). {% data variables.product.prodname_copilot_short %} code suggestions, {% data variables.copilot.copilot_chat_dotcom_short %}, and {% data variables.copilot.copilot_chat_short %} in your IDE are a great place to start. +To get started with agent-driven development in the {% data variables.copilot.github_copilot_app %}, see [AUTOTITLE](/copilot/how-tos/github-copilot-app/getting-started). + To learn how to best use {% data variables.product.prodname_copilot_short %}, see [AUTOTITLE](/copilot/get-started/best-practices) and [AUTOTITLE](/copilot/concepts/prompting/prompt-engineering).