@inference-gateway/cli 0.147.1 → 0.148.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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -309,6 +309,7 @@ Now that you're up and running, explore these guides:
309
309
  - **[Web Terminal](docs/web-terminal.md)** - Browser-based terminal interface
310
310
  - **[Shortcuts Guide](docs/shortcuts-guide.md)** - Custom shortcuts and AI-powered snippets
311
311
  - **[A2A Agents](docs/agents-configuration.md)** - Agent-to-agent communication setup
312
+ - **[Telemetry](docs/telemetry.md)** - OpenTelemetry traces/metrics and baggage propagation
312
313
 
313
314
  ## Commands
314
315
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inference-gateway/cli",
3
- "version": "0.147.1",
3
+ "version": "0.148.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"