mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
Removed streamable_shell from docs (#7235)
This config option no longer exists Addresses #7207
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user