nvicode 0.1.1 → 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.
- package/README.md +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,6 +28,20 @@ Launch Claude Code through NVIDIA:
|
|
|
28
28
|
nvicode launch claude
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
+
## Screenshots
|
|
32
|
+
|
|
33
|
+
### Browse models
|
|
34
|
+
|
|
35
|
+

|
|
36
|
+
|
|
37
|
+
### Check saved settings
|
|
38
|
+
|
|
39
|
+

|
|
40
|
+
|
|
41
|
+
### Verify the launch path
|
|
42
|
+
|
|
43
|
+

|
|
44
|
+
|
|
31
45
|
## Commands
|
|
32
46
|
|
|
33
47
|
Useful commands:
|