Merged
Conversation
af5a61a to
7377c13
Compare
- This is based on existing expectations for TS code in Google-esc repos. - First part of the change (we have not run any linter or formatting commands). After this changeset goes in I'll do a mass changeset push. Fixes https://b.corp.google.com/issues/411384603
- Also updated README.md accordingly. Part of https://b.corp.google.com/issues/411384603
3c63d29 to
ac411ce
Compare
Collaborator
Author
|
Aggressively merging these to prevent merge conflicts with others. If folks have suggestions or changes I'll react after-the-fact. |
yewenchen
pushed a commit
to yewenchen/gemini-cli
that referenced
this pull request
Jul 8, 2025
bishal-codepros
pushed a commit
to bishal-codepros/gemini-cli
that referenced
this pull request
Jul 22, 2025
…maintainer feedback
Closed
cocosheng-g
added a commit
to cocosheng-g/gemini-cli
that referenced
this pull request
Oct 24, 2025
# This is the 1st commit message: feat: Create BYOID auth client when detecting BYOID credentials This change introduces a BYOID auth client that is created when BYOID credentials are detected. It also refactors the code assist server and setup to use the new AuthClient type. # This is the commit message google-gemini#2: resolve comments # This is the commit message google-gemini#3: load credentials only once and lazy load the client # This is the commit message google-gemini#4: use original method names # This is the commit message google-gemini#5: use original method names for getOauthClient # This is the commit message google-gemini#6: remove redundant test mock
A1cy
added a commit
to A1cy/HiveCodeCli
that referenced
this pull request
Oct 27, 2025
**Changes:** - Make ollamaModel visible in /settings dialog (showInDialog: true) - Set default value to 'llama3.2:1b' for better UX - Update description with all 3 model options and their specs - Add Tip google-gemini#5: Guide users to use /settings to configure Ollama models **What Users Will See:** Tips for getting started: 1. Ask questions, edit files, or run commands. 2. Be specific for the best results. 3. Create HIVECODE.md files to customize your interactions with HiveCode. 4. /help for more information. 5. Use /settings to configure Ollama models (llama3.2:1b, qwen3:4b, qwen2.5-coder). **Settings Dialog:** Users can now find "Ollama Model" in Security settings with description: "Select Ollama model: llama3.2:1b (1.3GB, fast), qwen3:4b (2.5GB, balanced), qwen2.5-coder (4.7GB, best quality). Requires Ollama to be installed and running." Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
A1cy
added a commit
to A1cy/HiveCodeCli
that referenced
this pull request
Oct 27, 2025
- Created new /ollamaModelSelector slash command for easy model access - Integrated OllamaModelSelector component with full dialog support - Added state management (isOllamaModelDialogOpen) throughout UI contexts - Updated UIState and UIActions interfaces to support new dialog - Added dialog rendering to DialogManager component - Updated Tip google-gemini#5 to guide users to /ollamaModelSelector command - Provides interactive model selection and download capabilities - Simplifies Ollama model configuration compared to /settings approach Users can now type /ollamaModelSelector to see and select from available Ollama models (llama3.2:1b, qwen3:4b, qwen2.5-coder) with automatic downloads. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7 tasks
SUNDRAM07
added a commit
to SUNDRAM07/gemini-cli
that referenced
this pull request
Mar 5, 2026
…n and export - PerformanceCollector: latency P50/P90/P99 percentiles, token efficiency, v8 heap utilization, startup phase analysis, optimization suggestions - CostEstimator: per-model token cost tracking for Gemini 2.0/2.5/3, cache savings calculation, cheapest-model recommendations - PerformanceExporter: JSON export (CI pipelines) and Markdown export (human-readable reports) with configurable sections - 42 tests across 3 test files, all passing - Exported from telemetry/index.ts GSoC 2026 Idea google-gemini#5 proof-of-concept
SUNDRAM07
added a commit
to SUNDRAM07/gemini-cli
that referenced
this pull request
Mar 14, 2026
…n and export - PerformanceCollector: latency P50/P90/P99 percentiles, token efficiency, v8 heap utilization, startup phase analysis, optimization suggestions - CostEstimator: per-model token cost tracking for Gemini 2.0/2.5/3, cache savings calculation, cheapest-model recommendations - PerformanceExporter: JSON export (CI pipelines) and Markdown export (human-readable reports) with configurable sections - 42 tests across 3 test files, all passing - Exported from telemetry/index.ts GSoC 2026 Idea google-gemini#5 proof-of-concept
This was referenced Mar 14, 2026
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.
Fixes https://b.corp.google.com/issues/411384603