@inference-gateway/cli 0.154.1 → 0.155.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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -404,6 +404,7 @@ See [Commands Reference](docs/commands-reference.md#configuration-management) fo
404
404
  ```bash
405
405
  infer agents init # Initialize agents configuration
406
406
  infer agents add browser-agent # Add an agent from the registry with defaults
407
+ infer agents add browser-agent --tag lightpanda # Pick another image tag (engine/version)
407
408
  infer agents add custom https://... # Add a custom agent
408
409
  infer agents list # List all agents
409
410
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inference-gateway/cli",
3
- "version": "0.154.1",
3
+ "version": "0.155.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"