oh-my-opencode 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ko.md +12 -0
- package/README.md +12 -0
- package/package.json +1 -1
package/README.ko.md
CHANGED
|
@@ -441,6 +441,18 @@ Schema 자동 완성이 지원됩니다:
|
|
|
441
441
|
}
|
|
442
442
|
```
|
|
443
443
|
|
|
444
|
+
### Google Auth
|
|
445
|
+
|
|
446
|
+
Google Gemini 모델을 위한 내장 Antigravity OAuth를 활성화합니다:
|
|
447
|
+
|
|
448
|
+
```json
|
|
449
|
+
{
|
|
450
|
+
"google_auth": true
|
|
451
|
+
}
|
|
452
|
+
```
|
|
453
|
+
|
|
454
|
+
활성화하면 `opencode auth login` 실행 시 Google 프로바이더에서 "OAuth with Google (Antigravity)" 로그인 옵션이 표시됩니다.
|
|
455
|
+
|
|
444
456
|
### Agents
|
|
445
457
|
|
|
446
458
|
내장 에이전트 설정을 오버라이드할 수 있습니다:
|
package/README.md
CHANGED
|
@@ -439,6 +439,18 @@ Schema autocomplete is supported:
|
|
|
439
439
|
}
|
|
440
440
|
```
|
|
441
441
|
|
|
442
|
+
### Google Auth
|
|
443
|
+
|
|
444
|
+
Enable built-in Antigravity OAuth for Google Gemini models:
|
|
445
|
+
|
|
446
|
+
```json
|
|
447
|
+
{
|
|
448
|
+
"google_auth": true
|
|
449
|
+
}
|
|
450
|
+
```
|
|
451
|
+
|
|
452
|
+
When enabled, `opencode auth login` will show "OAuth with Google (Antigravity)" as a login option for the Google provider.
|
|
453
|
+
|
|
442
454
|
### Agents
|
|
443
455
|
|
|
444
456
|
Override built-in agent settings:
|