Skip to content

Commit ced2614

Browse files
harryisfishclaude
andcommitted
chore: add development tools to devcontainer
Add global npm packages for development: - @anthropic-ai/claude-code for AI assistance - @harryisfish/gitt for git workflow management - @openai/codex for code generation support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1bea15c commit ced2614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV PNPM_HOME /root/.local/share/pnpm \
1313
&& PATH $PNPM_HOME:$PATH
1414
# 安装 pnpm
1515
RUN npm config set registry=https://registry.npmmirror.com \
16-
&& npm i -g pnpm \
16+
&& npm i -g pnpm @anthropic-ai/claude-code @harryisfish/gitt @openai/codex \
1717
&& pnpm setup \
1818
&& pnpm config set store-dir $PNPM_HOME \
1919
&& pnpm config set registry https://registry.npmmirror.com

0 commit comments

Comments
 (0)