Skip to content

Releases: inference-gateway/a2a-debugger

πŸš€ Version 0.8.0

09 Oct 16:58

Choose a tag to compare

0.8.0 (2025-10-09)

✨ Features

  • tasks: Add --include-artifacts flag to tasks list command (#21) (1e91d73), closes #18
  • tasks: Add --include-history flag to tasks list command (#20) (6c9826f), closes #19

πŸ”§ Miscellaneous

  • deps: Update create-github-app-token action to v2.1.4 (f5afc25)

πŸš€ Version 0.7.0

05 Oct 14:56

Choose a tag to compare

0.7.0 (2025-10-05)

✨ Features

  • cli: Add YAML and JSON output format support (#15) (a9a54a2), closes #14

πŸš€ Version 0.6.1

03 Oct 23:48

Choose a tag to compare

0.6.1 (2025-10-03)

♻️ Improvements

  • tasks: Show all Task attributes in list command (#13) (632c930), closes #12

πŸš€ Version 0.6.0

07 Sep 00:59

Choose a tag to compare

0.6.0 (2025-09-07)

✨ Features

  • Add task resumption support to submit commands (#9) (ccd9cec), closes #8
  • streaming: Add comprehensive Task ID and summary display at end of streaming (#7) (069cd58), closes #6

πŸš€ Version 0.5.2

28 Aug 21:11

Choose a tag to compare

0.5.2 (2025-08-28)

♻️ Improvements

  • Improve agent response display with message parts when streaming tasks (41dfd28)

πŸ› Bug Fixes

  • Correct environment variable names in docker-compose.yml (f9721a1)

πŸ”§ Miscellaneous

  • Add initial configuration files for flox environment setup (edede96)

πŸš€ Version 0.5.1

04 Aug 18:32

Choose a tag to compare

0.5.1 (2025-08-04)

πŸ› Bug Fixes

  • Display all message part types including tool calls (#3) (54dc546), closes #2

πŸ‘· CI

  • Add Claude Code GitHub Workflow (#1) (741230b)

πŸ“š Documentation

  • Add CLAUDE.md for project documentation and development guidelines (caa0e90)

πŸ”§ Miscellaneous

  • Add issue templates for bug reports, feature requests, and refactor requests (ae732b9)

πŸ”¨ Miscellaneous

  • Install Claude code in Dockerfile (13a2bbc)

πŸš€ Version 0.5.0

19 Jun 13:14

Choose a tag to compare

0.5.0 (2025-06-19)

✨ Features

  • Add submit-streaming command to A2A CLI and update README with usage examples (62e4614)

πŸ”§ Miscellaneous

πŸš€ Version 0.4.0

17 Jun 23:17

Choose a tag to compare

0.4.0 (2025-06-17)

✨ Features

  • Add submit task command to A2A CLI and update README with usage examples (f5ef0de)

♻️ Improvements

  • Update a2a-debugger service to use build context instead of image (0c3732c)

πŸ› Bug Fixes

  • Correct build output path and entrypoint in Dockerfile (bdb6320)
  • Improve error handling for MethodNotFoundError in A2A client commands (cc16b6e)

πŸ“š Documentation

  • Remove unnecessary config flag from README and update docker-compose entrypoint (1099c8f)

πŸš€ Version 0.3.1

17 Jun 20:52

Choose a tag to compare

0.3.1 (2025-06-17)

♻️ Improvements

  • Change log level from Info to Debug for A2A client initialization and connection tests (a15ad42)

πŸ“š Documentation

  • Add example README, configuration file, and docker-compose for A2A Debugger setup (9b535a7)
  • Update example server URL in README to localhost (f3ce233)

πŸ”§ Miscellaneous

  • Update TASK_VERSION to v3.44.0 (813bd4e)

πŸš€ Version 0.3.0

17 Jun 19:15

Choose a tag to compare

0.3.0 (2025-06-17)

✨ Features

  • Add version command and display version information in A2A Debugger (6146892)