Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/mcp-cli-parity.md

This file was deleted.

2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "smooth-agent",
"source": "./claude-plugins/smooth-agent",
"description": "Run a Big Smooth that drives Claude Code worker sessions over tmux, coordinate agents over th-mail, drive the org's Smooth Operator, and track work in pearls. Provides the /smooth command + a windows-build-box skill (throwaway Windows EC2 over SSM). Ships the shared SmooAI repo guardrail hooks (worktree enforcement, th-over-curl nudges, pearls-label reminder, pearl-store read-only-wedge guard).",
"version": "0.38.0",
"version": "0.39.0",
"category": "orchestration",
"keywords": ["orchestration", "tmux", "multi-agent", "th-mail", "pearls", "smooth-operator"],
"author": {
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @smooai/smooth

## 0.39.0

### Minor Changes

- 190e054: MCP→CLI parity batch: the ~35 hosted-MCP tools that had no `smoo` verb now do. New command groups `smoo analytics` (catalog / org-scoped validated query / GA4 reports), `smoo campaigns` (list / analytics / preview-first send — a real send requires `--confirm`, and per-recipient suppression stays server-side), `smoo drip` (sequences / enrollments / enroll / cancel / test-send), `smoo audiences` (list / create / members / add-members / resolve), `smoo forms`, `smoo gbp reviews`, `smoo search-console queries`, `smoo sheets snapshots`, and `smoo workforce` (bare command = the directory). Extended: `smoo files search|summarize`, `smoo heypage versions|rollback|source get|set|content get|set`, and `smoo api observability metrics list|query|attributes` + `web-vitals`. Every verb mirrors the exact route its mcp.smoo.ai twin calls, takes `--json`, reports empty results as answers, and always reports truncation.

## 0.38.0

### Minor Changes
Expand Down
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"]

[workspace.package]
version = "0.38.0"
version = "0.39.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/SmooAI/smooth"
Expand Down Expand Up @@ -223,19 +223,19 @@ smooth-operator-server = { git = "https://github.com/SmooAI/smooth-operator.git"
smooth-operator-svc = { git = "https://github.com/SmooAI/smooth-operator.git", rev = "b6c6b84", package = "smooai-smooth-operator", default-features = false }
# smooth-owned coding-harness extensions to the generic engine (re-homed from
# the engine when it went generic at 0.14.0). See crates/smooth-cast.
smooth-cast = { version = "0.38.0", path = "crates/smooth-cast", package = "smooai-smooth-cast" }
smooth-policy = { path = "crates/smooth-policy", version = "0.38.0", package = "smooai-smooth-policy" }
smooth-web = { version = "0.38.0", path = "crates/smooth-web", package = "smooai-smooth-web" }
smooth-code = { version = "0.38.0", path = "crates/smooth-code", package = "smooai-smooth-code" }
smooth-pearls = { path = "crates/smooth-pearls", version = "0.38.0", package = "smooai-smooth-pearls" }
smooth-diver = { version = "0.38.0", path = "crates/smooth-diver", package = "smooai-smooth-diver" }
smooth-tmux = { version = "0.38.0", path = "crates/smooth-tmux", package = "smooai-smooth-tmux" }
smooth-api-client = { version = "0.38.0", path = "crates/smooth-api-client", package = "smooai-smooth-api-client" }
smooth-cast = { version = "0.39.0", path = "crates/smooth-cast", package = "smooai-smooth-cast" }
smooth-policy = { path = "crates/smooth-policy", version = "0.39.0", package = "smooai-smooth-policy" }
smooth-web = { version = "0.39.0", path = "crates/smooth-web", package = "smooai-smooth-web" }
smooth-code = { version = "0.39.0", path = "crates/smooth-code", package = "smooai-smooth-code" }
smooth-pearls = { path = "crates/smooth-pearls", version = "0.39.0", package = "smooai-smooth-pearls" }
smooth-diver = { version = "0.39.0", path = "crates/smooth-diver", package = "smooai-smooth-diver" }
smooth-tmux = { version = "0.39.0", path = "crates/smooth-tmux", package = "smooai-smooth-tmux" }
smooth-api-client = { version = "0.39.0", path = "crates/smooth-api-client", package = "smooai-smooth-api-client" }
# Chat-first Big Smooth daemon on the smooth-operator LocalServer engine (th-7225f9).
smooth-daemon = { version = "0.38.0", path = "crates/smooth-daemon", package = "smooai-smooth-daemon" }
smooth-tools = { version = "0.38.0", path = "crates/smooth-tools", package = "smooai-smooth-tools" }
smooth-goalie = { version = "0.38.0", path = "crates/smooth-goalie", package = "smooai-smooth-goalie" }
smooth-menubar = { version = "0.38.0", path = "crates/smooth-menubar", package = "smooai-smooth-menubar" }
smooth-daemon = { version = "0.39.0", path = "crates/smooth-daemon", package = "smooai-smooth-daemon" }
smooth-tools = { version = "0.39.0", path = "crates/smooth-tools", package = "smooai-smooth-tools" }
smooth-goalie = { version = "0.39.0", path = "crates/smooth-goalie", package = "smooai-smooth-goalie" }
smooth-menubar = { version = "0.39.0", path = "crates/smooth-menubar", package = "smooai-smooth-menubar" }
# Cross-runtime client shared library (github.com/SmooAI/client-shared).
# SMOODEV-1464: switched from a local `path = "../client-shared/rust"` dep to
# a rev-pinned git dep. The path form only resolved on a dev laptop, so every
Expand Down
2 changes: 1 addition & 1 deletion claude-plugins/smooth-agent/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "smooth-agent",
"version": "0.38.0",
"version": "0.39.0",
"description": "Big Smooth orchestration for Claude Code: tmux-supervised worker sessions that run in parallel, coordinate over th-mail, and track work in pearls. Auto-onboards every Claude Code session to the th-mail bus at startup, then nudges it to self-rename to a task-meaningful handle. Ships the `smooth` MCP server (th mcp serve) so agent mail, pearls and memory are tools rather than shell calls, plus a statusline showing your handle and unread count. Provides the /smooth command and a windows-build-box skill (throwaway Windows EC2 over SSM). Also ships the shared SmooAI repo guardrails as hooks (worktree enforcement, th-over-curl nudges, pearls-label reminder, pearl-store read-only-wedge guard, th-attest push hint) so the SmooAI repos stop hand-copying .claude/hooks.",
"mcpServers": {
"smooth": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smooai/smooth",
"version": "0.38.0",
"version": "0.39.0",
"description": "Security-first AI agent orchestration platform",
"homepage": "https://github.com/SmooAI/smooth#readme",
"bugs": {
Expand Down
Loading