Skip to content

🦋 New version release#1

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Jun 13, 2026
Merged

🦋 New version release#1
brentrager merged 1 commit into
mainfrom
changeset-release/main

Conversation

@brentrager

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 the packages will be published to npm 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-operator@0.3.0

Minor Changes

  • 0933942: C# server (SmooAI.SmoothOperator.Server) + engine hardening, at Rust parity.

    Server (new):

    • Durable Postgres adapters: ACL knowledge store (ACL filtered in SQL via acl_groups && groups, leak contract on both in-memory and Postgres backends), session store, and checkpoint store — agent state, sessions, and ACL-scoped knowledge all survive a restart.
    • GatewayEmbedder for real semantic retrieval (deterministic fallback when no gateway key).
    • Reranker: opt-in post-retrieval reorder (SMOOTH_AGENT_RERANK=gateway|lexical|off) — engine IReranker/NoopReranker/LexicalReranker + server GatewayReranker + RerankSelection, wired through the turn; fails soft if the reranker errors.
    • Auth-gated /admin API: /admin/health, /admin/me, /admin/connectors, and POST /admin/reindex (re-ingest without a restart); fail-closed Bearer auth.
    • Tool stream_chunks: tool call/result surfaced over the WebSocket protocol.
    • Deployable host (SmooAI.SmoothOperator.Server.Host) + Dockerfile: wires gateway model, storage, JWT/trusted/none auth, and startup GitHub ingestion.

    Engine (SmooAI.SmoothOperator.Core):

    • IReranker + NoopReranker + LexicalReranker + Rerankers.ApplyOptionalAsync.
    • RunStreamingAsync now yields the tool-result update so tool results surface in the stream.

    Robustness fixes:

    • Chunker no longer infinite-loops on long non-whitespace runs (minified code / base64 / long URLs).
    • The dispatcher emits a clean error and keeps the connection alive on any handler exception (was dropping the socket silently).
    • Postgres checkpoint store preserves tool-call/result content (was serializing text only).
    • GitHub connector fails loud on a truncated tree instead of silently indexing a partial repo.

@brentrager brentrager merged commit 5b8bce2 into main Jun 13, 2026
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