@inference-gateway/cli 0.138.0 → 0.139.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.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -736,6 +736,7 @@ use the `gh` CLI through Bash (or the built-in `/scm` shortcuts) for GitHub oper
|
|
|
736
736
|
| **BashOutput** | Read new output from a running background shell | Yes |
|
|
737
737
|
| **KillShell** | Terminate a background shell | Yes |
|
|
738
738
|
| **ListShells** | List background shells and their state | Yes |
|
|
739
|
+
| **Wait** | Block until a condition is met (shells exit, file event, or check command succeeds) - no LLM round-trips wasted | No |
|
|
739
740
|
|
|
740
741
|
**Task & planning** (`AskUserQuestion` needs `tools.ask_user_question.enabled`):
|
|
741
742
|
|
|
@@ -1051,6 +1052,7 @@ approval**; override per tool with `tools.<name>.require_approval`.
|
|
|
1051
1052
|
| WebSearch, WebFetch | Yes | Make external requests (global default) |
|
|
1052
1053
|
| A2A_SubmitTask | Yes | Dispatches work to another agent |
|
|
1053
1054
|
| Bash | Optional | Governed by the per-mode bash allow-list |
|
|
1055
|
+
| Wait | No | Passive utility - blocks until condition met, no side effects |
|
|
1054
1056
|
| Read, Grep, Tree | No | Read-only operations |
|
|
1055
1057
|
| Memory, TodoWrite | No | Local agent state (explicitly exempt) |
|
|
1056
1058
|
| Computer-use tools | No | Run silently in the background |
|