Add SuperQode ACP agent#423
Open
Shashikant86 wants to merge 2 commits into
Open
Conversation
cc4f75c to
e0f3bdb
Compare
Author
|
Updated the manifest to superqode==0.2.7. Since opening this PR, agent-client-protocol 0.11.0 shipped a breaking protocol change; 0.2.7 supports both 0.10 and 0.11 and caps the dependency (<0.12) so the agent can't be broken by future protocol releases while installed via uvx. Verified locally: build_registry.py passes with this entry, and uvx superqode==0.2.7 serve acp completes the initialize handshake with authMethods under a fresh dependency resolution (acp 0.11.0). Related ecosystem report: harbor-framework/harbor#2206. |
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.
Add SuperQode
SuperQode is a harness engineering coding agent, optimized for local and open models. The agent loop is a versioned HarnessSpec — a YAML contract in the user's repository controlling model routing, tools, sandbox, approvals, and eval checks — resolved per session from the project the client opens (
superqode.local.yaml,harness.yaml, or a built-in coding template).Details
superqode==0.2.4(PyPI), entry pointserve acpsuperqode local init --repo .) — an interactive setup that detects local hardware, selects a local model, and generates a starter harness for the projectValidation performed
uv run --with jsonschema .github/workflows/build_registry.pypasses with this agent included (39 agents, URL checks enabled)uvx superqode==0.2.4 serve acpcompletes the ACPinitializehandshake and returns anauthMethodsarray containing a terminal auth methodsession/cancelhandlingcurrentColoronly