Skip to content

feat(cli): start Alexandria browsing with a category guide - #234

Merged
developersdigest merged 3 commits into
mainfrom
feat/alexandria-category-index
Sep 16, 2026
Merged

developersdigest merged 3 commits into
mainfrom
feat/alexandria-category-index

Conversation

@developersdigest

@developersdigest developersdigest commented Sep 16, 2026

Copy link
Copy Markdown
Member

Summary

Make firecrawl alexandria list start with a compact guide: what Alexandria is, commands for finding and calling tools, and live categories with descriptions. list and list-tools share this root. Selecting a category lists providers; direct provider and capability paths continue to work.

  • Read the root from the existing public GET /exchange/discover route on the configured Firecrawl API, using the same login/API key. Provider and tool lookups continue through Find Tools on Scrape.
  • Keep category IDs, descriptions, and membership on the server. Unknown categories appear without a CLI release. Friendly labels/aliases map names such as Retail and Public records to the catalog's canonical IDs.
  • Keep the flat provider inventory available with --providers. The root shows all returned categories; --limit controls provider/tool pages.
  • Preserve request IDs and access errors. Root JSON exposes the category index at data.items; --providers retains the previous Scrape envelope.
  • Update help and the beta skill, and bump the Alexandria npm release to 1.23.4-alexandria-beta.9.
npx firecrawl-cli@alexandria alexandria list
npx firecrawl-cli@alexandria list finance
npx firecrawl-cli@alexandria list-tools retail --category
npx firecrawl-cli@alexandria list benzinga
npx firecrawl-cli@alexandria list --providers

Validation

  • Build, formatting, and all 475 tests pass. One new integration case covers category discovery, previously unknown categories, JSON navigation, and access-error propagation; existing traversal coverage now checks the explicit provider list and friendly category names.
  • Local build against production: 17 categories; Retail drill-down returns 12 providers; explicit flat inventory returns 87 providers; direct Benzinga lookup returns seven tools.
  • The complete plain-text root guide is about 560 output tokens with o200k_base, excluding request-ID logging. No provider tools were executed.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All reported issues were addressed

Heads up: you’re close to your flex budget. Increase your flex budget so reviews don’t pause.

Shadow auto-approve: would not auto-approve because issues were found.

Fix all with cubic | Re-trigger cubic

Comment thread src/commands/list.ts Outdated
Comment thread src/commands/list.ts Outdated

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All reported issues were addressed across 5 files

Heads up: you’re close to your flex budget. Increase your flex budget so reviews don’t pause.

Shadow auto-approve: would not auto-approve. Auto-approval blocked because this review re-detected 2 unresolved issues already reported by Cubic.

Re-trigger cubic

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0 issues found across 2 files (changes from recent commits).

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Heads up: you’re close to your flex budget. Increase your flex budget so reviews don’t pause.

Shadow auto-approve: would require human review. The PR changes the default Alexandria browsing behavior and root JSON contract from a provider inventory to a live category guide. A human should confirm this intentional compatibility and UX change.

Re-trigger cubic

@developersdigest
developersdigest merged commit 562e2c5 into main Sep 16, 2026
8 checks passed
@developersdigest
developersdigest deleted the feat/alexandria-category-index branch September 16, 2026 19:28
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.

1 participant