bub-acp-server
Expose Bub as an Agent Client Protocol agent.
What It Provides
- Bub plugin entry point:
acp-server - CLI command registered on Bub:
bub acp - Standalone console script:
bub-acp-server - ACP agent methods for
initialize,session/new,session/load,session/resume,session/list,session/close, andsession/prompt - Streaming ACP
session/updateevents from Bub stream events - ACP client-backed replacements for Bub's
bash,fs.read,fs.write, andfs.edittools while the ACP server is running - An ACP-aware
update_plantool that updates the client plan UI and records each complete plan as aplanevent in the session tape - Automatic recovery of the latest persisted plan into the next ACP turn's model context
- Session-scoped model and reasoning-effort selection through ACP config options
- Mid-turn steering through the
_session/steeringACP extension
Installation
uv pip install "git+https://github.com/bubbuild/bub-contrib.git#subdirectory=packages/bub-acp-server"
Or from a Bub project:
bub install bub-acp-server@main
Usage
Configure an ACP-compatible client to launch one of:
bub acp
The previous bub acp serve form remains accepted temporarily and prints a deprecation warning. Other positional arguments are rejected.
or:
bub-acp-server
The process speaks ACP over stdio. Prompts are sent through Bub's hook pipeline with stream output enabled, so model chunks and tool events can be displayed by the ACP client as they arrive.
The agent sends an ACP usage_update whenever the streamed usage snapshot changes, with a final end-of-stream check as a fallback. Missing token usage is reported as 0. If the model provider does not report its context-window size, set BUB_ACP_SERVER_CONTEXT_WINDOW_SIZE; the default is 128000 tokens.
ACP clients can select both the model and reasoning effort for each session. Reasoning effort defaults to auto; the selected value is persisted with the ACP session and passed into Bub's turn state for subsequent model calls.
Bub keeps using its own configuration, tools, skills, and tapes. The ACP client starts the process and displays the session; it does not replace Bub's model setup.
ACP session IDs remain the protocol-facing chat_id. Bub namespaces its internal session ID with the ACP channel before selecting a tape, so an equal session ID from another channel cannot reuse the ACP tape.
ACP session metadata is stored under Bub home as acp-sessions.json so compatible clients can list sessions again after restarting. Keep BUB_HOME stable if you want the same ACP thread list across editor launches.
bub-acp-server supports both ACP session load and resume. session/load restores the matching Bub history through the same ACP streaming path used by live turns. session/resume attaches the editor back to the Bub session without replaying history, so later turns keep streaming through Bub's normal hook pipeline.
Steering
Clients can detect steering support in the initialize response:
{
"_meta": {
"steering": {
"supported": true
}
}
}
Send a private ACP extension request while a turn is running or after it has become idle:
{
"method": "_session/steering",
"params": {
"sessionId": "session-id",
"prompt": [
{
"type": "text",
"text": "Stop the current approach and inspect the failing test first."
}
]
}
}
The response outcome is injected when Bub consumes the message at the next model-step boundary, startedNewTurn when the previous turn has already passed its final boundary, or failed for an unexpected internal failure. Steering requests are serialized per session and preserve arrival order. The extension is private rather than part of the standard ACP method set, so clients must opt into it explicitly.
Use In Zed
Zed supports external terminal agents through ACP. Custom agents are configured in Zed's settings.json under agent_servers.
Prerequisites:
bubis installed and available to Zed.bub-acp-serveris installed in the Bub environment:
bub install bub-acp-server@main
Open Zed's settings with the zed: open settings command and add a custom agent server:
{
"agent_servers": {
"Bub": {
"type": "custom",
"command": "bub",
"args": ["acp"],
"env": {}
}
}
}
If Zed cannot find bub, use the absolute path printed by command -v bub:
{
"agent_servers": {
"Bub": {
"type": "custom",
"command": "/absolute/path/to/bub",
"args": ["acp"],
"env": {}
}
}
}
After saving the settings, open Zed's agent panel with cmd-? on macOS or ctrl-? on Linux/Windows, then start a new thread and select Bub.
Useful Zed commands while testing:
dev: open acp logsshows the JSON-RPC traffic between Zed and Bub.zed: open settingsopenssettings.json.
Notes:
- Zed launches Bub as a separate ACP process. Bub reads its own local configuration and credentials directly.
- Use
envonly for settings your Bub installation actually needs. - If your Bub configuration is loaded from a project
.env, use a wrapper command that loads that file before runningbub acp.
References:
- Zed external agents documentation: https://zed.dev/docs/ai/external-agents
- Zed ACP client page: https://zed.dev/acp/editor/zed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bub_acp_server-0.0.2.tar.gz.
File metadata
- Download URL: bub_acp_server-0.0.2.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fd2a22ee35a2dbc719b7de2ad1f5956cac2dc77f4164db08337a97ec5860db7
|
|
| MD5 |
67e3ba14dafa15611ce8161c82148e0e
|
|
| BLAKE2b-256 |
f5c9e135b17aedbd3105cebe6957852e0a7d2b004d1d941973481c35db77e13f
|
File details
Details for the file bub_acp_server-0.0.2-py3-none-any.whl.
File metadata
- Download URL: bub_acp_server-0.0.2-py3-none-any.whl
- Upload date:
- Size: 22.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dc98b6a505920b3c7cae8962f9122bf897caf41bbaf4af99d6a12dd6d98e191
|
|
| MD5 |
bcea9dd55709d33f4d64d1a3bd97631e
|
|
| BLAKE2b-256 |
f087aef223ac45534f2533b4ef67b7b50f9c77c87e28b99250b95eea280b9367
|