Removed streamable_shell from docs (#7235)

This config option no longer exists

Addresses #7207
This commit is contained in:
Eric Traut
2025-11-24 13:47:57 -06:00
committed by GitHub
parent 481c84e118
commit 207d94b0e7
2 changed files with 0 additions and 3 deletions

View File

@@ -33,7 +33,6 @@ Optional and experimental capabilities are toggled via the `[features]` table in
```toml
[features]
streamable_shell = true # enable the streamable exec tool
web_search_request = true # allow the model to request web searches
# view_image_tool defaults to true; omit to keep defaults
```
@@ -43,7 +42,6 @@ Supported features:
| Key | Default | Stage | Description |
| ----------------------------------------- | :-----: | ------------ | ---------------------------------------------------- |
| `unified_exec` | false | Experimental | Use the unified PTY-backed exec tool |
| `streamable_shell` | false | Experimental | Use the streamable exec-command/write-stdin pair |
| `rmcp_client` | false | Experimental | Enable oauth support for streamable HTTP MCP servers |
| `apply_patch_freeform` | false | Beta | Include the freeform `apply_patch` tool |
| `view_image_tool` | true | Stable | Include the `view_image` tool |