nvicode 0.1.10 → 0.1.12

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
@@ -1,7 +1,14 @@
1
1
  # NviCode - Introducing one click Nvidia/OpenRouter keys to Claude Code. Free Claude code.
2
2
 
3
- Run Claude Code through NVIDIA-hosted models or OpenRouter using a simple CLI wrapper.
4
- Use top open-source model APIs on NVIDIA Build for free, with `nvicode` paced to `40 RPM` by default.
3
+ [![CI](https://github.com/dineshpotla/nvicode/actions/workflows/ci.yml/badge.svg)](https://github.com/dineshpotla/nvicode/actions/workflows/ci.yml)
4
+ [![npm version](https://img.shields.io/npm/v/nvicode)](https://www.npmjs.com/package/nvicode)
5
+ [![package](https://img.shields.io/badge/package-nvicode-orange)](https://www.npmjs.com/package/nvicode)
6
+ [![node >=20](https://img.shields.io/badge/node-%3E%3D20-339933)](https://nodejs.org/)
7
+ [![license: MIT](https://img.shields.io/badge/license-MIT-blue)](./LICENSE)
8
+
9
+ Internally, `nvicode` sits between Claude Code and the selected provider.
10
+ For NVIDIA, it starts a local Anthropic-compatible proxy that translates Claude Code requests to NVIDIA chat completions.
11
+ For OpenRouter, it points Claude Code directly at OpenRouter's compatible endpoint and applies the selected model configuration.
5
12
 
6
13
  Supported environments:
7
14
  - macOS
package/dist/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nvicode",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "NviCode - Introducing one click Nvidia/OpenRouter keys to Claude Code. Free Claude code.",
5
5
  "author": "Dinesh Potla",
6
6
  "keywords": [