Skip to content

fix(issues): rename --title flag to --name for API consistency#96

Merged
Palash Shah (Palashio) merged 1 commit into
mainfrom
fix/issues-title-flag-to-name
May 1, 2026
Merged

fix(issues): rename --title flag to --name for API consistency#96
Palash Shah (Palashio) merged 1 commit into
mainfrom
fix/issues-title-flag-to-name

Conversation

@Palashio
Copy link
Copy Markdown
Contributor

Summary

The CLI output field has always been name (matching the API/DB), but the update flag was named --title. This caused confusion when agents read issue output (seeing name) and then tried to update it — they'd use --name intuitively but the flag didn't exist.

Rename --title--name in issues update to be consistent with the name field in the JSON output, API, and database schema.

Release Note

langsmith project issues update now uses --name instead of --title to rename an issue (matches the API field name).

Test Plan

  • Builds cleanly
  • langsmith project issues update <id> --name "new name" sends {"name": "new name"} to PATCH /v1/platform/issues/<id>
  • Old --title flag is gone; using it will produce a flag-not-found error

…ield

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Palashio Palash Shah (Palashio) merged commit f2bf96b into main May 1, 2026
10 checks passed
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