Skip to content

Commit 4e533f1

Browse files
mujingclaude
andcommitted
chore: remove iflow-cli as the service is being discontinued
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 950b60a commit 4e533f1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ide-code-server/
3838
- System: `git`, `curl`, `wget`, `vim`, `tmux`, `dnsutils`, `yq`, `kubectl`, `sudo`
3939
- Go tools: `gopls`, `dlv`, `golangci-lint`, `goimports`
4040
- Python tools: `uv`, `conda`
41-
- Node tools: `pnpm`, `yarn`, `@iflow-ai/iflow-cli`, `@anthropic-ai/claude-code`
41+
- Node tools: `pnpm`, `yarn`, `@anthropic-ai/claude-code`
4242
- Ruby tools: `bundler`, `rails`
4343

4444
## Dockerfile Design (Layered for Cache Efficiency)

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - \
108108
&& apt-get install -y --no-install-recommends nodejs \
109109
&& rm -rf /var/lib/apt/lists/*
110110

111-
# Configure npm mirror and install pnpm, yarn, iflow-cli, claude-code
111+
# Configure npm mirror and install pnpm, yarn, claude-code
112112
RUN npm config set registry https://registry.npmmirror.com --global \
113-
&& npm install -g pnpm yarn @iflow-ai/iflow-cli@latest @anthropic-ai/claude-code@latest \
113+
&& npm install -g pnpm yarn @anthropic-ai/claude-code@latest \
114114
&& npm cache clean --force \
115115
&& pnpm config set registry https://registry.npmmirror.com \
116116
&& yarn config set registry https://registry.npmmirror.com

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A comprehensive development environment Docker image based on code-server, pre-c
99
- **Base**: codercom/code-server:latest
1010
- **User**: `coder` with passwordless sudo (su blocked)
1111
- **Languages**: Go, Python 3.13, Node.js, JDK 21, Ruby/Rails
12-
- **Tools**: git, curl, wget, vim, tmux, dnsutils (nslookup), yq, kubectl, gopls, delve, uv, conda, pnpm, yarn, Maven, iflow-cli, claude-code
12+
- **Tools**: git, curl, wget, vim, tmux, dnsutils (nslookup), yq, kubectl, gopls, delve, uv, conda, pnpm, yarn, Maven, claude-code
1313

1414
## Quick Start
1515

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- **基础镜像**: `codercom/code-server:latest`
1010
- **默认用户**: `coder`(免密 sudo,`su` 被禁用)
1111
- **语言环境**: Go、Python 3.13、Node.js、JDK 21、Ruby/Rails
12-
- **开发工具**: git、curl、wget、vim、tmux、dnsutils (nslookup)、yq、kubectl、gopls、delve、uv、conda、pnpm、yarn、Maven、iflow-cli、claude-code
12+
- **开发工具**: git、curl、wget、vim、tmux、dnsutils (nslookup)、yq、kubectl、gopls、delve、uv、conda、pnpm、yarn、Maven、claude-code
1313

1414
## 快速开始
1515

0 commit comments

Comments
 (0)