1.0.7
최신SuperCmd 1.0.7
New Features
Launcher
- Every Quick AI preset is now a launcher row, so typing "fix grammar" runs it directly instead of going through Quick Prompt first.
- Added Toggle System Appearance, which switches macOS between Light and Dark. Searching "dark mode" finds it.
- iCloud and other sections inside System Settings now appear as results, not just the top-level panes.
- Built-in commands can be switched off from Settings → Commands, or with Disable Command (⌘⇧D) in a row's ⌘K menu. A disabled command leaves the launcher along with its hotkey and alias.
- The search bar's icon is now a choice in Settings → General: a magnifying glass (the new default), the SuperCmd mark, no icon, or any emoji.
- ⌘W closes the panel, and the next open starts at the main menu regardless of the Pop to Root delay.
- Files, folders, and apps can be dragged out of the launcher and Search Files into Finder, the Dock, or any app. Clipboard entries drag out too, as the text, link, file, or image they hold. ESC cancels a drag.
- Added Copy Path (⌥⌘C) to file and folder rows.
- Added Send via Email (⇧⌘E), which starts a Mail draft with the selected file attached, from launcher file rows, Search Files, and clipboard file entries.
- Create Quicklink now appears in the ⌘K menu of any URL result, with the link prefilled.
- A calculation left on screen when the launcher closes can be recalled with ↑ in an empty search field, like any other query.
Window Management
- Added Center Half (⌃⌥⇧C), a half-width column centered on the screen, for wide displays.
- Added Next Display and Previous Display, which move the focused window to another screen while keeping its relative size and position.
- Added Move to Next Space and Move to Previous Space, which carry the focused window to the adjacent desktop.
- Window Management can be switched off entirely in Settings, which also frees its shortcuts for other apps. A Reset to Defaults button restores the stock bindings.
- App hotkeys now switch to an app on another Space instantly, without the slide animation. Pressing the hotkey again either cycles through the app's windows or hides the app, chosen under Settings → Applications → When Pressed Again.
Search Files
- Opens on Recently Used, the files you last worked on, with the first one selected so the preview is never empty.
- Tab on a folder lists its contents, ⇧Tab climbs back up, and typing a path such as
~/Documents/repbrowses that folder narrowed to "rep". In the launcher, Tab on a folder row hands off to Search Files.
Notes
- Typing in the notes browser highlights every match inside the selected note. ⇥ / ⇧⇥ and ⌘G / ⇧⌘G step through them.
- ⌘F opens a find bar in a floating note window, with the same highlighting and cycling.
AI
- Quick Prompt shows the model's edit as a diff before it lands: removed lines in red, added lines in green, changed words highlighted. ↩ applies, ESC rejects, and you can type a follow-up such as "make it shorter" or edit the result in place (⌘E) before applying. Turn it off under Settings → Quick Prompt → Review changes before applying.
- Grok gained a reasoning effort setting, in Settings → AI and in the chat window. It defaults to Automatic, which sends nothing and leaves the model's own behaviour unchanged.
- Chat shows the model's thinking as a collapsible Thought process section above the answer, for Grok, ChatGPT, and OpenRouter models that report it.
- Images can be pasted straight into the AI Chat composer.
- AI Chat errors show the provider's own message with a Retry button. Web search is now opt-in per chat from the + menu, and if the search tool fails before the model answers, the chat falls back to a plain answer and says so.
- Added a master Enable AI Features switch in Settings → AI, plus per-feature switches for Dictation, Read Aloud, Quick Prompt, Agents, and AI Chat. Off means the feature's commands, hotkeys, and models are gone, not hidden.
Settings
- Added an emoji skin tone preference under Advanced. It applies to the emoji picker and to what gets pasted, and your recents keep working.
- The Extensions pane now links to the Extension Store.
- The last onboarding step offers Open at Login, ticked.
Clipboard
- Re-copying something already in history moves the existing entry to the top instead of adding a duplicate, wherever it was in the list.
Browsers
- Dia browser history and bookmarks are now searchable.
Improvements
Performance
- The launcher opens faster. App discovery and icon loading moved off the main thread, the command list only rebuilds when something changed, and extension prewarming waits until the panel is on screen.
- Searching clipboard history no longer freezes the panel when history holds large clips. Search runs against an index in the database, and previews are bounded.
- Extension host processes exit when SuperCmd quits or crashes, so they no longer linger and burn CPU.
- Scratch files left behind by an interrupted file-index build are cleaned up at launch.
Launcher
- Input methods such as Pinyin, Japanese, and Korean now work in the search field: results narrow while you compose, Return commits the candidate, and ESC abandons it.
- Apps that declare themselves as background-only despite having a window (BetterDisplay, Parsec) and Steam game shortcuts now appear in the launcher.
- App hotkey jumps across several Spaces no longer flash the desktops in between.
- The ⌘ pill stays in the footer while typing, so the app menu is always reachable.
- The quicklink editor is fully keyboard-driven: Tab and Return move from Link to Name to Tags, and tag suggestions render in full instead of being clipped.
Window Switcher
- Windows stacked exactly on top of each other fold into one tile marked ×N. Tiles are ordered by how often you use each app, then by position on screen, and no longer reshuffle when you click a window.
AI
- Quick Prompt stays open when another app takes focus while you type, and remembers its own position separately from the launcher.
- AI Chat conversation previews in the sidebar render as plain text rather than raw Markdown.
- OpenAI reasoning models now accept tool calls, so web search works with them.
Read Aloud
- The macOS voice list no longer shows the same name a dozen times. Voices shared across locales are labelled with their language.
Settings
- Every Settings search field focuses when you click anywhere on the pill, and the extensions list is a single card.
Localization
- Every toast is now localized, and 131 interface strings that still fell back to English are translated in all ten languages.
Bug Fixes
- Fixed three crashes seen in field reports: a layout exception when the panel opened at the Medium content size, an audio assertion when dictation or voice capture stopped, and crashes that left no report because a stack overflow had no room to run the handler. Crash reports now capture stack overflows.
- Search Menu Items now fires items in Electron apps such as Cursor, VS Code, and Slack.
- Currency amounts typed with two decimals, such as
$34.44, convert again. - The Search Files preview no longer blanks while arrowing through results.
- Snippets pasted from the panel place the cursor at
{cursor}, matching keyword expansion. - The screenshot editor's close dot closes the panel, like ESC, instead of dropping you on the library.
- Dragging a file into a Finder folder copies it instead of leaving an alias.
- Drags out of the launcher into web composers now land. A synthetic paste no longer leaves Command held down system-wide, which had been turning every drag on the machine into a move.
- Raycast 2.x backups (the RAYCFG3 format) now import, including hotkey and window settings, instead of previewing as empty.
- Cancelling a Quick Prompt run mid-stream no longer pastes the partial result and closes the panel.
- ⌘C in AI Chat with nothing selected copies the reply instead of wiping the clipboard.