Skip to content

Conversation

@chrismdp
Copy link
Contributor

Summary

The Reclaim.ai API supports task notes/descriptions via the notes field in the SDK, but the CLI didn't expose this functionality. This PR adds support for notes across the relevant commands.

Changes

  • Add --notes/-n option to create-task command
  • Add --notes/-n option to edit-task command
  • Display notes in show-task output when present

Example usage

# Create task with description
reclaim create "My task" -n "This is a detailed description of the task"

# Edit an existing task's notes
reclaim edit abc123 -n "Updated description"

# Show task displays notes at bottom
reclaim show abc123

Output example

Task 76g6l: Test task with notes
   Status:          N2 (new)           Priority:     P2     
   ...

Notes:
This is a test description

Test plan

  • Tested reclaim create with -n flag - notes saved correctly
  • Tested reclaim edit with -n flag - notes updated correctly
  • Tested reclaim show displays notes when present
  • Verified help text shows new options

🤖 Generated with Claude Code

The Reclaim.ai API supports task notes/descriptions via the 'notes' field,
but the CLI didn't expose this functionality. This change adds:

- `--notes`/`-n` option to `create-task` command
- `--notes`/`-n` option to `edit-task` command
- Notes display in `show-task` output

Example usage:
  reclaim create "My task" -n "Task description here"
  reclaim edit abc123 -n "Updated description"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@rieck rieck merged commit b2d5f89 into rieck:main Jan 20, 2026
2 checks passed
@rieck
Copy link
Owner

rieck commented Jan 20, 2026

Awesome. Thanks a lot!

@chrismdp chrismdp deleted the feature/add-notes-support branch January 25, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants