@inference-gateway/cli 0.149.0 → 0.150.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1285,6 +1285,10 @@ and Docker Compose file:
1285
1285
  | [shortcuts](examples/shortcuts/) | Custom `/`-shortcuts wired through config |
1286
1286
  | [web-terminal](examples/web-terminal/) | Browser-based, multi-tab web terminal |
1287
1287
  | [telegram-channel](examples/telegram-channel/) | Driving the agent from a Telegram channel |
1288
+ | [working-offline](examples/working-offline/) | Fully offline usage with local models via Ollama or llama.cpp |
1289
+ | [gpu-provisioning](examples/gpu-provisioning/) | Renting an on-demand cloud GPU running llama.cpp via `infer gpu` (RunPod) |
1290
+ | [postgres-storage](examples/postgres-storage/) | Persisting conversations to PostgreSQL |
1291
+ | [a2a-traces](examples/a2a-traces/) | End-to-end OpenTelemetry traces between the CLI and an A2A agent |
1288
1292
 
1289
1293
  ### Basic Workflow
1290
1294
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inference-gateway/cli",
3
- "version": "0.149.0",
3
+ "version": "0.150.0",
4
4
  "description": "A Git-first CLI coding agent that turns ideas, issues, and tasks into real code changes.",
5
5
  "bin": {
6
6
  "infer": "bin/run.js"