mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-13 10:43:43 +03:00
docs(cursor): regenerates the agent-skills catalog for the new route
check:agent-skills-sync (CI's Merge integrity gate) requires SKILL.md files to stay in sync with the live route catalog. Adding /api/providers/cursor/agent-availability in an earlier commit needed a regen this branch never ran.
This commit is contained in:
committed by
diegosouzapw
parent
e105618303
commit
2b1bc14df1
@@ -83,6 +83,17 @@ curl https://localhost:20128/api/providers/{id}/models \
|
||||
-H "Authorization: Bearer $OMNIROUTE_TOKEN"
|
||||
```
|
||||
|
||||
### GET /api/providers/cursor/agent-availability
|
||||
|
||||
Check cursor-agent availability
|
||||
|
||||
Credential-free, informational check for whether cursor-agent is installed and authenticated on this host — backs the dashboard's dismissible install-nudge banner. Returns only cursorAgentAvailable (boolean); never tokens or machineId.
|
||||
|
||||
```bash
|
||||
curl https://localhost:20128/api/providers/cursor/agent-availability \
|
||||
-H "Authorization: Bearer $OMNIROUTE_TOKEN"
|
||||
```
|
||||
|
||||
### POST /api/providers/test-batch
|
||||
|
||||
Test multiple providers at once
|
||||
|
||||
Reference in New Issue
Block a user