Skip to content

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

Merged
edenreich merged 2 commits intomainfrom
claude/issue-12-20251003-2337
Oct 3, 2025
Merged

refactor(tasks): Show all Task attributes in list command#13
edenreich merged 2 commits intomainfrom
claude/issue-12-20251003-2337

Conversation

@edenreich
Copy link
Copy Markdown
Contributor

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

Generated with Claude Code

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>
@edenreich edenreich changed the title feat(tasks): Show all Task attributes in list command refactor(tasks): Show all Task attributes in list command Oct 3, 2025
@edenreich edenreich merged commit 632c930 into main Oct 3, 2025
1 check passed
@edenreich edenreich deleted the claude/issue-12-20251003-2337 branch October 3, 2025 23:47
ig-semantic-release-bot bot added a commit that referenced this pull request Oct 3, 2025
## [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
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.6.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Show all Task's Attributes when calling list

1 participant