Revert "added Kimi Code plugin to opencode"
CI / Build opencode docker images (push) Successful in 15s

This reverts commit 6b1a03f066.
This commit is contained in:
2026-07-19 09:21:41 +08:00
parent 6b1a03f066
commit ae4f7d431b
-1
View File
@@ -34,7 +34,6 @@ ADD --chown=opencode:opencode ./opencode.json /etc/opencode/opencode.json
RUN mkdir -p /usr/lib/opencode/addons
ADD --chmod=644 https://repo1.maven.org/maven2/org/projectlombok/lombok/1.18.46/lombok-1.18.46.jar /usr/lib/opencode/addons/lombok.jar
ENV OPENCODE_CONFIG=/etc/opencode/opencode.json
RUN opencode plugin opencode-kimi-full --global
USER opencode
WORKDIR /workspace
ENTRYPOINT ["opencode"]