feat: Support authenticating or refreshing OAuth for supported clients from within the REPL

This commit is contained in:
2026-03-11 13:07:27 -06:00
parent 564480e165
commit 2220fd2542
7 changed files with 44 additions and 8 deletions
+1
View File
@@ -166,6 +166,7 @@ clients:
```sh
loki --authenticate my-claude-oauth
# Or via the REPL: .authenticate
```
For full details, see the [authentication documentation](./docs/clients/CLIENTS.md#authentication).