Skip to content

Commit f802bca

Browse files
committed
Merge branch 'caozhiyuan-feature/count-token'
2 parents 905f324 + 0fb530c commit f802bca

17 files changed

Lines changed: 521 additions & 69 deletions

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -151,18 +151,19 @@ Copilot API now uses a subcommand structure with these main commands:
151151

152152
The following command line options are available for the `start` command:
153153

154-
| Option | Description | Default | Alias |
155-
| -------------- | -------------------------------------------------------------------------------- | ---------- | ----- |
156-
| --port | Port to listen on | 4141 | -p |
157-
| --verbose | Enable verbose logging | false | -v |
158-
| --account-type | Account type to use (individual, business, enterprise) | individual | -a |
159-
| --manual | Enable manual request approval | false | none |
160-
| --rate-limit | Rate limit in seconds between requests | none | -r |
161-
| --wait | Wait instead of error when rate limit is hit | false | -w |
162-
| --github-token | Provide GitHub token directly (must be generated using the `auth` subcommand) | none | -g |
163-
| --claude-code | Generate a command to launch Claude Code with Copilot API config | false | -c |
164-
| --show-token | Show GitHub and Copilot tokens on fetch and refresh | false | none |
165-
| --header-mode | Header mode: savings (cost-optimized) or per-user-prompt (mimics VS Code extension) | savings | none |
154+
| Option | Description | Default | Alias |
155+
| ----------------- | ----------------------------------------------------------------------------------- | ---------- | ----- |
156+
| --port | Port to listen on | 4141 | -p |
157+
| --verbose | Enable verbose logging | false | -v |
158+
| --account-type | Account type to use (individual, business, enterprise) | individual | -a |
159+
| --manual | Enable manual request approval | false | none |
160+
| --rate-limit | Rate limit in seconds between requests | none | -r |
161+
| --wait | Wait instead of error when rate limit is hit | false | -w |
162+
| --github-token | Provide GitHub token directly (must be generated using the `auth` subcommand) | none | -g |
163+
| --claude-code | Generate a command to launch Claude Code with Copilot API config | false | -c |
164+
| --claude-code-env | Generate Claude Code Environment variables | true | none |
165+
| --show-token | Show GitHub and Copilot tokens on fetch and refresh | false | none |
166+
| --header-mode | Header mode: savings (cost-optimized) or per-user-prompt (mimics VS Code extension) | savings | none |
166167

167168
### Auth Command Options
168169

0 commit comments

Comments
 (0)