Skip to content

Comments

feat: Update mentions of v0.2.6 to v0.3.0 and change agent card location to v0.3.0 one in samples#175

Merged
Blackhex merged 1 commit intoa2aproject:mainfrom
Blackhex:feat/154-v0.3.0-card-location
Sep 3, 2025
Merged

feat: Update mentions of v0.2.6 to v0.3.0 and change agent card location to v0.3.0 one in samples#175
Blackhex merged 1 commit intoa2aproject:mainfrom
Blackhex:feat/154-v0.3.0-card-location

Conversation

@Blackhex
Copy link
Collaborator

@Blackhex Blackhex commented Sep 3, 2025

Motivation of this PR is to prepare the codebase for v0.3.0-preview release without actually implementing the missing features yet.

Fixes #154

@Blackhex Blackhex requested a review from Copilot September 3, 2025 14:08
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR prepares the codebase for the v0.3.0-preview release by updating version references and standardizing the agent card endpoint location.

  • Updates protocol version references from v0.2.6 to v0.3.0 across the codebase
  • Changes agent card well-known URI from /.well-known/agent.json to /.well-known/agent-card.json
  • Updates sample HTTP requests and documentation to reflect the new endpoint location

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/A2A.UnitTests/Models/AgentCardTests.cs Updates test data and assertions for protocol version v0.3.0
tests/A2A.AspNetCore.UnitTests/specification.md Updates documentation to reference new agent card endpoint location
src/A2A/Models/AgentCard.cs Changes default protocol version from v0.2.6 to v0.3.0
src/A2A/Client/A2ACardResolver.cs Updates default agent card path and documentation comments
src/A2A.AspNetCore/A2AEndpointRouteBuilderExtensions.cs Updates endpoint mapping to use new agent card URI
samples/SemanticKernelAgent/SemanticKernelAgent.http Updates sample HTTP request to use new endpoint
samples/AgentServer/http-tests/agent-card.http Updates test HTTP request to use new endpoint

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Blackhex Blackhex marked this pull request as ready for review September 3, 2025 14:16
@Blackhex Blackhex self-assigned this Sep 3, 2025
@Blackhex Blackhex added this pull request to the merge queue Sep 3, 2025
Merged via the queue into a2aproject:main with commit 950a544 Sep 3, 2025
5 checks passed
@Blackhex Blackhex deleted the feat/154-v0.3.0-card-location branch September 3, 2025 18:46
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.

New A2A spec: Agent card URL is updated to /.well-known/agent-card.json from /.well-known/agent.json

3 participants