nori-ai-cli 0.0.16 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -27,13 +27,13 @@ That's it. Nori launches an interactive TUI where you can chat, run commands, an
|
|
|
27
27
|
|
|
28
28
|
## Providers
|
|
29
29
|
|
|
30
|
-
Switch between AI providers with the `/agent` command:
|
|
30
|
+
Each provider you plan to use needs to be authenticated separately before use. Switch between AI providers with the `/agent` command:
|
|
31
31
|
|
|
32
|
-
| Provider | Command |
|
|
33
|
-
|
|
34
|
-
| Claude | `
|
|
35
|
-
| Gemini | `
|
|
36
|
-
| OpenAI | `
|
|
32
|
+
| Provider | Command | Authentication |
|
|
33
|
+
|----------|---------|----------------|
|
|
34
|
+
| Claude | `npm i -g @zed-industries/claude-code-acp` (default) | `npx @anthropic-ai/claude-code setup-token` |
|
|
35
|
+
| Gemini | `npm i -g @google/gemini-cli --experimental-acp` | `npx @google/gemini-cli` and then `/auth` |
|
|
36
|
+
| OpenAI | `npm i -g @zed-industries/codex-acp` | `npx @openai/codex login` |
|
|
37
37
|
|
|
38
38
|
## Features
|
|
39
39
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|