First 1.0.0 of the open Unison brain client (SDK + CLI + MCP). It covers the
complete /v1 surface so any coding agent — via the SDK, the unison CLI, or
the MCP server — has the same capabilities.
Added
- Work primitives — the
workdomain (folders, documents, tables, records,
views) and the typed work-operations DSL viau.work.apply({ operations }),
plusquery/search/inspect/tree. CLIunison work …; MCPwork_*tools. - Brain filesystem —
read/write/list/search/grepover
documents;editDocis a surgical, atomic server-sidestr_replace. CLI +
brain_*MCP tools. - Mail —
mail.draftopens an editable draft for human review (a new email,
or a reply within an existing thread). - Web search —
research.search(SDK),unison web-search(CLI), and the
web_searchMCP tool — the client's route to the open web.
Breaking
- The
crm,tasks, andworkspaceSDK domains are removed and folded into
work. Pin@unisonlabs/sdk@^0.2if you still target a pre-/v1/workserver.
Packages (all 1.0.0): @unisonlabs/sdk, @unisonlabs/cli, @unisonlabs/mcp.
See CHANGELOG.md for the full list.