Skip to content

release: promote main - #81

Merged
carhartlewis merged 7 commits into
releasefrom
main
Aug 7, 2026
Merged

release: promote main#81
carhartlewis merged 7 commits into
releasefrom
main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Everything on main that release does not have yet. Merging this is what puts it in
front of users, because release is what a deploy and a plain clone both point at.

Nothing releasable is waiting — no version bump will ride along with this.

Merge it with a merge commit, not a squash: a squash would give release a new
commit of its own, and the tags on main would stop being ancestors of what you shipped.


Summary by cubic

Promotes durable team agents to users: adds sandboxed builder and runner runtimes with review-before-deploy, new agent APIs, conversation sharing, and safer CRM tools. Improves dev flow with a proper start script and optional AGENT_PORT.

  • New Features

    • CMP-1: Durable team agents with a private builder chat and a pinned runner. Drafts are saved, artifacts stream live, actions are idempotent, and dispatch is backgrounded with leases.
    • CMP-46/CMP-47: Builder workspace polish—chat titles, inline composer context, attachment previews, and shareable read-only links.
    • CMP-12: Review and deploy flow—TRPC agents routes to list/update/deploy/run-now with access control.
    • CMP-59: CRM hardening—purpose-gated tools, session/token limits, and safer reads. New list_deals tool and email/calendar opt-in on history reads.
    • apps/agent: Adds eve eval, builder/runner evals and tests, and a start script that honors AGENT_PORT.
  • Migration

    • Ensure AGENT_BRIDGE_SECRET is set on both apps/api and the agent; the API will poke /internal/crm/dispatch, /internal/crm/builder-dispatch, and /internal/crm/agent-dispatch.
    • If self-hosting apps/agent, set AGENT_PORT (or rely on PORT) and use bun --filter @crm/agent start. Rebuild and apply database migrations.

Written for commit 57336ab. Summary will update on new commits.

Review in cubic

@vercel

vercel Bot commented Aug 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
crm-agent Ready Ready Preview Aug 7, 2026 6:30pm
crm-api Ready Ready Preview Aug 7, 2026 6:30pm
crm-app Ready Ready Preview Aug 7, 2026 6:30pm

Request Review

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.

2 participants