mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-08-29 18:34:07 +00:00
![]() This commit replaces the specific, one-off message types for each native function (e.g., clipboard, system) with a single generic `invoke_command` message. The frontend `SidecarService` now acts as a simple proxy, dynamically invoking the specified Rust command from the message payload without needing to know its implementation details. This change significantly reduces boilerplate and decouples the frontend from the backend's RPC interface. |
||
---|---|---|
.. | ||
src | ||
package.json | ||
tsconfig.json |