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: a2aproject/a2a-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jmesnil/a2a-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 67 files changed
  • 2 contributors

Commits on Mar 5, 2026

  1. chore: add AGENTS.md with project overview and conventions

    This fixes #595
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    jmesnil and claude committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    36710a1 View commit details
    Browse the repository at this point in the history
  2. chore: add update-a2a-proto skill for syncing gRPC spec from upstream

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    jmesnil and claude committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    ed06c9d View commit details
    Browse the repository at this point in the history
  3. feat!: update a2a.proto to upstream commit dec790a

    Sync gRPC spec from upstream and propagate breaking changes:
    
    - Remove PushNotificationConfig, inline fields into TaskPushNotificationConfig
    - Remove CreateTaskPushNotificationConfigRequest wrapper, use
      TaskPushNotificationConfig directly
    - Add pushNotificationConfig to SendMessageConfiguration
    - Update OAuthFlows with optional description field
    - Update all mappers, handlers, stores, clients, and tests
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    jmesnil and claude committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    d7fa21f View commit details
    Browse the repository at this point in the history
  4. chore: Update AGENTS.md and update-a2a-spec

    based on Emmanuel feedback
    
    Signed-off-by: Jeff Mesnil <jmesnil@ibm.com>
    jmesnil committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    6ae0839 View commit details
    Browse the repository at this point in the history
Loading