-
Notifications
You must be signed in to change notification settings - Fork 6.1k
project: Support env-configured custom agent servers #43274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
We require contributors to sign our Contributor License Agreement, and we don't have @odvcencio on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
@cla-bot check |
|
We require contributors to sign our Contributor License Agreement, and we don't have @odvcencio on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
Summary
Add environment-driven registration for a custom agent server. If
ZED_AGENT_SERVER_BINis set, Zed registers a local agent server alongside built-ins. Optional envs:ZED_AGENT_SERVER_ARGS(shlex-parsed) andZED_AGENT_SERVER_NAME(label). Tilde expansion is supported.Motivation
Testing
Release Notes: