Skip to content

Add install commands for Pi agent - #941

Merged
kalvinnchau merged 1 commit into
block:mainfrom
mrohan-sq:add-pi-install
Sep 8, 2026
Merged

Add install commands for Pi agent#941
kalvinnchau merged 1 commit into
block:mainfrom
mrohan-sq:add-pi-install

Conversation

@mrohan-sq

Copy link
Copy Markdown
Contributor

Context

The doctor crate already checks for the Pi agent (ai-agent-pi) but has no install commands, so Berd cannot offer one-click install when Pi or its ACP bridge is missing.

Summary

  • Add install_url and install_command for the Pi CLI (curl-pipe from pi.dev)
  • Add bridge_install_url and bridge_install_command for the pi-acp ACP bridge (npm)
  • Set install_source_override to CurlPipe (same pattern as Amp and Cursor)

Dependencies

Follow-up to block/berd#285. Berd will bump its doctor crate rev to pick up this change and flip supportsInstall to true for the pi-acp provider.

Populate the Pi AgentCheckInfo with install_url, install_command,
bridge_install_url, bridge_install_command, and the CurlPipe install
source override so the doctor can offer one-click install for both
the Pi CLI (curl-pipe from pi.dev) and the pi-acp ACP bridge (npm).
@mrohan-sq
mrohan-sq marked this pull request as ready for review September 3, 2026 14:50
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ⚠️ Failed 2026-09-03T14:52:56.420808Z 4f6db3d Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@kalvinnchau
kalvinnchau merged commit 3fb5fa8 into block:main Sep 8, 2026
6 checks passed
mrohan-sq added a commit to block/berd that referenced this pull request Sep 8, 2026
## Context
PR #285 shipped Pi as a curated agent but deferred onboarding selection
and one-click install. The builderbot doctor crate now provides Pi
install commands, so Berd can complete support.

## Summary
- Flip `supportsInstall` to `true` for the `pi-acp` provider.
- Add `pi-acp` to onboarding `CURATED_HARNESS_IDS` and its icon size.
- Pin the `doctor` crate to block/builderbot#941's merged rev.
- Update the onboarding catalog test for the new harness id.

## Dependencies
None. #285 and block/builderbot#941 are merged; the doctor rev
pins the latter's final SHA.
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