Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit 8a06fe4

Browse files
Update content
1 parent 1b9fb5a commit 8a06fe4

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,17 @@ Available Commands:
5050
suggest Suggest a command
5151

5252
Flags:
53-
-h, --help help for copilot
54-
-v, --version version for copilot
53+
-h, --help help for copilot
54+
--hostname string The GitHub host to use for authentication
55+
-v, --version version for copilot
5556

5657
Use "copilot [command] --help" for more information about a command.
5758
```
5859

60+
### Multi-account notes
61+
62+
Multi-account users can use `--hostname` flag or `GH_HOST` environment variable to specify the GitHub hostname for commands that would otherwise assume the `github.com` host.
63+
5964
## Set up optional helpers
6065

6166
**Is `gh copilot suggest ...` too many keystrokes? Do you want support for executing suggestions and keeping them in history?**
@@ -158,11 +163,12 @@ I'm powered by AI, so surprises and mistakes are possible. Make sure to verify a
158163
{
159164
"platform": "darwin",
160165
"architecture": "arm64",
161-
"version": "0.3.0-beta",
166+
"version": "1.1.0",
162167
"custom_event": "true",
163168
"event_parent_command": "explain",
164169
"event_name": "Explain",
165170
"sha": "089a53215fc4383179869f7f6132ce9d6e58754a",
166-
"thread_id": "e61d0d08-f6ba-465b-81cf-c30fd9127d70"
171+
"thread_id": "e61d0d08-f6ba-465b-81cf-c30fd9127d70",
172+
"host": "github.com"
167173
}
168174
```

0 commit comments

Comments
 (0)