Skip to content

chore(deps): Bump @unisonlabs/sdk from 0.1.1 to 1.7.2#20

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @unisonlabs/sdk from 0.1.1 to 1.7.2.

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
Maintainer changes

This version was pushed to npm by misha_misha, a new releaser for @​unisonlabs/sdk since your current version.


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.2 to adopt the /v1 API and new work/brain features. This is a major bump; crm, tasks, and workspace are removed and consolidated under work.

  • Dependencies

    • Bumped @unisonlabs/sdk from ^0.1.0 to ^1.7.2 in packages/code-chunk.
  • Migration

    • Replace any crm, tasks, and workspace usage with the work domain.
    • Use u.work.apply({ operations }) and work.query/search/inspect/tree for data operations.
    • Use filesystem APIs (read, write, list, search, grep) and atomic editDoc for document changes.

Written for commit 2a273bb. 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.2.
- [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.2/packages/sdk)

---
updated-dependencies:
- dependency-name: "@unisonlabs/sdk"
  dependency-version: 1.7.2
  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 29, 2026
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