Conversation
Release 1.11.0
The invite we publish is dead again. The Discord API on the code in the tree:
GET /api/v10/invites/FkyrEeJR -> {"message": "Invite is expired.", "code": 50270}
It appears in ten places: the header badge and the community line of all
four READMEs, and twice in site/index.html. Anyone clicking Discord from the
repo or the site lands on an error page.
Replaced with an invite created with no expiry, verified live before this
commit:
GET /api/v10/invites/RXV83nSZdk -> guild "Colibri - inference AI",
expires_at: null, ~130 members
The previous replacement (JustVugg#1363) died because Discord's default invite
lifetime is seven days; the first candidate for this one had
expires_at 2026-09-20 and was rejected for the same reason.
(cherry picked from commit cad8f06)
docs: replace the expired Discord invite on main (badge + site), no tag
Owner
|
Thank you for the translation. Retargeted to dev (every PR lands there; main only receives releases). Two things before it can go in: the file mixes versions (it names v1.11.0 in the banner but the install line still says colibri-v1.8.0-linux-x86_64.tar.gz), so please translate from the current README on dev so the version, the Discord invite and the nine-family list match; and once that is done the release flow needs the version line in this file too (we bump it in every README at release time), so please keep the banner line in the same shape as README.md. CI will run on the update. |
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.
Summary
I created Japanese translated README.
Validation
make -C c checkmake -C c cuda-test(if applicable)Compatibility