catalogue: remove io.pilot.agentphone (non-functional — broker unregistered)#344
Merged
Conversation
The agentphone managed app is published but non-functional: the broker has no registry entry for it, so every method 404s with unknown-app before reaching the vendor. Remove it from the catalogue until broker registration is done. Re-signed with the catalogue release key. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Removes
io.pilot.agentphonefrom the app-store catalogue.Why: the app is published but non-functional — the broker has no registry
entry for it, so every method (
usage,list_voices,place_call, …) returns404 {"error":"unknown app: io.pilot.agentphone"}at the broker's app-lookupstep, before reaching the vendor. Verified with read-only calls only; no calls
were placed. Listing a dead app is misleading and its installs can't work.
Scope: surgical removal of the single catalogue entry (30 lines). All other
entries — including
io.pilot.duckdb— are byte-unchanged. Catalogue re-signedwith the release key (
catalogue.json.sigupdated); the re-sign of the pristinecatalogue reproduced the published signature exactly, confirming the key.
Re-add once the broker-side managed registration (registry entry +
AGENTPHONE_MASTER_KEY+ SIGHUP) is completed.