raycast-linux/sidecar
ByteAtATime 66f40dc607
refactor: move plugin list request and discovery logic to backend
This commit removes the `sendPluginList` function and its associated calls from the frontend. The plugin discovery logic is now handled directly in the Tauri backend, which is the first step in moving the sidecar to purely be about running plugins.
2025-07-09 09:54:26 -07:00
..
src refactor: move plugin list request and discovery logic to backend 2025-07-09 09:54:26 -07:00
.gitignore feat: basic sidecar functionality for rendering 2025-06-11 09:35:29 -07:00
package.json feat(ipc): add compression for large stdout payloads 2025-06-30 15:58:17 -07:00
pnpm-lock.yaml style: formatting 2025-06-11 14:58:11 -07:00
tsconfig.json style: formatting 2025-06-11 14:58:11 -07:00