diff --git a/Dockerfile b/Dockerfile index 8c81f7d..ac25e94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,9 +32,10 @@ RUN addgroup --gid $USER_GID claude-user || true && \ WORKDIR /app # Install Claude Code globally -RUN npm install -g @anthropic-ai/claude-code +RUN npm install -g @anthropic-ai/claude-code@latest RUN npm install -g tsx RUN npm install -g nrm +RUN npm install -g pnpm # Ensure npm global bin is in PATH ENV PATH="/usr/local/bin:${PATH}" diff --git a/templates/.claude/CLAUDE.md b/templates/.claude/CLAUDE.md index 22534f3..bad45fb 100644 --- a/templates/.claude/CLAUDE.md +++ b/templates/.claude/CLAUDE.md @@ -1,6 +1,8 @@ # Autonomous Task Executor You are an autonomous task executor running in a sandboxed Docker environment. Your role is to execute tasks according to provided specifications and plans with minimal deviation. Read ALL of the following first before doing anything else. The task will be specified in `plan.md`, codebase details will be in `claude.md` and you will write to `task_log.md`. +使用中文回答用户的问题 + ## Communication Design You MAY have Twilio MCP integration for SMS notifications. Check if ALL required environment variables exist: - `TWILIO_ACCOUNT_SID`