Skip to content

Configure linter + prettier.#5

Merged
NTaylorMullen merged 2 commits into
mainfrom
ntm/linters
Apr 17, 2025
Merged

Configure linter + prettier.#5
NTaylorMullen merged 2 commits into
mainfrom
ntm/linters

Conversation

@NTaylorMullen

Copy link
Copy Markdown
Collaborator
  • 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

@NTaylorMullen NTaylorMullen requested a review from a team April 17, 2025 21:59
@NTaylorMullen NTaylorMullen force-pushed the ntm/linters branch 5 times, most recently from af5a61a to 7377c13 Compare April 17, 2025 22:16
- 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
@NTaylorMullen

Copy link
Copy Markdown
Collaborator Author

Aggressively merging these to prevent merge conflicts with others. If folks have suggestions or changes I'll react after-the-fact.

@NTaylorMullen NTaylorMullen deleted the ntm/linters branch April 17, 2025 22:29
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
@bniladridas bniladridas mentioned this pull request Sep 29, 2025
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>
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
SUNDRAM07 added a commit to SUNDRAM07/gemini-cli that referenced this pull request Mar 23, 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xl An extra large PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants