Skip to content

Conversation

@uinstinct
Copy link
Contributor

@uinstinct uinstinct commented Jan 20, 2026

Description

Get and store hasReasoningEnabled in local storage so that when thinking toggle is manually turned off, it does not turn on workspace reload.

closes #9675

AI Code Review

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-review

Checklist

  • [] I've read the contributing guide
  • [] The relevant docs, if any, have been updated or created
  • [] The relevant tests, if any, have been updated or created

Screen recording or screenshot

before.mp4
after.mp4

Tests

[ What tests were added or updated to ensure the changes work as expected? ]


Continue Tasks

Status Task Actions
▶️ Queued Update docs on PR View

Powered by Continue


Summary by cubic

Persist and restore the reasoning toggle from local storage so the user’s choice stays across reloads and doesn’t auto-enable when switching to reasoning-capable models.

  • Bug Fixes
    • Save hasReasoningEnabled to local storage on toggle in InputToolbar.
    • Read persisted state in ParallelListeners and combine with model support and reasoning=false configs.
    • Add hasReasoningEnabled to local storage types.

Written for commit ebc41fd. Summary will update on new commits.

@uinstinct uinstinct requested a review from a team as a code owner January 20, 2026 04:04
@uinstinct uinstinct requested review from Patrick-Erichsen and removed request for a team January 20, 2026 04:04
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jan 20, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Copy link
Collaborator

@RomneyDa RomneyDa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@uinstinct could we store this per model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Thinking toggle forgets state on window reload

2 participants