Releases: open-webui/computer
Releases Β· open-webui/computer
Release list
v0.8.5
Added
- β¨ Better shared skill discovery. Computer now finds skills saved in the common agents skill folder, so more reusable workflows show up without extra setup.
Fixed
- π€ Smoother agent replies. Coding agents no longer repeat final answers or thinking notes that already appeared while the chat was running.
- β Cleaner chat endings. Thinking notes now close before answers, tool use, or the final saved message, keeping the chat display and completion state tidier.
- π More reliable agent approvals. Agent approval prompts now handle request IDs more flexibly, so approvals are less likely to get stuck.
v0.8.4
Fixed
- π¬ Slash commands at the start. New chats no longer block slash commands before the first regular message.
- π± Better mobile typing. Pressing Enter on phones and tablets now behaves like normal typing instead of choosing a suggestion or sending too soon.
- π€ Larger Claude Code replies. Claude Code can now handle bigger answers before chat display limits are applied.
v0.8.3
Fixed
- π¬ Cleaner chat suggestions. Slash commands, file matches, skill matches, and model choices now have a little more room and clearer hover hints, so longer names are easier to understand.
- π§ Better menu hints. Menus can now show helpful hover hints only when there is something useful to show, keeping empty tooltips out of the way.
v0.8.2
Added
- πΏ Fork chats from any response. Start a fresh copy of a conversation from the current response or with
/fork, so you can try a different direction without changing the original chat. - β¨ Easier skill access. Type
/to find skills alongside chat commands, and admins can control skill behavior from a new Skills page.
Changed
- π§ Smarter skill upkeep. Computer can help keep managed skills up to date after real chats, while admins can turn skill features on or off.
- βοΈ Tidier settings. About, sharing, update, license, and PWA reset controls now live in General, with Skills under Admin.
Fixed
- π¬ Clearer chat controls. Message actions now show helpful tooltips, and commands that need an existing chat stay hidden until they can be used.
- π¦ More dependable release downloads. Release runs now attach download files to the right repository more reliably.
v0.8.1
Added
- β Visible task progress. Chats can now show a live checklist so long-running work is easier to follow.
- π Message timestamps. Hover over message controls to see when a message was sent.
Changed
- π§° Better model tool control. Admins can choose which built-in tool groups each model can use, from files and terminal access to web, memory, images, and sub-agents.
- π More flexible sub-agents. Sub-agent limits now support higher defaults and unlimited mode for teams that want more parallel work.
Fixed
- π¬ More reliable chat lists. Chat history stays in the right order more consistently, even when a saved chat needs extra cleanup.
- β¨ Cleaner skill suggestions. Skill matches in chat now use a simpler, more consistent icon.
v0.8.0
Added
- π§° Create skills from chat. Use
/skills:createto turn a workflow into a reusable skill for the current workspace. - π Skill list in chat. Use
/skills:listto see available skills, including which ones Computer can manage directly. - π Inline file previews. Files can now open inside chat, including images, PDFs, documents, text, Markdown, JSON, CSV, HTML, SVG, audio, and video.
Changed
- πΌοΈ Generated images appear as files. New images are saved to the workspace and displayed in chat with the same preview controls as other files.
- π¦ More reliable release downloads. Release runs can refill missing download files and checksums without republishing an existing package.
v0.7.7
Added
- π SearXNG web search. Choose SearXNG in Web settings and connect Computer to your own search instance.
v0.7.6
Added
- π Notification targets. Send chat alerts to a webhook or one of your messaging bots, choose when alerts are sent, and test each destination from Settings.
- π€ Cline agent support. Add Cline as a coding agent and use it from chat alongside Codex, Claude Code, Cursor, Grok, and OpenCode.
- π¦ Offline install guide. Added setup steps for installing Computer in places without internet access after download.
Changed
- π§ Easier workspace start. Recent workspaces are easier to find, scan, and reopen from the home screen.
- πͺ Better split tabs. Drag tabs to the left, right, top, or bottom to make split panes, and move tabs between panes without losing them.
- π More complete labels. Updated labels for new notification and agent settings across supported languages.
Fixed
- π Cleaner dragging. Dragging tabs no longer wakes up file upload areas or chat attachments by mistake.
- π¬ Messaging bot setup. Slack, WhatsApp, and Signal bots can now be created from the same admin flow as Telegram and Discord.
- β More reliable chat endings. Chats now settle more consistently at the end of a run, which keeps final status and alerts in sync.
v0.7.5
Added
- π¨ Appearance controls. Added a new Appearance settings page so you can adjust how Computer looks and feels without leaving the app.
- π³ Git worktrees. View, search, open, and create worktrees from the Git panel so you can keep separate branches in separate folders.
Changed
- π More complete language support. Expanded translations across settings, chat, files, previews, and admin screens so the interface feels more consistent in every supported language.
- π§© Cleaner everyday interface. Polished menus, dialogs, chat controls, file previews, terminal views, and setup screens for a more consistent experience across desktop and mobile.
- π Easier web setup. Search providers and browser tools now show their keys, base URLs, and helper text in a cleaner layout.
v0.7.4
Added
- π₯οΈ Live command sessions in chat. Running commands now appear in the chat status menu, where you can open live output, keep an eye on long jobs, and terminate a stuck command without leaving the conversation.
- π More useful chat status. Chats now have a compact status bar with the conversation title, context usage, queued messages, Chat ID, and active command count in one place.
Fixed
- β¨οΈ More reliable command control. Long-running commands now keep accepting input and can be stopped from either the chat tools or the live session view.
- π§Ή Cleaner activity details. Chat activity stays aligned and easier to scan while command output remains available where it is useful.