github open-webui/computer v0.4.0

latest releases: v0.9.21, v0.9.20, v0.9.19...
2 months ago

Added

  • πŸ”Œ Tool servers. Connect external tools via MCP or OpenAPI. Add servers from the new Tool Servers admin tab, verify the connection, and the AI can use them immediately. Supports bearer auth and custom headers.
  • πŸ€– Sub-agents. The AI can now spin up sub-agents to work on tasks in parallel. Each sub-agent gets full tool access and runs as a real chat you can inspect afterwards. Configure concurrency and limits from the new Subagents admin tab.
  • ⚑ Parallel tool execution. When the AI makes multiple tool calls in one response, they now run concurrently instead of one at a time.
  • πŸ” Signup toggle. Enable or disable user registration directly from the Users admin tab.
  • 🧠 Context compaction threshold in UI. The token threshold for automatic context compaction can now be set from the Models admin tab instead of editing config.toml.

Changed

  • πŸ—οΈ Admin panel restructure. The old Settings and Browser panels have been split into focused tabs: Web (search providers + browser backends), Tool Servers, and Subagents.
  • 🌍 Comprehensive i18n. 200+ new translation keys across all 10 locales. Almost every remaining hardcoded English string in the UI is now translatable.
  • 🏷️ External tool labels. Tool calls from external servers show the tool name and server in the chat UI. Sub-agent tasks show as Sub-agent: "task…".

Fixed

  • πŸ› Plan mode with external tools. Plan mode now correctly sees tools from connected external servers, not just built-in ones.

Don't miss a new computer release

NewReleases is sending notifications on new releases.