Skip to content

fix(cli): point the self-description docs URL at the canonical host - #25

Merged
damonleelcx merged 1 commit into
develop-v1.0.5from
fix/dgcheck-canonical-host-in-selfdesc
Aug 14, 2026
Merged

fix(cli): point the self-description docs URL at the canonical host#25
damonleelcx merged 1 commit into
develop-v1.0.5from
fix/dgcheck-canonical-host-in-selfdesc

Conversation

@damonleelcx

Copy link
Copy Markdown

The public check site moved from dgcheck.aikeylabs.com to check.aikeylabs.com on 2026-08-13 (frozen-URL change recorded in contract-freeze.md §6 of the 公开检测平台与中转站接入 doc set). The old host keeps a permanent 301, so nothing was broken — but two references in provider_selfdesc.rs still named it:

  • FetchError::NotAikeyDescription's message, which is printed to the user when aikey add --from-url reads 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.
  • The module doc-comment that explains why this gate is deliberately weaker than the site's (R-3b). Renamed so the next reader can grep the live host and land here.

Scope: text only. No behaviour, no shape, no gate-strength change. git grep dgcheck.aikeylabs.com in this repo now returns nothing.

Related: aikeylabs/ai-degrade-detector#11, aikeylabs/ai-degrade-detector#12, aikeylabs/roadmap20260320#67.

🤖 Generated with Claude Code

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>
@damonleelcx
damonleelcx merged commit 0540d87 into develop-v1.0.5 Aug 14, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant