Skip to content

feat(ide): read-only Board + Library Manager panels (#1076 Phase 2) - #1204

Merged
zackees merged 1 commit into
mainfrom
feat/1076-phase2-managers
Jul 28, 2026
Merged

feat(ide): read-only Board + Library Manager panels (#1076 Phase 2)#1204
zackees merged 1 commit into
mainfrom
feat/1076-phase2-managers

Conversation

@zackees

@zackees zackees commented Jul 28, 2026

Copy link
Copy Markdown
Member

Phase 2 manager panels from the corrected #1076 plan, as a read-only first cut (no install/mutation actions — additive daemon surface only).

  • Board Manager (GET /boards + /api/ide/boards?query=): browses fbuild's embedded 1609-board registry via a new fbuild_config::search_boards() (case-insensitive id/name filter); search box + expandable detail rows.
  • Library Manager (GET /libraries + /api/ide/libraries?project=&env=): declared lib_deps for the env with source classification — the classifier was hoisted from fbuild-cli's sync module into fbuild_config::classify_lib_dep so the daemon can reuse it (fbuild-cli/src/sync/source.rs is now a pub use shim; sync behavior unchanged). Install state is best-effort (env build libs/ dir match) and explicitly labeled approximate in both the JSON and the page.
  • Opener commands fbuild boards / fbuild libraries (plotter pattern, percent-encoded query params); fbuild ide generates "fbuild: Board Manager" and "fbuild: Library Manager" tasks.
  • Both pages self-contained/embedded, light+dark, zero external assets; invalid/missing project yields a 400 with how-to text.

Validation (local)

  • soldr cargo test for fbuild-daemon/fbuild-cli/fbuild-config all green (new: board-search, handler, route-registration, opener, CLI-shape tests); workspace clippy -D warnings + full bash test before merge.

Part of #1076 (Phase 2).

🤖 Generated with Claude Code

- fbuild-config: new search_boards() over the embedded 1609-board
  registry; lib_deps source classifier hoisted from fbuild-cli sync
  into fbuild_config::classify_lib_dep (cli keeps a pub use shim) so
  the daemon can reuse it.
- Daemon: GET /api/ide/boards?query= and
  GET /api/ide/libraries?project=&env= (read-only JSON; input
  validation; install state is best-effort from the env's build libs
  dir and labeled approximate) + self-contained /boards and /libraries
  pages (plotter pattern).
- CLI: fbuild boards + fbuild libraries opener commands;
  fbuild ide emits "fbuild: Board Manager" / "fbuild: Library Manager"
  tasks.

Part of #1076 (Phase 2, manager panels — read-only first cut).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@zackees, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 10 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 40cb236a-577f-4694-81dd-56a94a3ce359

📥 Commits

Reviewing files that changed from the base of the PR and between 26989c9 and b3dad7b.

📒 Files selected for processing (25)
  • agents/docs/commands-reference.md
  • crates/fbuild-cli/src/cli/args.rs
  • crates/fbuild-cli/src/cli/boards.rs
  • crates/fbuild-cli/src/cli/dispatch.rs
  • crates/fbuild-cli/src/cli/ide.rs
  • crates/fbuild-cli/src/cli/libraries.rs
  • crates/fbuild-cli/src/cli/mod.rs
  • crates/fbuild-cli/src/cli/tests.rs
  • crates/fbuild-cli/src/sync/source.rs
  • crates/fbuild-config/src/board/db.rs
  • crates/fbuild-config/src/board/mod.rs
  • crates/fbuild-config/src/lib.rs
  • crates/fbuild-config/src/lib_source.rs
  • crates/fbuild-daemon/src/handlers/boards.rs
  • crates/fbuild-daemon/src/handlers/libraries.rs
  • crates/fbuild-daemon/src/handlers/mod.rs
  • crates/fbuild-daemon/src/main.rs
  • crates/fbuild-daemon/src/models.rs
  • crates/fbuild-daemon/tests/test_boards_route.rs
  • crates/fbuild-daemon/tests/test_libraries_route.rs
  • crates/fbuild-daemon/web/boards/README.md
  • crates/fbuild-daemon/web/boards/index.html
  • crates/fbuild-daemon/web/libraries/README.md
  • crates/fbuild-daemon/web/libraries/index.html
  • docs/reference/cli.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/1076-phase2-managers

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@zackees
zackees merged commit f724a91 into main Jul 28, 2026
87 of 93 checks passed
@zackees
zackees deleted the feat/1076-phase2-managers branch July 28, 2026 01:24
@fastled-project-sync fastled-project-sync Bot moved this to Triage in FastLED Tracker Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

1 participant