Pro Features
Sidekick Pro is an extension package (com.ryxinteractive.sidekick.pro) that adds advanced AI CLI providers on top of the free Lite base. It requires Sidekick Lite 1.3.5+.
One-time purchase — no subscription.
Included providers
Cursor
The Cursor provider connects to the Cursor CLI via the Asynchronous Call Protocol (ACP) — a persistent JSON-RPC session over stdio. This means Cursor keeps context across turns without restarting the process.
Key capabilities:
- Provider-scoped streaming with thinking/content/tool events
- Persistent session with reconnect on domain reload
- History reader for
~/.cursor/projects/agent transcripts
Codex
The Codex provider integrates with the OpenAI Codex app-server over a JSON-RPC transport. It includes:
- App-server lifecycle management (start/stop, MCP config injection)
- Plan-mode streaming with incremental plan items and
ExitPlanModetraces AskUserQuestionround-tripping with collapsible traces in the chat UI- History reconstruction from session index + file fallback
Installation
- Ensure Sidekick Lite 1.3.5+ is installed.
- Add
com.ryxinteractive.sidekick.provia the Asset Store. - The
[InitializeOnLoad]bootstrap (SidekickProBootstrap) automatically registers the Cursor and Codex providers — no manual configuration required. - In Project Settings → Ryx Sidekick, select your provider from the Provider dropdown.
Upcoming Pro features
Future Pro releases will add additional capabilities. Check the Changelog for updates.