docs: update manual auth instructions
This commit is contained in:
parent
29e07ec7b4
commit
d28fc0d48d
1 changed files with 10 additions and 3 deletions
|
|
@ -15,9 +15,16 @@ To authenticate with Antigravity, run the following command:
|
||||||
picoclaw auth login --provider antigravity
|
picoclaw auth login --provider antigravity
|
||||||
```
|
```
|
||||||
|
|
||||||
* This will open a browser window for Google OAuth.
|
### Manual Authentication (Headless/VPS)
|
||||||
* After successful login, it will automatically fetch your **Project ID** and **Email**.
|
If you are running on a server (Coolify/Docker) and cannot reach `localhost`, follow these steps:
|
||||||
* It will automatically update your `~/.picoclaw/config.json` to set `antigravity` as the default provider and `gemini-3-flash` as the default model.
|
1. Run the command above.
|
||||||
|
2. Copy the URL provided and open it in your local browser.
|
||||||
|
3. Complete the login.
|
||||||
|
4. Your browser will redirect to a `localhost:51121` URL (which will fail to load).
|
||||||
|
5. **Copy that final URL** from your browser's address bar.
|
||||||
|
6. **Paste it back into the terminal** where PicoClaw is waiting.
|
||||||
|
|
||||||
|
PicoClaw will extract the authorization code and complete the process automatically.
|
||||||
|
|
||||||
## 2. Managing Models
|
## 2. Managing Models
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue