Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 0 additions & 63 deletions docs/adr/0001-experimental-image-generation-tool.md

This file was deleted.

59 changes: 0 additions & 59 deletions docs/adr/0002-image-editing-visual-mockups.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/config/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,6 @@ mux run -t 0 "Quick fix" # Lowest thinking for the model
mux run -t high "Deep analysis" # Named level
```

## Experimental Image Tools Model

Mux can expose experimental Image Tools for Exec agents. Enable them in **Settings → Experiments → Image Tools**.

The image model is configured separately from the chat model. The default is `openai:gpt-image-2`. Image Tools are OpenAI-only in this experiment and require OpenAI provider credentials in **Settings → Providers**.

`image_generate` creates raster images from text prompts. It supports prompt, image count, quality, and output format.

`image_edit` edits one existing PNG, JPEG, or WebP image by path. Because editing uploads the source file to the image provider, including embedded metadata, it is hidden unless you also enable **Allow image uploads for editing** under the Image Tools settings. Source images are sent as-is; Mux does not automatically redact screenshot contents or strip image metadata.

Generated and edited full-resolution images are saved as runtime artifacts. Copy selected final assets into the workspace when they should become project files.

## Next Steps

<Card title="Configure Providers" icon="key" href="/config/providers">
Expand Down
2 changes: 0 additions & 2 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@
"reference/telemetry",
"reference/storybook",
"reference/benchmarking",
"adr/0001-experimental-image-generation-tool",
"adr/0002-image-editing-visual-mockups",
"adr/0003-context-boundaries-for-compaction-and-reset",
"adr/0004-cli-goal-runs-are-not-strict-goal-aliases",
"AGENTS"
Expand Down
25 changes: 0 additions & 25 deletions docs/hooks/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -517,31 +517,6 @@ If a value is too large for the environment, it may be omitted (not set). Mux al

</details>

<details>
<summary>image_edit (5)</summary>

| Env var | JSON path | Type | Description |
| ------------------------------ | -------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------- |
| `MUX_TOOL_INPUT_N` | `n` | number | Number of edited variants to create. Defaults to 1; request multiple variants only when the user asks or variants are clearly useful. |
| `MUX_TOOL_INPUT_OUTPUT_FORMAT` | `outputFormat` | enum | Optional output format. Defaults to png. |
| `MUX_TOOL_INPUT_PROMPT` | `prompt` | string | Edit prompt describing the desired image changes |
| `MUX_TOOL_INPUT_QUALITY` | `quality` | enum | Optional edit quality. Defaults to the provider/model default. |
| `MUX_TOOL_INPUT_SOURCE_PATH` | `sourcePath` | string | Path to the existing source image to edit |

</details>

<details>
<summary>image_generate (4)</summary>

| Env var | JSON path | Type | Description |
| ------------------------------ | -------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
| `MUX_TOOL_INPUT_N` | `n` | number | Number of images to generate. Defaults to 1 and must not exceed the user's configured Image Tools maximum. |
| `MUX_TOOL_INPUT_OUTPUT_FORMAT` | `outputFormat` | enum | Optional output format. Defaults to png. |
| `MUX_TOOL_INPUT_PROMPT` | `prompt` | string | Prompt describing the image(s) to generate |
| `MUX_TOOL_INPUT_QUALITY` | `quality` | enum | Optional generation quality. Defaults to the provider/model default. |

</details>

<details>
<summary>mux_agents_write (2)</summary>

Expand Down
Loading
Loading