feat: codex-app thinking-depth dial via user-assigned effort shortcuts#61
Merged
Conversation
The Codex desktop app ships unassigned Increase/Decrease reasoning effort keyboard shortcuts. Assignments are account-synced (no local store), so openmicro cannot set them at install; instead resolve thinking_depth to the recommended chords (⌃⌥= / ⌃⌥-) and document the one-time setup in the README. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Avoids the universal Ctrl/Cmd +/- zoom shortcuts and uses the same physical keys on Windows. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The app's shortcut listener needs real flagsChanged events; the inline
'using {control down, option down}' form is ignored (verified live).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
dualsense-ts negates hardware Y (up = +1) while the router and every other driver use y-down. Re-negate in the driver — fixes reversed rotation direction on the thinking dial and swapped up/down stick flicks. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Right-stick click emits Ctrl+Shift+M (CSI-u in terminals, discrete System Events chord in the app) so the thinking dial has a visible UI. Users assign Open model picker to ^⇧M once in the app's shortcut settings. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Rotation gestures proved finicky in live use; flick right = increase, flick left = decrease. cw/ccw gestures remain available for remapping. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
codex-dev.db,state_5.sqlite), so openmicro cannot assign them at install time.codex-appharness now resolvesthinking_depthto the recommended chords:⌃⌥=(increase) /⌃⌥-(decrease) instead of returning null.Testing
npm run typecheck && npm run lint && npm run format:check && npm test— all green (255 tests).⌃⌥=/⌃⌥-in the app's shortcut settings, runopenmicro codex-app, and rotate the right stick to confirm the composer effort steps.🤖 Generated with Claude Code