@inference-gateway/cli 0.175.0 → 0.176.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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1233,8 +1233,9 @@ screenshot:
1233
1233
 
1234
1234
  Tools: `MouseMove`, `MouseClick`, `MouseScroll`, `KeyboardType`, `GetFocusedApp`, `ActivateApp`, and
1235
1235
  `GetLatestFrame`. They run silently in the background (bypassing the approval prompt) and are
1236
- governed by `computer_use.enabled` plus the configured rate limits. On macOS an optional **floating
1237
- progress window** can mirror what the agent is doing. For a sandboxed desktop to drive, see
1236
+ governed by `computer_use.enabled` plus the configured rate limits. The
1237
+ [desktop app](https://github.com/inference-gateway/desktop) visualizes what the agent is doing
1238
+ (monitor, screen overlay, approvals). For a sandboxed desktop to drive, see
1238
1239
  [examples/computer-use](examples/computer-use/).
1239
1240
 
1240
1241
  > **⚠️ Windows note:** Computer use (mouse, keyboard, screenshot tools) is **not supported on Windows**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inference-gateway/cli",
3
- "version": "0.175.0",
3
+ "version": "0.176.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"