Release 0.1.1

This commit is contained in:
Patrick Wozniak
2026-05-26 23:05:21 +02:00
parent 5d4277876b
commit cc05faa526
9 changed files with 140 additions and 25 deletions
+11
View File
@@ -72,6 +72,17 @@ Create `~/.commandcode/auth.json`:
}
```
The official Command Code CLI auth shape is also supported:
```json
{
"command-code": {
"type": "api",
"key": "user_..."
}
}
```
Or use pi's auth file at `~/.pi/agent/auth.json`:
```json