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: inference-gateway/a2a-debugger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: inference-gateway/a2a-debugger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 4 contributors

Commits on Oct 3, 2025

  1. refactor(tasks): Show all Task attributes in list command (#13)

    * feat(tasks): Show all Task attributes in list command
    
    Add missing Task attributes to the list command output:
    - Kind: Display the task kind/type  
    - Artifacts: Show artifact details including ID, name, description, and part count
    - Metadata: Display any task metadata key-value pairs
    
    This provides complete visibility into all Task attributes as defined in the A2A specification, addressing the issue where attributes like artifacts were missing from the list output.
    
    Fixes #12
    
    Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
    
    * chore: Remove redundant inline comment
    
    ---------
    
    Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
    Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
    3 people authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    632c930 View commit details
    Browse the repository at this point in the history
  2. chore(release): 🔖 0.6.1 [skip ci]

    ## [0.6.1](v0.6.0...v0.6.1) (2025-10-03)
    
    ### ♻️ Improvements
    
    * **tasks:** Show all Task attributes in list command ([#13](#13)) ([632c930](632c930)), closes [#12](#12)
    ig-semantic-release-bot[bot] committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    46d2cd3 View commit details
    Browse the repository at this point in the history
Loading