-
Notifications
You must be signed in to change notification settings - Fork 2
Utkrista and moonsmp #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,10 +31,10 @@ const Partnership = () => { | |
| url: "https://discord.gg/wXhHe5bVgz", | ||
| }, | ||
| { | ||
| name: "Decour SMP", | ||
| description: 'Home to the best SMP experience you can get.', | ||
| logo: "/Dcore.png", | ||
| url: "https://dsc.gg/decoursmp", | ||
| name: 'Moon SMP', | ||
| description: 'Moon SMP is a Grind Based PvP and economy server making it fun and challenging.', | ||
| logo: 'https://images-ext-1.discordapp.net/external/p9bRAl2A-0LjGwG3zVUKV2dCq55_QIvrUE_lmBaAr5A/%3Fsize%3D4096/https/cdn.discordapp.com/icons/1063123986537525298/61c13fc9f21bf93eb15a93774a15d4a2.png?format=webp&quality=lossless&width=192&height=192', | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The Moon SMP logo uses an |
||
| url: 'https://discord.gg/ZKzu7r9JZV', | ||
| }, | ||
| ]; | ||
| return ( | ||
|
|
@@ -55,7 +55,7 @@ const Partnership = () => { | |
| </p> | ||
| </motion.div> | ||
|
|
||
| <div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8"> | ||
| <div className="grid grid-cols-1 sm:grid-cols-3 gap-8 max-w-5xl mx-auto"> | ||
| {partners.map((partner, i) => ( | ||
| <motion.div | ||
| key={partner.name} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -86,6 +86,16 @@ const teamMembers: TeamMember[] = [ | |
| discord: "https://discordapp.com/users/758322333437394944", | ||
| }, | ||
| }, | ||
| { | ||
| name: "Utkrista", | ||
| role: "Team Member - Resource Manager", | ||
|
Comment on lines
+89
to
+91
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Utkrista's avatar uses an |
||
| avatar: | ||
| "https://images-ext-1.discordapp.net/external/9x3KDeC4d_wC4I9pT-XOYA6bY7VpDR8KK0w2sNEujZg/%3Fsize%3D1024/https/cdn.discordapp.com/avatars/893688296130105375/b2419c4ac0b5591c7ec8324467c404e6.png?format=webp&quality=lossless&width=537&height=537", | ||
| socials: { | ||
| website: "https://utkrista.tech/launcher/", | ||
| discord: "https://discordapp.com/users/1298482806430629959", | ||
| }, | ||
| }, | ||
|
Comment on lines
+89
to
+98
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Discord user ID mismatch detected. The avatar URL contains Discord user ID Please verify which Discord user ID is correct and update the corresponding URL. 🔍 Expected format for verificationThe avatar URL format: The Discord profile URL format: Both 🤖 Prompt for AI Agents |
||
| ]; | ||
|
|
||
| const Contact = () => { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
opencode github action available models minimax provider list💡 Result:
OpenCode GitHub Action (anomalyco/opencode) does not appear to expose a single, static “available models for the MiniMax provider” list in its docs. Instead, OpenCode’s model support is driven by its internal/Models.dev registry; the model IDs you can use depend on what OpenCode has registered for the MiniMax provider at runtime. What we can confirm from current, cited sources: 1) Model ID format OpenCode expects the model string in the form provider_id/model_id [1]. 2) MiniMax model IDs that are used successfully with the OpenCode GitHub Action A public example workflow using the GitHub Action with MiniMax specifies the model as minimax/MiniMax-M2.7 [2]. 3) MiniMax models referenced in OpenCode docs (examples, not exhaustive) OpenCode’s “Models” documentation lists Minimax M2.1 as an example model (not stated as exhaustive) [1]. 4) Evidence that MiniMax provider model availability can lag or be incomplete An OpenCode GitHub Action issue shows that using minimax/MiniMax-M2.1 caused ProviderModelNotFoundError (suggestions empty), indicating that, at least at that time, OpenCode’s registry did not recognize that modelID for the MiniMax provider in the GitHub Action context [3]. Another issue notes that when a MiniMax model wasn’t on a model list, it was later merged/available [4]. 5) How to get the complete, authoritative list (recommended) OpenCode provides an endpoint to fetch the full list of available models and metadata: https://opencode.ai/zen/v1/models [5]. This is the closest thing to an up-to-date “provider -> models” list you can rely on, since the docs explicitly say the list is not necessarily exhaustive [1]. Practical answer to your “provider list” request - MiniMax provider ID (as used in OpenCode model IDs): minimax [2]. - MiniMax model IDs you can try today (from sources above): minimax/MiniMax-M2.7 [2], and minimax/MiniMax-M2.1 [1] (but note the provider-model registry can be temporarily out of sync, as shown in [3]). If you want, paste the output of https://opencode.ai/zen/v1/models filtered for providerId=miniMax (or share the raw JSON), and I can extract the exact MiniMax model IDs for 2026-06-02 from it.
Citations:
🏁 Script executed:
Repository: creatorcluster/renderdragon.org
Length of output: 190
🏁 Script executed:
Repository: creatorcluster/renderdragon.org
Length of output: 1359
🏁 Script executed:
Repository: creatorcluster/renderdragon.org
Length of output: 4248
Pin the OpenCode action ref and fix the MiniMax model ID
anomalyco/opencode/github@latestis a floating tag—pin to a release tag or commit SHA for reproducibility.model: opencode/minimax-m2.5-freedoesn’t match the models currently returned byhttps://opencode.ai/zen/v1/models(MiniMax models includeminimax-m2.5andminimax-m2.7, but notminimax-m2.5-free). Updatemodel:accordingly.🧰 Tools
🪛 zizmor (1.25.2)
[error] 32-32: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy)
(unpinned-uses)
🤖 Prompt for AI Agents