Skip to content

feat(cli): add langsmith issues command #53

Merged
Palash Shah (Palashio) merged 2 commits intomainfrom
feat/issues-list-command
Apr 6, 2026
Merged

feat(cli): add langsmith issues command #53
Palash Shah (Palashio) merged 2 commits intomainfrom
feat/issues-list-command

Conversation

@Palashio
Copy link
Copy Markdown
Contributor

@Palashio Palash Shah (Palashio) commented Apr 5, 2026

Summary

Adds langsmith project issues --project <name> to fetch forge issues for a tracing project. Placed under the project subcommand group since issues are scoped to a project.

Depends on:

  • langchain-ai/langchainplus#21730 (backend session_name filter on forge-issues API)

Test Plan

  • langsmith project issues --project my-app returns issues as JSON

Release Note

Added langsmith project issues --project <name> command to list forge issues for a tracing project

Palash Shah (Palashio) and others added 2 commits April 5, 2026 15:37
Adds `langsmith issues list --project <name>` to fetch forge issues for a
tracing project from GET /v1/platform/forge-issues. Supports --status and
--priority filters, a --limit cap (default 50), and both JSON (default)
and --format pretty table output.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Moves issues listing under `project` subcommand group as
`langsmith project issues --project <name>` rather than a top-level
`langsmith issues` command. Issues are scoped to a tracing project
so this placement is more intuitive.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Palashio Palash Shah (Palashio) changed the title feat(cli): add langsmith issues list command feat(cli): add langsmith project issues command Apr 5, 2026
@Palashio Palash Shah (Palashio) changed the title feat(cli): add langsmith project issues command feat(cli): add langsmith issues command Apr 5, 2026
@Palashio Palash Shah (Palashio) merged commit e426b1a into main Apr 6, 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