Changelog
What changed, release by release
Each entry is the release note as written. Nothing is summarised here, so the page cannot claim more than the release did.
0.2.18
- Add
install codexas the single-command onboarding flow: it creates the control store, installs the skill, and configures MCP. - Let workspace creation and template seeding happen later in agent chat, or optionally during installation with
--workspaceand--template.
- Add
0.2.17
- Refuse MCP configuration when its local database does not exist.
- Copy
npxinstallations into a stable local MCP runtime instead of saving an evictable_npxcache path in agent configuration.
0.2.16
- Make
open_tabledefault to the in-app browser; system browser opening is explicit.
- Make
0.2.15
- Restore the lightweight Git installation and direct MCP setup from v0.2.13.
0.2.13
- Add
install mcp <client>as the direct MCP-only setup command; keepinitfor compatibility.
- Add
0.2.12
- Make Git URL installation small: package only installs the
wsruntime dependency; the committed bundle supplies the app.
- Make Git URL installation small: package only installs the
0.2.11
- Wait for asynchronous MCP tool responses before closing stdio.
- Skip the expensive web build during Git URL installs when the committed dist bundle is present.
0.2.10
- Export Git bundle row snapshots as readable Markdown tables.
- Add a deep Git fixture covering agent attribution, field-level Markdown diffs, bundle verification, and clone recovery.
0.2.9
- Add explicit one-command Codex setup with a named seeded workspace.
- Let Codex browser-capable clients open a local table in-app through
open_table. - Add MCP/database/workspace/skill diagnostics to
init codex --status.
0.2.8
- Add the
open_tableMCP tool, which launches the local browser app for the current MCP workspace without accepting an agent-supplied URL or path. - Add Codex and Claude plugin directories that bundle the Mochi skill and MCP configuration.
- Add the
0.2.7
- Tell the agent how to reconnect when MCP is unavailable instead of mistaking the current Git folder for an empty table.
- Distinguish an empty connected workspace from a missing local store and suggest safe workspace names,
.mochilocations, and Codex config paths.
Older releases live in the release list on GitHub.