mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-17 12:22:34 +03:00
Merged via merge-train (release/v3.8.50, batch1 2026-08-20) — static gates (typecheck/file-size/complexity/cognitive/changelog) green on the combined tree; test:unit reds observed in the boarded run were verified pre-existing on the pure release tip (unrelated flake), not caused by this PR. Thanks for the contribution!
524 B
524 B
- feat(providers): new
cursor-apiprovider (card "Cursor API", aliascua): connect a Cursor user API key (crsr_…) and routecursor-api/<model>through the existing Cursor agent executor (the key is exchanged for a 1h session token and cached), plus a/api/cursor-cli/*passthrough so the Cursor CLI itself runs through OmniRoute (CURSOR_API_ENDPOINT=http://<omniroute>/api/cursor-cli,CURSOR_API_KEY=<OmniRoute key>) with every RPC attributed and logged. The IDEcursorprovider is unchanged. (#10729)