Skip to content

πŸ¦‹ New version release - #449

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Aug 17, 2026
Merged

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

Conversation

@brentrager

@brentrager brentrager commented Aug 17, 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 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@1.50.2

Patch Changes

  • 6cd5ea4: feat(dotnet): emit gen_ai.chat / gen_ai.tool OpenTelemetry spans on the turn path (th-873430, M parity)

    The .NET server emitted no OpenTelemetry spans, so its turns were invisible in the observability
    studio next to the Rust server's. This brings it to parity: TurnRunner.RunAsync now opens a
    gen_ai.chat activity per turn β€” carrying gen_ai.system, gen_ai.request.model,
    gen_ai.conversation.id, gen_ai.agent.name, and, on completion, the gen_ai.usage.input_tokens /
    gen_ai.usage.output_tokens counts β€” and each tool call opens a child gen_ai.tool activity with
    gen_ai.tool.name and the (secret-redacted) gen_ai.tool.call.arguments. The attribute keys and
    span names are byte-identical to the Rust smooth_operator::telemetry module.

    Spans flow from a named ActivitySource ("smooth-operator"); the host wires an OTLP exporter only
    when OTEL_EXPORTER_OTLP_ENDPOINT is set (the same env gate as the Rust host's init_telemetry),
    so a collector-less run has zero telemetry overhead. gen_ai.request.model is read from the same
    SMOOTH_AGENT_MODEL β†’ SMOOAI_MODEL β†’ SMOOTH_MODEL env chain the host resolves the gateway model
    from. An xUnit test mirrors tests/telemetry.rs with an in-memory ActivityListener.

@smooai/smooth-operator-web-chat-example@0.0.84

Patch Changes

  • Updated dependencies [6cd5ea4]
    • @smooai/smooth-operator@1.50.2

@brentrager
brentrager enabled auto-merge (squash) August 17, 2026 21:29
@brentrager
brentrager force-pushed the changeset-release/main branch from 7ce7c13 to 8f5bec0 Compare August 17, 2026 21:30
@brentrager
brentrager merged commit c78d9da into main Aug 17, 2026
8 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