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
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ Copilot API now uses a subcommand structure with these main commands:
84
84
-`start`: Start the Copilot API server. This command will also handle authentication if needed.
85
85
-`auth`: Run GitHub authentication flow without starting the server. This is typically used if you need to generate a token for use with the `--github-token` option, especially in non-interactive environments.
86
86
-`check-usage`: Show your current GitHub Copilot usage and quota information directly in the terminal (no server required).
87
+
-`debug`: Display diagnostic information including version, runtime details, file paths, and authentication status. Useful for troubleshooting and support.
87
88
88
89
## Command Line Options
89
90
@@ -110,6 +111,12 @@ The following command line options are available for the `start` command:
| --json | Output debug info as JSON | false | none |
119
+
113
120
## API Endpoints
114
121
115
122
The server exposes several endpoints to interact with the Copilot API. It provides OpenAI-compatible endpoints and now also includes support for Anthropic-compatible endpoints, allowing for greater flexibility with different tools and services.
0 commit comments