raycast-linux/packages/protocol
ByteAtATime 2b383ea8e6
refactor(rpc): migrate to generic RPC proxy for sidecar commands
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.
2025-07-03 09:43:27 -07:00
..
src refactor(rpc): migrate to generic RPC proxy for sidecar commands 2025-07-03 09:43:27 -07:00
package.json feat: add sidecar protocol i/o checking with Zod 2025-06-12 19:35:42 -07:00
tsconfig.json feat: add sidecar protocol i/o checking with Zod 2025-06-12 19:35:42 -07:00