Skip to content

Fix/draft reasoning model options - #84

Open
Zeptiny wants to merge 2 commits into
feat/meta-first-party-providerfrom
fix/draft-reasoning-model-options
Open

Fix/draft reasoning model options#84
Zeptiny wants to merge 2 commits into
feat/meta-first-party-providerfrom
fix/draft-reasoning-model-options

Conversation

@Zeptiny

@Zeptiny Zeptiny commented Aug 12, 2026

Copy link
Copy Markdown
Owner

No description provided.

Draft picker kept currentSelection renderer-only; getReasoningConfig / getServiceTierConfig resolved draft via resolveDraftModelSelection (project/default model) and ignored the picker's selection, so Footer kept showing the default model's levels. Make the IPC accept an optional draft selection payload, have Footer forward its picker selection, and clear draft overrides when the draft model changes to mirror SessionManager.changeModel.
… hot scans

The Context analytics view scanned the whole context_snapshots table on the
Electron main process, freezing the UI for the query duration, then rendered
thousands of chart points with mount animation. Move the context query to a
worker thread (with a main-thread fallback), add covering indexes for the
top-N and date-filtered scans, and slim the chart render: no mount animation,
display downsampling that keeps peak/newest points, and memoized chart data.
Session names stay resolved on the main process since sessions.db is
main-process-owned.
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: cc4df042-32ed-432a-8883-f5f5f414d96b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant