Skip to content

v0.9.16

Choose a tag to compare

@github-actions github-actions released this 31 Jul 21:04
· 75 commits to main since this release

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.