@inference-gateway/cli 0.163.1 → 0.164.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
@@ -310,6 +310,7 @@ Now that you're up and running, explore these guides:
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
312
  - **[Telemetry](docs/telemetry.md)** - OpenTelemetry traces/metrics and baggage propagation
313
+ - **[AG-UI Output](docs/ag-ui-output.md)** - AG-UI protocol event stream for the headless agent
313
314
 
314
315
  ## Commands
315
316
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inference-gateway/cli",
3
- "version": "0.163.1",
3
+ "version": "0.164.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"