Skip to content

Commit 6e7a59c

Browse files
author
GitHub Copilot CLI
committed
Fix CI: use opencode-ai package for OpenCode install
1 parent 66c4018 commit 6e7a59c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ FROM system-base AS dev-tools
4545
ENV npm_config_cache=/tmp/npm-cache
4646
RUN --mount=type=cache,target=/tmp/npm-cache \
4747
# 並列npm install(依存関係なし)
48-
npm install -g --prefer-offline @opencode-ai/cli & \
48+
npm install -g --prefer-offline opencode-ai & \
4949
npm install -g --prefer-offline @openchamber/web & \
5050
npm install -g --prefer-offline ecc-universal & \
5151
# 並列処理完了待ち

.devcontainer/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ declare -a INSTALL_NAMES=()
5656

5757
if ! command -v opencode &> /dev/null; then
5858
echo " OpenCode CLI をインストール中..."
59-
npm install -g @opencode-ai/cli &
59+
npm install -g opencode-ai &
6060
INSTALL_PIDS+=("$!")
6161
INSTALL_NAMES+=("OpenCode CLI")
6262
else

0 commit comments

Comments
 (0)