Add Oh My Pi 18.2.4 - #613
Open
nullStack65 wants to merge 1 commit into
Open
nullStack65 wants to merge 1 commit into
nullStack65 wants to merge 1 commit into
Conversation
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 this adds
Oh My Pi (
omp) is an open-source (MIT) coding agent. It ships a standards-based ACP server over stdio, launched asomp acp.This PR registers that server so generic ACP clients can install and launch Oh My Pi directly from the registry. No client-specific integration is required, and no part of this entry is tailored to a particular client.
Distribution
A single
binarydistribution built from the officialv18.2.4GitHub release. The released artifacts are self-contained raw executables, so no npm/Bun runtime is imposed on clients.darwin-aarch64omp-darwin-arm64darwin-x86_64omp-darwin-x64linux-aarch64omp-linux-arm64linux-x86_64omp-linux-x64windows-aarch64omp-windows-arm64.exewindows-x86_64omp-windows-x64.execmdis./omp(./omp.exeon Windows) withargs: ["acp"], i.e.omp acp.sha256was copied from the release's officialSHA256SUMS.txtand cross-checked against the GitHub release asset digests; all six match.Authentication
Oh My Pi's
initializeresponse advertises one auth method (id: "agent", typeagent) which uses whatever provider credentials are already configured on the user's machine. No credentials or auth state are embedded in this entry.Validation
build_registry.py --dry-run: schema, id/version/distribution checks, URL accessibility, and icon validation all pass.ruff check/ruff format --check: pass.verify_agents.py --auth-check --agent oh-my-pi(macOS,darwin-x86_64): downloads the declared asset, accepts the declared SHA-256, extracts, resolves./omp, launchesomp acp, and receivesauthMethods— passes.omp --versionreportsomp/18.2.4;initializeis answered on protocol version 1 withagentInfo: oh-my-pi 18.2.4; the process exits cleanly (code 0) when the client closes stdin.The icon is derived from Oh My Pi's canonical Pi-glyph mark (as used at omp.sh and in the repository), reduced to the required 16x16 monochrome
currentColorSVG.