E5F0 Comparing v9.7.0...v9.7.1 · dotnet/extensions · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/extensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.7.0
Choose a base ref
...
head repository: dotnet/extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.7.1
Choose a head ref
  • 9 commits
  • 34 files changed
  • 10 contributors

Commits on Jul 8, 2025

  1. Configuration menu
    Copy the full SHA
    870e74c View commit details
    Browse the repository at this point in the history
  2. Fix template tests

    joperezr committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    e6b555c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Configuration menu
    Copy the full SHA
    ba8e28e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Bump FunctionInvokingChatClient.MaximumIterationsPerRequest from 10 t…

    …o 40 (#6599)
    
    Folks are bumping up against the arbitrary limit of 10, as various modern models are super chatty with tools. While we need a limit to avoid runaway execution, we can make it much higher.
    stephentoub authored and jeffhandley committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    621d653 View commit details
    Browse the repository at this point in the history
  2. Expose M.E.AI.OpenAI input message conversions (#6601)

    Internally we have helpers that convert from M.E.AI chat messages to the various OpenAI object models. To ease interop when a developer gets M.E.AI messages from another library and then wants to submit them on their own to OpenAI, this just exposes those helpers publicly.
    stephentoub authored and jeffhandley committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    04f1324 View commit details
    Browse the repository at this point in the history
  3. Add schema version to server.json in MCP template (#6606)

    * Add schema version to server.json
    
    * Fix test
    joelverhagen authored and jeffhandley committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    c289888 View commit details
    Browse the repository at this point in the history
  4. Update MCP server template readme to show both VS Code and Visual Stu…

    …dio notes (#6591)
    
    * Initial plan
    
    * Add VS IDE-specific README and update template configuration
    
    Co-authored-by: timheuer <4821+timheuer@users.noreply.github.com>
    
    * Update to single README with both VS Code and Visual Studio sections
    
    Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
    
    * Fix Visual Studio MCP documentation URL
    
    Co-authored-by: timheuer <4821+timheuer@users.noreply.github.com>
    
    * Fix Visual Studio MCP JSON configuration format
    
    Co-authored-by: timheuer <4821+timheuer@users.noreply.github.com>
    
    * Restructure README to reduce repetition between VS Code and Visual Studio sections
    
    Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
    
    * Eliminate repetitive JSON configuration in README by consolidating server definitions
    
    Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
    
    * Revise the mcp server template README
    
    * Update MCP template README paths and sync snapshot with source template
    
    Co-authored-by: joelverhagen <94054+joelverhagen@users.noreply.github.com>
    
    * Update mcpserver project template baseline
    
    * Bump MEAI.Templates package to preview.3.
    
    * Add feedback survey to mcpserver project template README
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: timheuer <4821+timheuer@users.noreply.github.com>
    Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
    Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
    Co-authored-by: joelverhagen <94054+joelverhagen@users.noreply.github.com>
    5 people committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    736eda0 View commit details
    Browse the repository at this point in the history
  5. Fix schema generation for Nullable<T> function parameters. (#6596)

    * Fix schema generation for Nullable<T> function parameters.
    
    * Update src/Libraries/Microsoft.Extensions.AI.Abstractions/Utilities/AIJsonUtilities.Schema.Create.cs
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update src/Libraries/Microsoft.Extensions.AI.Abstractions/Utilities/AIJsonUtilities.Schema.Create.cs
    
    * Incorporate fix from dotnet/runtime#117493.
    
    * Update src/Libraries/Microsoft.Extensions.AI.Abstractions/Utilities/AIJsonUtilities.Schema.Create.cs
    
    * Extend fix to include AllowReadingFromString.
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    2 people authored and jeffhandley committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    1d0ef81 View commit details
    Browse the repository at this point in the history
  6. Branding updates for 9.7.1 (#6611)

    * Branding updates for 9.7.1
    
    * Fix tests by emitting the right versions of the templates
    joperezr authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    88c87c0 View commit details
    Browse the repository at this point in the history
Loading
0