Skip to content

feat(tasks): Add --include-history flag to tasks list command#20

Merged
edenreich merged 2 commits intomainfrom
claude/issue-19-20251009-1546
Oct 9, 2025
Merged

feat(tasks): Add --include-history flag to tasks list command#20
edenreich merged 2 commits intomainfrom
claude/issue-19-20251009-1546

Conversation

@edenreich
Copy link
Copy Markdown
Contributor

Implements the --include-history flag for the tasks list command to address issue #19.

Changes

  • Add --include-history flag to a2a tasks list command
  • By default, task list now excludes conversation history for cleaner output
  • Users can include history by adding the --include-history flag
  • tasks get <task-id> continues to show full task details including history
  • Updated README.md with documentation and examples

Acceptance Criteria Met

  • ✅ Flag --include-history added to tasks list command
  • ✅ History shown only when flag is provided
  • tasks get <task-id> still shows all details
  • ✅ Feature is documented in README.md

Fixes #19

Generated with Claude Code

- Add --include-history flag to conditionally show conversation history
- By default, tasks list now excludes history for cleaner output  
- Users can still get full details with tasks get <task-id>
- Update README.md with documentation for the new flag

Fixes #19

Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
@edenreich edenreich merged commit 6c9826f into main Oct 9, 2025
1 check passed
@edenreich edenreich deleted the claude/issue-19-20251009-1546 branch October 9, 2025 16:48
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 conversation history if the tasks list provided with a flag --include-history

1 participant