diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5179c4f5..48039918 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,7 +5,7 @@ "pkgs/sdk/server": "8.14.0", "pkgs/sdk/client": "5.8.0", "pkgs/telemetry": "1.5.1", - "pkgs/sdk/server-ai": "0.10.0", + "pkgs/sdk/server-ai": "0.11.0", "pkgs/shared/common": "7.2.0", "pkgs/shared/common-json-net": "7.0.2" } diff --git a/pkgs/sdk/server-ai/CHANGELOG.md b/pkgs/sdk/server-ai/CHANGELOG.md index 0b4c064a..18ef61d9 100644 --- a/pkgs/sdk/server-ai/CHANGELOG.md +++ b/pkgs/sdk/server-ai/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.11.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.10.0...LaunchDarkly.ServerSdk.Ai-v0.11.0) (2026-06-11) + + +### Features + +* Add AgentConfig, AgentConfigs, and JudgeConfig methods to ILdAiClient ([#282](https://github.com/launchdarkly/dotnet-core/issues/282)) ([34293ca](https://github.com/launchdarkly/dotnet-core/commit/34293caf07bc0a50b3f9f095cd81229cdf807969)) +* Add Tools property to LdAiCompletionConfig — parses the same tools block agents use, exposes IReadOnlyDictionary<string, ToolConfig> (empty when absent) ([69418c8](https://github.com/launchdarkly/dotnet-core/commit/69418c8d564d8bf9bb97c6529fa85bbe6c971781)) +* Add TrackDurationOf, TrackMetricsOf, TrackJudgeResult, TrackToolCall ([#287](https://github.com/launchdarkly/dotnet-core/issues/287)) ([485976e](https://github.com/launchdarkly/dotnet-core/commit/485976e2b90d1b14a40e0fa7e31eea0ef2c1a416)) + + +### Bug Fixes + +* Silently override 'ldctx' in user-supplied template variables instead of warning and discarding it — the SDK context always wins, matches cross-SDK behavior ([69418c8](https://github.com/launchdarkly/dotnet-core/commit/69418c8d564d8bf9bb97c6529fa85bbe6c971781)) + ## [0.10.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.9.4...LaunchDarkly.ServerSdk.Ai-v0.10.0) (2026-06-05) diff --git a/pkgs/sdk/server-ai/PROVENANCE.md b/pkgs/sdk/server-ai/PROVENANCE.md index c2355f0f..25269ddf 100644 --- a/pkgs/sdk/server-ai/PROVENANCE.md +++ b/pkgs/sdk/server-ai/PROVENANCE.md @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att ``` # Set the version of the SDK to verify -SDK_VERSION=0.10.0 +SDK_VERSION=0.11.0 ``` diff --git a/pkgs/sdk/server-ai/src/LaunchDarkly.ServerSdk.Ai.csproj b/pkgs/sdk/server-ai/src/LaunchDarkly.ServerSdk.Ai.csproj index b88d7804..905fc387 100644 --- a/pkgs/sdk/server-ai/src/LaunchDarkly.ServerSdk.Ai.csproj +++ b/pkgs/sdk/server-ai/src/LaunchDarkly.ServerSdk.Ai.csproj @@ -1,7 +1,7 @@  - 0.10.0 + 0.11.0