@inference-gateway/cli 0.132.1 → 0.133.1

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
@@ -491,6 +491,10 @@ infer init --userspace # Initialize user-level configuration
491
491
  # Terminal mode (default)
492
492
  infer chat
493
493
 
494
+ # Resume a previous chat session
495
+ infer conversations list # Find session IDs
496
+ infer chat --session-id abc-123-def
497
+
494
498
  # Web terminal mode with browser interface
495
499
  infer chat --web
496
500
  infer chat --web --port 8080 # Custom port
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inference-gateway/cli",
3
- "version": "0.132.1",
3
+ "version": "0.133.1",
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"