You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+80-77Lines changed: 80 additions & 77 deletions
Original file line number
Diff line number
Diff line change
@@ -114,13 +114,11 @@ Keep in mind that many of these were recorded when Fabric was Python-based, so r
114
114
>
115
115
> July 4, 2025
116
116
>
117
-
> - Fabric now supports web search using the `--search` and `--search-location` flags
118
-
> - Web search is available for both Anthropic and OpenAI providers
119
-
> - Previous plugin-level search configurations have been removed in favor of the new flag-based approach.
120
-
> - If you used the previous approach, consider cleaning up your `~/.config/fabric/.env` file, removing the unused `ANTHROPIC_WEB_SEARCH_TOOL_ENABLED` and `ANTHROPIC_WEB_SEARCH_TOOL_LOCATION` variables.
121
-
> - Fabric now supports image generation using the `--image-file` flag with OpenAI models
122
-
> - Image generation works with both text prompts and input images (via `--attachment`) for image editing tasks
123
-
>
117
+
> -**Web Search**: Fabric now supports web search for Anthropic and OpenAI models using the `--search` and `--search-location` flags. This replaces the previous plugin-based search, so you may want to remove the old `ANTHROPIC_WEB_SEARCH_TOOL_*` variables from your `~/.config/fabric/.env` file.
118
+
> -**Image Generation**: Fabric now has powerful image generation capabilities with OpenAI.
119
+
> - Generate images from text prompts and save them using `--image-file`.
120
+
> - Edit existing images by providing an input image with `--attachment`.
121
+
> - Control image `size`, `quality`, `compression`, and `background` with the new `--image-*` flags.
124
122
>
125
123
>June 17, 2025
126
124
>
@@ -292,88 +290,88 @@ yt() {
292
290
293
291
You can add the below code for the equivalent aliases inside PowerShell by running `notepad $PROFILE` inside a PowerShell window:
0 commit comments