chore: Sync CLI with list quotes endpoint removal#323
chore: Sync CLI with list quotes endpoint removal#323claude[bot] wants to merge 1 commit intomainfrom
Conversation
The GET /quotes list endpoint was removed in PR #321. This removes the corresponding CLI command and unused import. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryRemoves the Confidence Score: 5/5Safe to merge — straightforward removal of a defunct endpoint with no side effects. Single-file change removes one subcommand and one unused import; remaining commands are untouched and the change is fully aligned with the OpenAPI spec update in #321. No files require special attention. The PR description notes two skill files (
|
| Filename | Overview |
|---|---|
| cli/src/commands/quotes.ts | Removed quotes list subcommand and unused PaginatedResponse import; remaining commands (get, create, execute) are unaffected and correct. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[quotes command] --> B[get quoteId]
A --> C[create]
A --> D[execute quoteId]
A -.->|removed| E[list]
style E stroke-dasharray: 5 5,color:#999
Reviews (1): Last reviewed commit: "chore: Remove quotes list command (endpo..." | Re-trigger Greptile
Summary
quotes listCLI command sinceGET /quotesendpoint was removed in remove list quotes endpoint #321PaginatedResponseimport in quotes.tsAdditional updates needed
The following files in
.claude/skills/also reference the removed endpoint but require manual updates due to permission restrictions:.claude/skills/grid-api/references/endpoints.md(line 77)| GET |/quotes| List quotes (paginated) |.claude/skills/grid-api/SKILL.md(lines 327-329)Test plan
🤖 Generated with Claude Code