fix(cursor): make bare cursor command useful and harden tool-result translation

This commit is contained in:
Tam Nhu Tran
2026-04-01 22:50:58 -04:00
parent 737462ac1a
commit d7b907ed9f
7 changed files with 781 additions and 95 deletions
+7
View File
@@ -49,6 +49,13 @@ ccs cursor start
ccs cursor status
```
Or use the bare command to see the same status view plus the local endpoint details
needed for OpenAI-compatible and Anthropic-compatible clients:
```bash
ccs cursor
```
### 5) Stop daemon
```bash