v2.2.19: Cloud Model Providers Support (OpenRouter, Anthropic, Gemini)
This commit is contained in:
+31
-1
@@ -2,7 +2,7 @@
|
||||
"name": "astra",
|
||||
"displayName": "Astra",
|
||||
"description": "The personal intelligence layer for Antigravity and VS Code. A private cognitive partner for deep project context, memory, and proactive strategic decision-making.",
|
||||
"version": "2.2.18",
|
||||
"version": "2.2.19",
|
||||
"publisher": "g1nation",
|
||||
"license": "MIT",
|
||||
"icon": "assets/icon.png",
|
||||
@@ -527,6 +527,36 @@
|
||||
"minimum": 1,
|
||||
"maximum": 90,
|
||||
"description": "iCal 캐시에 포함할 다가오는 일정 기간 (일). default 14 = 2주치."
|
||||
},
|
||||
"g1nation.providers.openrouter.enabled": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "OpenRouter cloud provider 활성화 — Claude/Gemini/GPT 등 100+ 모델을 OpenAI 호환 API 로 사용. API key 는 Astra Settings 패널에서 등록 (Secret Storage 사용, settings.json 비저장)."
|
||||
},
|
||||
"g1nation.providers.openrouter.defaultModel": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "OpenRouter 의 기본 모델 (예: 'anthropic/claude-3.5-sonnet'). 모델 선택 시 'openrouter:<model>' 형식으로 사이드바 dropdown 에 표시."
|
||||
},
|
||||
"g1nation.providers.anthropic.enabled": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Anthropic Claude 직접 API 활성화. OpenRouter 보다 마진 적고 prompt caching 등 native 기능 사용 가능. API key 는 Secret Storage."
|
||||
},
|
||||
"g1nation.providers.anthropic.defaultModel": {
|
||||
"type": "string",
|
||||
"default": "claude-3-5-sonnet-20241022",
|
||||
"description": "Anthropic 의 기본 모델. 예: 'claude-3-5-sonnet-20241022', 'claude-3-5-haiku-20241022'."
|
||||
},
|
||||
"g1nation.providers.gemini.enabled": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Google Gemini 직접 API 활성화. 1M context (gemini-1.5-pro), 무료 tier 등 native 기능 사용. API key 는 Secret Storage."
|
||||
},
|
||||
"g1nation.providers.gemini.defaultModel": {
|
||||
"type": "string",
|
||||
"default": "gemini-2.0-flash-exp",
|
||||
"description": "Gemini 의 기본 모델. 예: 'gemini-2.0-flash-exp', 'gemini-1.5-pro', 'gemini-1.5-flash'."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user