Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/copilot/concepts/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 2 additions & 0 deletions content/copilot/get-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- --------------------- -->
Expand Down
1 change: 1 addition & 0 deletions content/copilot/get-started/what-is-github-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 2 additions & 0 deletions content/copilot/how-tos/chat-with-copilot/chat-in-ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- --------------------- -->
<!-- VS Code -->
<!-- --------------------- -->
Expand Down
2 changes: 2 additions & 0 deletions content/copilot/how-tos/set-up/set-up-for-self.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading