Skip to content

Conversation

@prideofszeged
Copy link

No description provided.

…th enhanced logging and disable Vite HMR overlay.
…ay before focusing the window after hotkey activation.
…ing it to AI responses and updating version displays.
…ize file indexing to prevent N+1 queries while removing debug logs.
…er stubs, gracefully handle TCP bind errors, and add a build cleanup script.
… shell scripts, open location, clipboard, and keyboard events.
…, and drive eject, integrating them into the Tauri backend.
…vior, and update the global shortcut to Ctrl+Alt+Space.
…kend persistence and dedicated UI components.
prideofszeged and others added 12 commits December 24, 2025 16:23
…mediately, and respect `close_on_blur` setting for window focus.
…dark mode variables, and set dark mode as default.
…n structure, while implementing per-command hotkeys.
- Added backend support for AI presets (CRUD operations in SQLite)
- Integrated "Ask AI" and presets into the Command Palette
- Created settings UI for managing AI presets
- Updated Chat View to support auto-submission of initial prompts
- Added tests for Command Palette integration
- Created `src-tauri/src/aliases.rs` for backend alias management (SQLite).
- Added `get_aliases`, `set_alias`, `remove_alias` commands.
- Implemented `aliases.svelte.ts` store for frontend state.
- Updated `CommandPalette.svelte.ts` to prioritize alias matches.
- Added "Assign Alias" action to the command palette.
- Added `src-tauri/src/script_commands.rs` to watch a default directory and parse Raycast metadata.
- Supported execution modes: `fullOutput`, `compact`, `silent`, `inline`.
- Integrated `script-commands.svelte.ts` store for frontend state.
- Updated `CommandPalette.svelte` to display and run script commands.
- Added tests for Script Command integration.
- Created `src-tauri/src/floating_notes.rs` for backend storage (SQLite) and window management.
- Registered `get_floating_note`, `save_floating_note`, `toggle_floating_notes_window` commands.
- Implemented `FloatingNotesWindow.svelte` with auto-save and frameless design.
- Added "Toggle Floating Notes" to the launcher's built-in commands.
- Configured dynamic window creation for the floating notes.
- Added `tauri@2` with `tray-icon` feature to `Cargo.toml`.
- Configured system tray in `src-tauri/src/lib.rs`.
- Added "Show Flare" and "Quit" menu items.
- Configured left-click on tray icon to show the main window.
- Updated unit tests to pass.
- Implemented regex-based placeholder parsing in `src-tauri/src/snippets/engine.rs`.
- Added support for `{date}`, `{time}`, `{clipboard}`, `{cursor}`, `{uuid}`, and `{snippet}` placeholders.
- Implemented modifiers: `uppercase`, `lowercase`, `trim`, `percent-encode`, `json-stringify`.
- Added Raycast-compatible date format translation (e.g. `yyyy` -> `%Y`).
- Added comprehensive unit tests for expansion logic.
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