You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GitHub Copilot app is a desktop application purpose-built for agent-driven development. It gives you a single place to direct AI agents across parallel workstreams, work with GitHub issues and pull requests, and manage the full development lifecycle—without context-switching between terminals, IDEs, and browser tabs.
14
14
@@ -18,9 +18,9 @@ The app is built on GitHub Copilot CLI and integrates natively with GitHub, so y
18
18
19
19
### Prerequisites
20
20
21
-
Make sure [Git](https://github.com/git-guides/install-git) is installed.
22
-
23
-
You'll also need an active [Copilot subscription](https://github.com/features/copilot/plans).
21
+
-[Git](https://github.com/git-guides/install-git)
22
+
- An active paid [GitHub Copilot](https://github.com/features/copilot/plans) subscription, including Copilot Pro, Pro+, Max, Business, or Enterprise plans
23
+
- For Business and Enterprise developers, the **Copilot CLI** and **Editor preview features** policies must be enabled by your plan administrator.
24
24
25
25
### Install
26
26
@@ -48,15 +48,18 @@ This repo is the public home for the GitHub Copilot app. Use it to:
48
48
The application source lives elsewhere; this repo is for releases, issues, and discussion.
49
49
50
50
51
-
## Feedback and issues
51
+
## Feedback
52
52
53
-
Use the issue forms in this repository to report a bug or propose an improvement, join [Discussions](https://github.com/github/app/discussions/3), or send feedback from within the app. When filing an issue, please include:
53
+
Report problems or feature requests for the GitHub Copilot app team in the [Issues](https://github.com/github/app/issues) tab. When filing an issue, please include:
54
54
55
55
- The app version
56
56
- Your operating system and version
57
57
- Steps to reproduce
58
58
- Expected vs. actual behavior
59
-
- Screenshots or logs
59
+
- Screenshots or videos
60
+
- Logs from the `/collect-debug-logs` command. Note: These logs may contain sensitive information.
61
+
62
+
For open-ended questions, please visit the [`Discussions`](https://github.com/github/app/discussions) tab.
0 commit comments