Skip to content

chore(deps): Bump @unisonlabs/sdk from 0.1.1 to 1.7.0#19

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/unisonlabs/sdk-1.7.0
Closed

chore(deps): Bump @unisonlabs/sdk from 0.1.1 to 1.7.0#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/unisonlabs/sdk-1.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @unisonlabs/sdk from 0.1.1 to 1.7.0.

Release notes

Sourced from @​unisonlabs/sdk's releases.

v1.0.0 — work primitives, brain FS, web search

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 work domain (folders, documents, tables, records, views) and the typed work-operations DSL via u.work.apply({ operations }), plus query / search / inspect / tree. CLI unison work …; MCP work_* tools.
  • Brain filesystemread / write / list / search / grep over documents; editDoc is a surgical, atomic server-side str_replace. CLI + brain_* MCP tools.
  • Mailmail.draft opens an editable draft for human review (a new email, or a reply within an existing thread).
  • Web searchresearch.search (SDK), unison web-search (CLI), and the web_search MCP tool — the client's route to the open web.

Breaking

  • The crm, tasks, and workspace SDK domains are removed and folded into work. Pin @unisonlabs/sdk@^0.2 if you still target a pre-/v1/work server.

Packages (all 1.0.0): @unisonlabs/sdk, @unisonlabs/cli, @unisonlabs/mcp. See CHANGELOG.md for the full list.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade @unisonlabs/sdk to 1.7.0 to adopt the v1 client, unlocking work primitives, brain filesystem, and web search. This is a major, breaking update that replaces legacy domains with work.

  • Dependencies

    • Bump @unisonlabs/sdk from ^0.1.0 to ^1.7.0.
  • Migration

    • Migrate any crm, tasks, or workspace usage to the work domain.
    • Use u.work.apply({ operations }) and query/search/inspect/tree for work operations.
    • For document edits, use brain FS APIs: read, write, list, search, grep, editDoc.

Written for commit 41aadca. Summary will update on new commits.

Review in cubic

Bumps [@unisonlabs/sdk](https://github.com/Unison-Workspace/unison-brain/tree/HEAD/packages/sdk) from 0.1.1 to 1.7.0.
- [Release notes](https://github.com/Unison-Workspace/unison-brain/releases)
- [Changelog](https://github.com/unison-labs-ai/unison-brain/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Unison-Workspace/unison-brain/commits/v1.7.0/packages/sdk)

---
updated-dependencies:
- dependency-name: "@unisonlabs/sdk"
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #20.

@dependabot dependabot Bot closed this Jun 29, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/unisonlabs/sdk-1.7.0 branch June 29, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants