Skip to content

🦋 New version release#215

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

🦋 New version release#215
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.20.0

Minor Changes

  • 9fbab21: Extend the th agentic-tooling commands against the api-prime crawl/search/knowledge routes:

    • th crawl crawl <seed> — new authed whole-site crawl. Supports --limit, --max-depth (sent as maxDiscoveryDepth), --extract (JSON spec verbatim or wrapped as {"prompt": …}), --json, and --org. Default output is a compact completed/total summary plus one crawled URL per line.
    • th crawl map <url> — new authed URL-discovery command. Supports --search, --limit, --include-subdomains, --json, and --org; prints one discovered link per line by default.
    • th crawl scrape — new --extract <SPEC> (JSON verbatim or {"prompt": …}), --screenshot (appends screenshot to the formats), and --render <MODE> flags. --extract/--render are authed-only; the free tier surfaces the backend's rejection.
    • th search --scrape — forces searchDepth: "advanced" so each result is crawl-enriched with full page content (authed tier; clamped on the free tier).
    • th api knowledge add-url <url> — new authed command that kicks off a crawl→ingest job into the org's knowledge base via POST /organizations/{org}/knowledge/websites (--name defaults to the URL).
  • 59d926b: th knowledge — promote knowledge to a top-level command with semantic search.

    th knowledge search "<query>" runs the SAME retrieval an agent does over the org's OWN knowledge base (embed → dense+sparse hybrid → RRF), returning the most relevant passages. Scope to a single document with --doc <id>, cap with --max, or get raw JSON with --json. It rounds out the agentic-coding trio alongside th search (the web) and th crawl (a page).

    The full knowledge surface (list / show / content / upload / website / process / update / delete) is now available top-level as th knowledge (alias kb), same as th api knowledge. Backed by the new authed POST /organizations/:org_id/knowledge/search endpoint (SMOODEV-2610).

@brentrager brentrager force-pushed the changeset-release/main branch from 58784ac to a0b8617 Compare July 14, 2026 03:26
@brentrager brentrager enabled auto-merge (squash) July 14, 2026 03:26
@brentrager brentrager force-pushed the changeset-release/main branch from a0b8617 to 495afb9 Compare July 14, 2026 03:44
@brentrager brentrager merged commit 6f118df into main Jul 14, 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