fix: v0.2.1 Mac-friendly hotkey (ctrl+shift+i) + cache-show clarifier - #2
Merged
Merged
Conversation
- default inline-switch hotkey alt+shift+v → ctrl+shift+i (Key.ctrlShift): alt-based combos don't fire on Mac terminals where macos-option-as-alt=false (Ghostty default); ctrl+shift avoids both the editor ctrl+ namespace and the Option-as-alt problem. Follows pi's native idiom (preset.ts uses ctrl+shift+u). - /vision cache show notes memory is session-scoped (cross-session = persist). - README: ctrl+shift+i default + macos-option-as-alt note. - bump 0.2.0 → 0.2.1; T24 updated.
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.
v0.2.1 — Mac-friendly hotkey + cache-show clarifier
Patch follow-up to v0.2.0, driven by live EVAL on a Mac (Ghostty,
macos-option-as-alt=false):alt+shift+v→ctrl+shift+i(viaKey.ctrlShift).alt-based combos never fire on Mac terminals where Option≠Alt (Ghostty/iTerm2/Terminal.app defaults) — the running session never sees them.ctrl+shift+iavoids both the editorctrl+namespace and the Option-as-alt problem, and follows pi's native idiom (preset.tsusesctrl+shift+u). Rebindable viakeybindings.json./vision cache showclarifier — notes that memory is session-scoped (killed the confusion when checking from another session; cross-session needs "Persist cache to disk").macos-option-as-altnote).154 tests pass, typecheck clean. T24 updated to
ctrl+shift+i.After merge:
git tag v0.2.1→ CI auto-publishes@getpipher/vision@0.2.1.