Skip to content

feat(tasks): Add --include-artifacts flag to tasks list command#21

Merged
edenreich merged 1 commit intomainfrom
claude/issue-18-20251009-1649
Oct 9, 2025
Merged

feat(tasks): Add --include-artifacts flag to tasks list command#21
edenreich merged 1 commit intomainfrom
claude/issue-18-20251009-1649

Conversation

@edenreich
Copy link
Copy Markdown
Contributor

Adds the --include-artifacts flag to the tasks list command to address overwhelming output when artifacts are always displayed.

Changes

  • Add --include-artifacts flag to control artifact display in tasks list output
  • Artifacts are now excluded by default to reduce overwhelming output
  • Only show artifacts when the flag is explicitly provided
  • Maintains existing behavior for --include-history flag
  • Follows same pattern as other boolean flags in the codebase

Usage

# List tasks without artifacts (default)
a2a tasks list

# List tasks with artifacts when needed
a2a tasks list --include-artifacts

Resolves #18

Generated with Claude Code

- Add --include-artifacts flag to control artifact display in tasks list output
- Artifacts are now excluded by default to reduce overwhelming output
- Only show artifacts when the flag is explicitly provided
- Maintains existing behavior for --include-history flag
- Follows same pattern as other boolean flags in the codebase

Resolves #18

Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
@edenreich edenreich merged commit 1e91d73 into main Oct 9, 2025
1 check passed
@edenreich edenreich deleted the claude/issue-18-20251009-1649 branch October 9, 2025 16:57
ig-semantic-release-bot bot added a commit that referenced this pull request Oct 9, 2025
## [0.8.0](v0.7.0...v0.8.0) (2025-10-09)

### ✨ Features

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

### 🔧 Miscellaneous

* **deps:** Update create-github-app-token action to v2.1.4 ([f5afc25](f5afc25))
@ig-semantic-release-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.8.0 🎉

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] Only show artifacts if the flag --include-artifacts is present when using tasks list

1 participant