Document native ACP setup and expose terminal authentication#437
Draft
igorcosta wants to merge 2 commits into
Draft
Document native ACP setup and expose terminal authentication#437igorcosta wants to merge 2 commits into
igorcosta wants to merge 2 commits into
Conversation
Add verified setup examples for Zed, JetBrains IDEs, and JetBrains Air, and record the current GitHub Copilot app limitation. Link the guide from the README and configuration reference and guard the launch contract with documentation tests. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
Expose the interactive setup flow in the ACP initialize response so Registry clients can satisfy their authentication contract. Correct the login guidance and document why manually configured Air agents use a generic icon until Registry installation is available. Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
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.
What changed
Why
Autohand Code already supports native ACP through autohand --acp, but users had no maintained setup guide. The ACP Registry also validates that agents expose an authentication path, which the native adapter did not previously advertise. Manual Air entries therefore worked but appeared as generic custom agents rather than branded registry agents.
Impact
Users can configure Autohand Code consistently across supported ACP clients. Registry clients can discover the interactive setup flow, and the repository now documents the distinction between manual ACP configuration and branded Registry installation.
Validation