Added
- ๐งฐ Tool servers can now carry their own environment settings. Add extra environment values for local tool servers from Admin, with matching translations across supported languages.
- ๐ OpenCode over Docker is easier to set up. The README now shows how to connect a host-running OpenCode server from a Docker install.
Changed
- ๐ค Claude Code conversations continue more smoothly. Computer keeps Claude Code sessions warm between turns when the setup is unchanged, so follow-up prompts feel more natural.
- ๐งญ Agent model choices are less fussy. Saved agent models and newly detected models are combined, so custom setups are less likely to disappear from the picker.
- ๐ฌ OpenAI-style chat requests return a full answer unless streaming is requested. This better matches clients that expect a single response by default.
Fixed
- ๐ Trusted-header sign-in is more dependable. Computer now recognizes the configured header during session checks and keeps signed-in users attached to their account.
- ๐งน Deleted agent profiles stay deleted after saving. Removing a saved agent no longer gets skipped just because no new profiles were added.
- ๐ Workspace names are preserved when workspace details update. Updating tabs or layout no longer quietly falls back to the folder name.
- ๐ Lists appear correctly while writing. Bulleted and numbered lists now show their markers in chat and rich text editors.
- ๐๏ธ Git paths are easier to read. File names with non-English characters now appear as themselves instead of escaped text.
- ๐งฉ Quoted tool-server commands work more reliably. Local tool servers can start even when the saved command was wrapped in quotes.
- ๐ฆ Optional tool-server support stays on the supported version range. Fresh installs avoid incompatible future releases.