github / github/copilot-cli

Looking for Gemma4 like feature within Github Copilot to reduce the tokens usage

未關閉
#3,357 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
area:models
主要語言
Shell
星號
11.2k
分支
1.9k
平均合併
14 小時 16 分鐘
30 天內合併 PR
6

描述

### Describe the feature or problem you'd like to solve

Gemma 4 like feature

### Proposed solution

Looking like Gemma feature, Please see below benefits that will help Github as well
0-Token Intent Classification
Every time you type a prompt, Gemini CLI must decide if it needs the "Big Brain" (Gemini Pro) or the "Fast Brain" (Gemini Flash).
- Without Gemma 3: The CLI sends your prompt to the cloud just to ask "Is this a hard question?" (Costs tokens/latency).
- With Gemma 3: It decides locally on your machine in milliseconds. Cost: 0 tokens.

2. Offloading "Boring" Tasks
Gemma 3 identifies tasks that don't need expensive AI:
- SQL Formatting: If you ask to format ERPCRP2.sql, Gemma routes this to a local formatter or a tiny model.
- File Reading: "List all columns in this CSV" is handled by the "Fast Brain" (Flash) because Gemma flagged it as simple.
- Result: You save your Gemini Pro quota for the hard stuff—like tracing that htimObjMgr log or debugging integration errors.

### Example prompts or workflows

_No response_

### Additional context

_No response_

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。