From b1c0481d184ac320279e5a21fadfa35673fc196a Mon Sep 17 00:00:00 2001 From: coder-soft Date: Fri, 8 May 2026 10:43:27 +0500 Subject: [PATCH 1/3] Update opencode workflow: use correct API key env var and model --- .github/workflows/opencode.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml index 6555488..1062e38 100644 --- a/.github/workflows/opencode.yml +++ b/.github/workflows/opencode.yml @@ -28,6 +28,6 @@ jobs: - name: Run opencode uses: anomalyco/opencode/github@latest env: - KILO_API_KEY: ${{ secrets.KILO_API_KEY }} + OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }} with: - model: z-ai/glm-5 + model: opencode/minimax-m2.5-free \ No newline at end of file From 6b2c0e9228a0dec75ef34ff33ba99991f1dcbbcc Mon Sep 17 00:00:00 2001 From: coder-soft Date: Fri, 8 May 2026 10:58:45 +0500 Subject: [PATCH 2/3] Add automatic PR review on open --- .github/workflows/opencode.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml index 1062e38..ab2a179 100644 --- a/.github/workflows/opencode.yml +++ b/.github/workflows/opencode.yml @@ -1,14 +1,17 @@ -name: opencode +name: opencode-review on: + pull_request: + types: [opened, synchronize, reopened, ready_for_review] issue_comment: types: [created] pull_request_review_comment: types: [created] jobs: - opencode: + review: if: | + github.event_name == 'pull_request' || contains(github.event.comment.body, ' /oc') || startsWith(github.event.comment.body, '/oc') || contains(github.event.comment.body, ' /opencode') || From e9a9ee21b1bde75326bfc151d355439b5e7eb4a4 Mon Sep 17 00:00:00 2001 From: coder-soft Date: Tue, 2 Jun 2026 19:15:41 +0500 Subject: [PATCH 3/3] Add Utkrista to staff and Moon SMP to partners --- src/components/Partnership.tsx | 10 +++++----- src/pages/Contact.tsx | 10 ++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/components/Partnership.tsx b/src/components/Partnership.tsx index aea9e9e..ec42e87 100644 --- a/src/components/Partnership.tsx +++ b/src/components/Partnership.tsx @@ -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', + url: 'https://discord.gg/ZKzu7r9JZV', }, ]; return ( @@ -55,7 +55,7 @@ const Partnership = () => {

-
+
{partners.map((partner, i) => ( {