Skip to content

πŸ¦‹ New version release#217

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Jul 15, 2026
Merged

πŸ¦‹ New version release#217
brentrager merged 1 commit into
mainfrom
changeset-release/main

Conversation

@brentrager

@brentrager brentrager commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@smooai/smooth@0.21.0

Minor Changes

  • 5865150: Big Smooth UI sign-in: add GET /auth/login, GET /auth/callback, and
    GET /api/auth/status so a user viewing the Big Smooth web UI remotely
    (e.g. over tailscale) can log th into Smoo AI by clicking a button
    instead of SSHing in to run th auth login. Runs the browser OAuth2 +
    PKCE flow through the daemon itself β€” the callback URL is derived from
    the request's Host + X-Forwarded-Proto, the PKCE verifier is held in
    a single-use, 10-minute-TTL in-memory store, and the resulting user
    session is persisted to ~/.smooth/auth/smooai-user.json (the same file
    th's user-authed API calls read). The web sidebar shows "Signed in as
    …" or a "Sign in to Smoo AI" button accordingly.
  • 50f1aa5: th api crm assoc β€” CRM entity associations from the CLI (SMOODEV-2644).
    Adds assoc link/unlink/list/set-type/set-label, where entities are
    given as TYPE:REF operands (e.g. contact:jane@x.com, company:Acme,
    deal:"Big Deal", or task:<uuid>) β€” contact/company/deal refs resolve by
    name/email/title via the existing resolvers, other types accept a uuid.
    Also adds thin sugar wrappers over the legacy FKs: contacts set-company,
    deals set-contact, deals set-company, and companies set-parent (each
    accepting none/- to clear). Backed by the native api-prime associations
    endpoints from SmooAI/smooai#3068; the commands 404 against prod until that
    deploys.

@brentrager brentrager enabled auto-merge (squash) July 14, 2026 17:10
@brentrager brentrager force-pushed the changeset-release/main branch from 561246c to 94809be Compare July 15, 2026 14:50
@brentrager brentrager merged commit 2c19fdf into main Jul 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant