T

text-generation-webui

T
text-generation-webui AI v4.9

v4.9

Changes MTP speculative decoding support: Add draft-mtp as a new --spec-type option. Auto-enabled when loading MTP GGUFs (e.g. Qwen 3.6 MoE MTP builds). Web search improvements: Add snippet support to the web_search tool: results now include a short text excerpt that often answers the query directly, eliminating the need for a follow-up fetch_webpage call (#7548). Drop link URLs from fetch_webpage…

T
text-generation-webui AI v4.8

v4.8

Changes Redesigned chat composer: Taller input area with the paperclip and message-action buttons pinned to the bottom, similar to Gemini and DeepSeek. Smooth scroll animation when sending a new message: Inspired by Gemini's chat UI. Electron improvements: Persist window bounds and maximize state across launches. Add a --no-electron flag to skip the desktop window and use the web UI in the browser…

T
text-generation-webui AI v4.7.3

v4.7.3

Changes Native desktop app: Portable builds now bundle Electron and open as a native window. Run textgen / textgen.bat instead of the previous start scripts. Pass --listen or --nowebui to skip the window and run the server directly. Major UI overhaul: Replace Noto Sans with Inter as the default font. Replace emoji refresh/save/delete buttons with Lucide SVG icons. Turn the chat mode selector (chat…

T
text-generation-webui AI v4.6.2

v4.6.2

Changes Tool call confirmation: Add inline approve/reject/always-approve buttons that appear before each tool call is executed. Enable via the new "Confirm tool calls" checkbox in the Chat tab. Stdio MCP server support: In addition to HTTP MCP servers, you can now configure local subprocess-based MCP servers via user_data/mcp.json, using the same format as Claude Desktop and Cursor. [Tutorial] pre…

T
text-generation-webui AI v4.5.2

v4.5.2

Changes The project has been renamed to TextGen! The GitHub URL is now github.com/oobabooga/textgen. Logits display improvements (#7486). Thanks, @wiger3. UI: Add sky-blue color for quoted text in light mode (#7473). Thanks, @Th-Underscore. Reduce VRAM peak in prompt logprobs forward pass. Bug fixes Fix Gemma-4 tool calling: handle double quotes and newline chars in arguments (#7477). Thanks, @mam…