@rayu-dev/rayu-cli 1.1.9 → 1.1.11

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.
Files changed (3) hide show
  1. package/README.md +6 -3
  2. package/dist/rayu.js +2275 -2520
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -67,11 +67,11 @@ Inside a session:
67
67
 
68
68
  ## Providers
69
69
 
70
- Rayu supports two provider types:
70
+ Rayu supports three provider types:
71
71
 
72
72
  - **`anthropic`** — Anthropic API (`ANTHROPIC_API_KEY`)
73
- - **`openai-compatible`** — Any OpenAI-style endpoint (NVIDIA, DeepSeek, Kimi,
74
- OpenRouter, Ollama, LM Studio, etc.)
73
+ - **`openai-compatible`** — Any OpenAI-style endpoint (NVIDIA, DeepSeek, Kimi, OpenRouter, Ollama, LM Studio, etc.)
74
+ - **`bedrock`** AWS Bedrock API (`AWS_BEARER_TOKEN_BEDROCK` or default AWS credentials)
75
75
 
76
76
  Example — NVIDIA NIM headless run:
77
77
 
@@ -105,6 +105,9 @@ All settings are preserved across updates and uninstalls.
105
105
  | 8 | [MCP](./documentations/08-mcp.md) | Model Context Protocol server management |
106
106
  | 9 | [Diagnostics & Privacy](./documentations/09-diagnostics-privacy.md) | Logging, telemetry, network posture |
107
107
  | 10 | [Troubleshooting](./documentations/10-troubleshooting.md) | Common errors and fixes |
108
+ | 11 | [Codebase Knowledge Graph](./documentations/11-knowledge-graph.md) | Local indexing, querying, and tracing using `/graphify` |
109
+ | 12 | [Image Generation](./documentations/12-image-generation.md) | Built-in `GenerateImage` tool (NVIDIA), save/inline/terminal display |
110
+ | 13 | [Building binaries](./documentations/13-binaries.md) | Cross-platform standalone executables, versioning, install |
108
111
 
109
112
  ---
110
113