github / github/copilot-cli

Persist Reasoning Effort between sessions

Open
#4,530 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area:configuration area:models
Dominant language
Shell
Stars
11.2k
Forks
1.9k
Avg merge
14h 16m
Merged PRs (30d)
6

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Trace the CLI’s /config command and persisted app-settings path, starting with how the existing model value survives a restart. Exercise user, --repo, and --local reasoning-effort values, restart between checks, and confirm /config reports them as defaults while current-session settings remain distinct.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.