feat: add ACP terminal authentication - #23
Open
TerminallyLazy wants to merge 1 commit into
Open
Conversation
TerminallyLazy
force-pushed
the
codex/acp-registry-admission-clean
branch
from
August 20, 2026 23:24
7bbc4a1 to
b518b73
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementation Report — A0 ACP Registry Admission
Plan:
.claude/plans/a0-acp-registry-admission.mdBranch:
codex/acp-registry-admission-cleanStatus: COMPLETE
Summary
A0 now conditionally advertises ACP terminal authentication and provides the
a0 acp --logincommand required by that method. The command reuses a verifiedremembered session when available; otherwise it accepts ephemeral credentials
or prompts, and only persists the existing protected session-cookie store after
successful authentication. The package is release-ready as
a0version 2.11.0with a GitHub Release to PyPI trusted-publishing workflow.
Tasks completed
src/agent_zero_cli/acp.py(UPDATE)src/agent_zero_cli/__main__.py(UPDATE)tests/test_acp.py,tests/test_entrypoint.py(UPDATE)pyproject.toml,src/agent_zero_cli/__init__.py,README.md(UPDATE).github/workflows/publish-pypi.yml(CREATE)Tests added
a0 acp --loginparser routing.Validation results
PYTHONPATH="src:$A0_SITE" /Users/lazy/a0-ready-test/.venv/bin/python -m pytest tests/test_acp.py tests/test_entrypoint.py -v— PASS, 17 tests.uv build --offline— PASS: builta0-2.11.0.tar.gzanda0-2.11.0-py3-none-any.whl.Name: a0,Version: 2.11.0.git diff --check— PASS.Deviations from the plan
None. The local checkout had no project virtual environment, so focused tests
used the already-installed A0 runtime packages with the existing
/Users/lazy/a0-ready-testtest runner; no dependencies were installed.Issues encountered
merged/tagged. The workflow is ready, but publishing requires the maintainer
to configure PyPI Trusted Publishing for
agent0ai/a0-connectorand publishthe release. The ACP Registry entry should be submitted only after that
artifact is publicly resolvable.