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-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: a2aproject/a2a-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 6 commits
  • 16 files changed
  • 5 contributors

Commits on Aug 6, 2025

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

Commits on Aug 8, 2025

  1. ci: Add Conventional Commits Action (#103)

    Google GitHub App will be deprecated
    holtskinner authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    37d9374 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. fix: fix Incorrect Well-Known Path for Agent Card (#102)

    # Description
    
    Fix the well-known path for agent card from `/.well-known/agent.json` to
    `/.well-known/agent-card.json`
    
    Fixes #99  🦕
    ronantakizawa authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    3a0f1d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. feat: Added generic client hooks for HTTP based authentication, and i…

    …mproved agent.json resolution (#33)
    
    This PR allows specifying custom fetch & a particular implementation of auth handler.
    
    This PR also improves the client agent card resolution. Previously the
    card was always found at <agentpath>/.well-known/agent.json which is
    only correct for agents at the URL path root.
    
    ---------
    
    Co-authored-by: swapydapy <agarwal.swapy@gmail.com>
    mprynce and swapydapy authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    a9826ac View commit details
    Browse the repository at this point in the history
  2. chore: release 0.3.2 (#111)

    Release-As: 0.3.2
    swapydapy authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    03f35e0 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.3.2 (#106)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.3.2](v0.3.1...v0.3.2)
    (2025-08-17)
    
    
    ### Features
    
    * Added generic client hooks for HTTP based authentication, and improved
    agent.json resolution
    ([#33](#33))
    ([a9826ac](a9826ac))
    
    
    ### Bug Fixes
    
    * fix Incorrect Well-Known Path for Agent Card
    ([#102](#102))
    ([3a0f1d0](3a0f1d0))
    
    
    ### Miscellaneous Chores
    
    * release 0.3.2
    ([#111](#111))
    ([03f35e0](03f35e0))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    a2a-bot authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    1168117 View commit details
    Browse the repository at this point in the history
Loading