feat(cli): add native Antigravity OAuth provider
This commit is contained in:
parent
29176ffecf
commit
8baa4e9976
25 changed files with 2371 additions and 18 deletions
|
|
@ -81,6 +81,11 @@ HERMES_OVERLAYS: Dict[str, HermesOverlay] = {
|
|||
auth_type="oauth_external",
|
||||
base_url_override="cloudcode-pa://google",
|
||||
),
|
||||
"google-antigravity": HermesOverlay(
|
||||
transport="openai_chat",
|
||||
auth_type="oauth_external",
|
||||
base_url_override="antigravity-pa://google",
|
||||
),
|
||||
"lmstudio": HermesOverlay(
|
||||
transport="openai_chat",
|
||||
auth_type="api_key",
|
||||
|
|
@ -314,6 +319,13 @@ ALIASES: Dict[str, str] = {
|
|||
"gemini-cli": "google-gemini-cli",
|
||||
"gemini-oauth": "google-gemini-cli",
|
||||
|
||||
# google-antigravity (OAuth + Antigravity Code Assist)
|
||||
"antigravity": "google-antigravity",
|
||||
"antigravity-oauth": "google-antigravity",
|
||||
"antigravity-cli": "google-antigravity",
|
||||
"google-antigravity-oauth": "google-antigravity",
|
||||
"agy": "google-antigravity",
|
||||
"agy-cli": "google-antigravity",
|
||||
|
||||
# huggingface
|
||||
"hf": "huggingface",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue