github / github/copilot-cli

Persist Reasoning Effort between sessions

未關閉
#4,530 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

area:configuration area:models
主要語言
Shell
星號
11.2k
分支
1.9k
平均合併
14 小時 16 分鐘
30 天內合併 PR
6

描述

Describe the feature or problem you'd like to solve

Preserve not only the model but the reasoning effort to be used.

Proposed solution

I’d like the reasoning effort setting to persist across restarts as a default. Today, /config model persists, but the effort resets to Medium even after setting High in /settings. This makes it impossible to define a default high-effort profile for all sessions. Please prioritize making effort part of the persisted app settings.

Example prompts or workflows

Use the CLI’s config command to set the default reasoning effort:

• User default:  /config reasoning-effort high 
• Repo-only default:  /config --repo reasoning-effort high 
• Local-only default:  /config --local reasoning-effort high 

If you want to confirm current settings, run:

•  /config 

This changes the default reasoning effort for future sessions; the current session can be adjusted with  /model  or the session settings UI if needed.

Additional context

No response

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

研究方向

追蹤 CLI 的 /config 命令和持久化的 app-settings 路徑,先了解現有 model 值如何在重新啟動後保留。測試 user、--repo 和 --local 這些 reasoning-effort 值,在每次檢查之間重新啟動,並確認 /config 將它們回報為預設值,同時目前工作階段的設定仍然保持獨立。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
shell
領域
cli
Issue 類型
功能
難度
3/5
預估耗時
1-2 天
活躍度
活躍
描述清晰度
基本清楚
新手友好度
68/100

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

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