feat: Gemini CLI 지원 추가 및 문서 보강#3
Open
asyncFlow-dad wants to merge 1 commit into
Open
Conversation
- Introduced support for Gemini CLI, allowing users to view daily quotas for Pro, Flash, and Flash Lite using Google-login credentials. - Updated README and README.ko.md to reflect Gemini integration and usage instructions. - Enhanced CHANGELOG.md with detailed notes on new features, privacy improvements, and cleanup tasks. - Added SECURITY.md to outline the security policy and data handling practices. - Improved caching and OAuth token management for Gemini, with options for in-memory refresh and write-back to Keychain or legacy credentials.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
retrieveUserQuota사용).gemini-cli-oauth, 또는 레거시~/.gemini/oauth_creds.json). OAuth client id/secret은 하드코딩 없이 설치된@google/gemini-cli패키지에서 런타임 추출.TOKEN_GHOST_GEMINI_WRITEBACK=1로 Keychain/파일 되쓰기 옵트인).TOKEN_GHOST_GEMINI_TTL_MIN, 기본 5분) — SwiftBar 폴링마다 Google API/Keychain 두드리지 않도록.Closes #2.
테스트 계획
python3 -m py_compile token_ghost.pygeminiCLI 설치 + Google 로그인(/auth) → 메뉴에 Pro/Flash/Flash Lite 바 표시geminiCLI 미설치 → "gemini CLI not found" 안내 표시