Skip to content

v0.10.20

Choose a tag to compare

@hyoshi hyoshi released this 11 Jul 23:51
01ef753

Added

  • Per-row reinstall buttons for the basic setup. Install / Reinstall buttons next to the existing Remove buttons for the credential-guard hook and the workflow skills — restore either without re-running the wizard (new /api/setup/hook/install and /api/setup/skills/install routes). Install and remove buttons now surface error envelopes instead of treating HTTP 200 as success. (#377)
  • "Restart configure" button on the About tab. Restart the running configure server from the browser: a managed service (launchd/systemd) restarts via its supervisor, while an interactive mureo configure re-execs itself in place; the page waits and reloads automatically. (#378)
  • Workspace-scoped MCP server instructions. When bound to a non-default workspace, the MCP server names that workspace in its InitializeResult instructions so hosts exposing several mureo servers to one conversation route tool calls correctly. Default installs unchanged. (#379)

Fixed

  • Deflaked the managed-upgrade route by scheduling the exit-to-restart before flushing the HTTP response (no behavior change). (#381)

Documentation

  • READMEs now link the commercial editions (mureo.jp): the cloud-hosted service and the local Agency edition. (#380)