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
GLM CODING PLAN is a subscription service designed for AI coding, starting at just $10/month. It provides access to their flagship GLM-4.7 & (GLM-5 Only Available for Pro Users)model across 10+ popular AI coding tools (Claude Code, Cline, Roo Code, etc.), offering developers top-tier, fast, and stable coding experiences.
18
-
19
-
## Kiro Authentication
20
-
21
-
### CLI Login
22
-
23
-
> **Note:** Google/GitHub login is not available for third-party applications due to AWS Cognito restrictions.
24
-
25
-
**AWS Builder ID** (recommended):
26
-
27
-
```bash
28
-
# Device code flow
29
-
./CLIProxyAPI --kiro-aws-login
30
-
31
-
# Authorization code flow
32
-
./CLIProxyAPI --kiro-aws-authcode
33
-
```
34
-
35
-
**Import token from Kiro IDE:**
36
-
37
-
```bash
38
-
./CLIProxyAPI --kiro-import
39
-
```
40
-
41
-
To get a token from Kiro IDE:
42
-
43
-
1. Open Kiro IDE and login with Google (or GitHub)
44
-
2. Find the token file: `~/.kiro/kiro-auth-token.json`
|`--no-browser`| Don't open browser automatically, print URL instead |
61
-
|`--no-incognito`| Use existing browser session (Kiro defaults to incognito). Useful for corporate SSO that requires an authenticated browser session |
62
-
|`--kiro-idc-start-url`| IDC Start URL (required with `--kiro-idc-login`) |
63
-
|`--kiro-idc-region`| IDC region (default: `us-east-1`) |
64
-
|`--kiro-idc-flow`| IDC flow type: `authcode` (default) or `device`|
65
-
66
-
### Web-based OAuth Login
67
-
68
-
Access the Kiro OAuth web interface at:
69
-
70
-
```
71
-
http://your-server:8080/v0/oauth/kiro
72
-
```
73
-
74
-
This provides a browser-based OAuth flow for Kiro (AWS CodeWhisperer) authentication with:
This project only accepts pull requests that relate to third-party provider support. Any pull requests unrelated to third-party provider support will be rejected.
0 commit comments