Skip to content

Commit f779dea

Browse files
committed
feat: add vercel skills tool and bump azure provider
Install skills@latest globally via bun for vercel integration capabilities. Also update azure-foundry-provider from v0.3.0 to v0.3.1.
1 parent 59c6388 commit f779dea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ EOF
7979
FOE
8080

8181
ARG OPENCODE_VERSION=latest
82-
ARG AZURE_FOUNDRY_PROVIDER_REF=v0.3.0
82+
ARG AZURE_FOUNDRY_PROVIDER_REF=v0.3.1
8383
ARG ENGRAM_VERSION=latest
8484
ARG OPENCODE_BUILD_DIR=/usr/local/share/opencode-build
8585

@@ -181,6 +181,10 @@ uv pip install --system jcodemunch-mcp || exit 1
181181
curl -fsSL "https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/hooks/opencode/rtk.ts" -o "${OPENCODE_PLUGINS_DIR}/rtk.ts" \
182182
|| exit 1
183183

184+
##
185+
# vercel/skills
186+
bun install -g --trust skills@latest
187+
184188
###
185189
# cleanup
186190
rm -rf /root/.bun

0 commit comments

Comments
 (0)