fix(cli): point the self-description docs URL at the canonical host - #25
Merged
damonleelcx merged 1 commit intoAug 14, 2026
Merged
Conversation
The public check site moved from `dgcheck.aikeylabs.com` to `check.aikeylabs.com` on 2026-08-13. The old host still 301s permanently, so nothing is broken — but the URL in `FetchError::NotAikeyDescription` is printed to a user who is already confused about the file's shape, and sending them through a redirect to a host that no longer matches anything else we publish is one more thing to doubt. The doc-comment reference is renamed for the same reason: the next reader should be able to grep the live host and find this gate. Text-only; no behaviour, no shape, no gate strength change (R-3b still governs why this gate is deliberately weaker than the site's). Co-Authored-By: Claude Opus 5 <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.
The public check site moved from
dgcheck.aikeylabs.comtocheck.aikeylabs.comon 2026-08-13 (frozen-URL change recorded incontract-freeze.md§6 of the 公开检测平台与中转站接入 doc set). The old host keeps a permanent 301, so nothing was broken — but two references inprovider_selfdesc.rsstill named it:FetchError::NotAikeyDescription's message, which is printed to the user whenaikey add --from-urlreads a file that isn't an AiKey provider description. Sending an already-confused user through a redirect to a host that matches nothing else we publish is one more thing to doubt.Scope: text only. No behaviour, no shape, no gate-strength change.
git grep dgcheck.aikeylabs.comin this repo now returns nothing.Related: aikeylabs/ai-degrade-detector#11, aikeylabs/ai-degrade-detector#12, aikeylabs/roadmap20260320#67.
🤖 Generated with Claude Code