nvicode 0.1.0 → 0.1.2

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 (2) hide show
  1. package/README.md +37 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,36 +2,48 @@
2
2
 
3
3
  Run Claude Code through NVIDIA-hosted models using a local Anthropic-compatible gateway.
4
4
 
5
- ## Install
5
+ ## Quickstart
6
6
 
7
- Published package:
7
+ Install the published package:
8
8
 
9
9
  ```sh
10
10
  npm install -g nvicode
11
11
  ```
12
12
 
13
- Local development:
13
+ Save your NVIDIA API key:
14
14
 
15
15
  ```sh
16
- npm install
17
- npm run build
18
- ln -sf "$(pwd)/dist/cli.js" ~/.local/bin/nvicode
16
+ nvicode auth
19
17
  ```
20
18
 
21
- ## Usage
22
-
23
- Choose a model and save your NVIDIA API key:
19
+ Choose a model:
24
20
 
25
21
  ```sh
26
22
  nvicode select model
27
23
  ```
28
24
 
29
- Launch Claude Code through the local gateway:
25
+ Launch Claude Code through NVIDIA:
30
26
 
31
27
  ```sh
32
28
  nvicode launch claude
33
29
  ```
34
30
 
31
+ ## Screenshots
32
+
33
+ ### Browse models
34
+
35
+ ![Model catalog](https://raw.githubusercontent.com/dineshpotla/nvicode/main/assets/screenshots/models.png)
36
+
37
+ ### Check saved settings
38
+
39
+ ![Saved config](https://raw.githubusercontent.com/dineshpotla/nvicode/main/assets/screenshots/config.png)
40
+
41
+ ### Verify the launch path
42
+
43
+ ![Launch path](https://raw.githubusercontent.com/dineshpotla/nvicode/main/assets/screenshots/launch.png)
44
+
45
+ ## Commands
46
+
35
47
  Useful commands:
36
48
 
37
49
  ```sh
@@ -45,6 +57,21 @@ The launcher starts a local proxy on `127.0.0.1:8788`, points Claude Code at it
45
57
 
46
58
  If no NVIDIA API key is saved yet, `nvicode` prompts for one on first use.
47
59
 
60
+ ## Requirements
61
+
62
+ - Claude Code must already be installed on the machine.
63
+ - Node.js 20 or newer is required to install `nvicode`.
64
+
65
+ ## Local Development
66
+
67
+ These steps are only for contributors working from a git checkout. End users do not need them.
68
+
69
+ ```sh
70
+ npm install
71
+ npm run build
72
+ ln -sf "$(pwd)/dist/cli.js" ~/.local/bin/nvicode
73
+ ```
74
+
48
75
  ## Notes
49
76
 
50
77
  - `thinking` is disabled by default because some NVIDIA reasoning models can consume the entire output budget and return no visible answer to Claude Code.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nvicode",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Run Claude Code through NVIDIA-hosted models using a local Anthropic-compatible gateway.",
5
5
  "author": "Dinesh Potla",
6
6
  "keywords": [