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 | `npx @zed-industries/claude-code-acp` (default) |
35
- | Gemini | `npx @google/gemini-cli --experimental-acp` |
36
- | OpenAI | `npx @zed-industries/codex-acp` |
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nori-ai-cli",
3
- "version": "0.0.16",
3
+ "version": "0.1.0",
4
4
  "description": "Nori AI CLI - An AI-powered coding assistant",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {