@funnycode/myclaude 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.6] - 2026-06-12
4
+
5
+ ### Fixed
6
+ - Fixed README.md content: changed from Chinese to English as the default document
7
+
3
8
  ## [0.1.5] - 2026-06-12
4
9
 
5
10
  ### Changed
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @funnycode/myclaude
2
2
 
3
- **myclaude** — 一款开源的 AI 编程助手,运行在你的终端中。
4
- 本项目是 Claude Code fork/rebrand,致力于提供独立、开放的 AI 编码体验。
3
+ **myclaude** — An open-source AI coding assistant that runs in your terminal.
4
+ This project is a fork/rebrand of Claude Code, committed to providing an independent, open AI coding experience.
5
5
 
6
6
  ```bash
7
7
  npx @funnycode/myclaude
@@ -9,226 +9,226 @@ npx @funnycode/myclaude
9
9
 
10
10
  ---
11
11
 
12
- ## 特性
12
+ ## Features
13
13
 
14
- - **AI 对话**通过自然语言编写、重构、调试和解释代码
15
- - **80+ 斜杠命令** — `/commit`, `/review`, `/plan`, `/test`, `/doctor`
16
- - **文件操作** AI 指导下编辑、写入、创建和搜索文件
17
- - **Git 集成**自动生成提交信息、管理分支、创建 PR
18
- - **MCP 支持** — Model Context Protocol 可扩展工具集成
19
- - **插件系统**安装和管理来自市场的插件
20
- - **Agent 模式**多步自主任务执行
21
- - **技能系统**通过可复用技能扩展能力
22
- - **终端 UI** — React Ink 界面,支持语法高亮、主题和 Vim 模式
23
- - **多模型支持** — AnthropicAWS BedrockGoogle Vertex AIMicrosoft Foundry
14
+ - **AI Chat**Write, refactor, debug, and explain code via natural language
15
+ - **80+ Slash Commands** — `/commit`, `/review`, `/plan`, `/test`, `/doctor` and more
16
+ - **File Operations** Edit, write, create, and search files with AI guidance
17
+ - **Git Integration**Automatic commit messages, branch management, PR creation
18
+ - **MCP Support** — Model Context Protocol for extensible tool integrations
19
+ - **Plugin System** Install and manage plugins from marketplaces
20
+ - **Agent Mode**Multi-step autonomous task execution
21
+ - **Skills System** Extend capabilities with reusable skills
22
+ - **Terminal UI** — React Ink interface with syntax highlighting, themes, and Vim mode
23
+ - **Multi-Model Support** — Anthropic, AWS Bedrock, Google Vertex AI, Microsoft Foundry
24
24
 
25
25
  ---
26
26
 
27
- ## 快速开始
27
+ ## Quick Start
28
28
 
29
- ### 环境要求
29
+ ### Prerequisites
30
30
 
31
- - **Node.js >= 18**(也可以用 Bun
32
- - **Git**(部分功能需要)
33
- - **Anthropic API 密钥** 或兼容的 AI 提供商
31
+ - **Node.js >= 18** (works with Bun too)
32
+ - **Git** (for some features)
33
+ - **Anthropic API key** or compatible provider
34
34
 
35
- ### 安装 & 运行
35
+ ### Install & Run
36
36
 
37
37
  ```bash
38
38
  npx @funnycode/myclaude
39
39
  ```
40
40
 
41
- 或全局安装:
41
+ Or install globally:
42
42
 
43
43
  ```bash
44
44
  npm install -g @funnycode/myclaude
45
45
  myclaude
46
46
  ```
47
47
 
48
- ### 设置 API Key
48
+ ### Set API Key
49
49
 
50
50
  ```bash
51
51
  export ANTHROPIC_API_KEY=sk-ant-...
52
- # 或使用 myclaude 别名:
52
+ # Or use the myclaude alias:
53
53
  export MYCLAUDE_API_KEY=sk-ant-...
54
54
  ```
55
55
 
56
56
  ---
57
57
 
58
- ## 使用方式
58
+ ## Usage
59
59
 
60
60
  ```bash
61
- npx @funnycode/myclaude # 启动交互式 REPL
62
- npx @funnycode/myclaude -p "解释这个项目" # 直接运行 prompt
63
- npx @funnycode/myclaude --version # 显示版本
64
- npx @funnycode/myclaude --help # 显示帮助
61
+ npx @funnycode/myclaude # Start interactive REPL
62
+ npx @funnycode/myclaude -p "explain this project" # Run with a prompt
63
+ npx @funnycode/myclaude --version # Show version
64
+ npx @funnycode/myclaude --help # Show help
65
65
  ```
66
66
 
67
67
  ---
68
68
 
69
- ## 斜杠命令
70
-
71
- ### 核心
72
- | 命令 | 描述 |
73
- |------|------|
74
- | `/help` | 显示帮助 |
75
- | `/clear` | 清除对话 |
76
- | `/exit` | 退出 |
77
- | `/resume` | 恢复之前的会话 |
78
- | `/rewind` | 回退对话 |
79
- | `/rename` | 重命名当前会话 |
80
- | `/config` | 配置设置 |
81
- | `/doctor` | 诊断和验证安装 |
82
-
83
- ### 代码 & Git
84
- | 命令 | 描述 |
85
- |------|------|
86
- | `/commit` | 生成 Git 提交信息 |
87
- | `/diff` | 显示 Git 差异 |
88
- | `/branch` | 切换/创建分支 |
89
- | `/plan` | 创建实施计划 |
90
- | `/review` | 审查代码 |
91
-
92
- ### AI & 模型
93
- | 命令 | 描述 |
94
- |------|------|
95
- | `/model` | 切换 AI 模型 |
96
- | `/effort` | 设置努力级别 |
97
- | `/fast` | 切换快速模式 |
98
- | `/brief` | 切换简报模式 |
99
- | `/output-style` | 设置输出风格 |
100
-
101
- ### 文件 & 上下文
102
- | 命令 | 描述 |
103
- |------|------|
104
- | `/add-dir` | 添加目录到上下文 |
105
- | `/context` | 显示当前上下文 |
106
- | `/files` | 文件操作 |
107
- | `/copy` | 复制内容 |
108
-
109
- ### MCP & 插件
110
- | 命令 | 描述 |
111
- |------|------|
112
- | `/mcp` | 管理 MCP 服务器 |
113
- | `/plugin` | 管理插件和市场 |
114
- | `/reload-plugins` | 重新加载所有插件 |
115
- | `/hooks` | 管理钩子 |
116
-
117
- ### 系统
118
- | 命令 | 描述 |
119
- |------|------|
120
- | `/status` | 显示认证和会话状态 |
121
- | `/stats` | 显示使用统计 |
122
- | `/cost` | 显示费用信息 |
123
- | `/color` | 设置颜色主题 |
124
- | `/theme` | 设置 UI 主题 |
125
- | `/keybindings` | 配置按键绑定 |
126
- | `/vim` | 切换 Vim 模式 |
127
- | `/terminal-setup` | 终端设置 |
128
- | `/memory` | 管理 AI 记忆 |
129
- | `/skills` | 管理技能 |
130
- | `/sandbox` | 切换沙盒模式 |
131
- | `/session` | 会话管理 |
132
- | `/tag` | 标记当前会话 |
133
- | `/export` | 导出会话 |
134
- | `/upgrade` | 检查更新 |
135
- | `/feedback` | 提交反馈 |
136
- | `/summary` | 生成会话摘要 |
137
- | `/thinkback` | 回溯思考过程 |
69
+ ## Slash Commands
70
+
71
+ ### Core
72
+ | Command | Description |
73
+ |---------|-------------|
74
+ | `/help` | Show help |
75
+ | `/clear` | Clear conversation |
76
+ | `/exit` | Exit |
77
+ | `/resume` | Resume a previous session |
78
+ | `/rewind` | Rewind conversation |
79
+ | `/rename` | Rename current session |
80
+ | `/config` | Configure settings |
81
+ | `/doctor` | Diagnose and verify installation |
82
+
83
+ ### Code & Git
84
+ | Command | Description |
85
+ |---------|-------------|
86
+ | `/commit` | Generate a git commit message |
87
+ | `/diff` | Show git diff |
88
+ | `/branch` | Switch/create branches |
89
+ | `/plan` | Create an implementation plan |
90
+ | `/review` | Review code |
91
+
92
+ ### AI & Model
93
+ | Command | Description |
94
+ |---------|-------------|
95
+ | `/model` | Change AI model |
96
+ | `/effort` | Set effort level |
97
+ | `/fast` | Toggle fast mode |
98
+ | `/brief` | Toggle brief mode |
99
+ | `/output-style` | Set output style |
100
+
101
+ ### Files & Context
102
+ | Command | Description |
103
+ |---------|-------------|
104
+ | `/add-dir` | Add directory to context |
105
+ | `/context` | Show current context |
106
+ | `/files` | File operations |
107
+ | `/copy` | Copy content |
108
+
109
+ ### MCP & Plugins
110
+ | Command | Description |
111
+ |---------|-------------|
112
+ | `/mcp` | Manage MCP servers |
113
+ | `/plugin` | Manage plugins and marketplaces |
114
+ | `/reload-plugins` | Reload all plugins |
115
+ | `/hooks` | Manage hooks |
116
+
117
+ ### System
118
+ | Command | Description |
119
+ |---------|-------------|
120
+ | `/status` | Show authentication and session status |
121
+ | `/stats` | Show usage statistics |
122
+ | `/cost` | Show cost information |
123
+ | `/color` | Set color theme |
124
+ | `/theme` | Set UI theme |
125
+ | `/keybindings` | Configure keybindings |
126
+ | `/vim` | Toggle Vim mode |
127
+ | `/terminal-setup` | Terminal setup |
128
+ | `/memory` | Manage AI memory |
129
+ | `/skills` | Manage skills |
130
+ | `/sandbox` | Toggle sandbox mode |
131
+ | `/session` | Session management |
132
+ | `/tag` | Tag current session |
133
+ | `/export` | Export session |
134
+ | `/upgrade` | Check for updates |
135
+ | `/feedback` | Submit feedback |
136
+ | `/summary` | Generate session summary |
137
+ | `/thinkback` | Think-back review |
138
138
 
139
139
  ---
140
140
 
141
- ## 已确认可用的功能
142
-
143
- 以下功能已经过测试并确认可用:
144
-
145
- - ✅ 交互式 REPL(与 AI 对话)
146
- - ✅ 打印模式(`-p` 参数)
147
- - ✅ 模型切换(`/model`)
148
- - ✅ 大多数斜杠命令
149
- - ✅ MCP 服务器添加/删除/列表
150
- - ✅ 插件安装
151
- - ✅ Git 提交信息生成
152
- - ✅ 文件编辑和创建
153
- - ✅ 技能系统
154
- - ✅ Vim 模式
155
- - ✅ 配置管理
156
- - ✅ Doctor 诊断
157
- - ✅ 深色/浅色主题
158
- - ✅ 按键绑定自定义
159
- - ✅ API 密钥认证(兼容任何 Anthropic API 提供商)
160
- - ✅ 多模型提供商(Bedrock / Vertex / Foundry
141
+ ## Verified Working Features
142
+
143
+ The following features have been tested and confirmed working:
144
+
145
+ - ✅ Interactive REPL (chat with AI)
146
+ - ✅ Print mode (`-p` flag)
147
+ - ✅ Model switching (`/model`)
148
+ - ✅ Most slash commands
149
+ - ✅ MCP server add/remove/list
150
+ - ✅ Plugin installation
151
+ - ✅ Git commit generation
152
+ - ✅ File editing and creation
153
+ - ✅ Skills system
154
+ - ✅ Vim mode
155
+ - ✅ Config management
156
+ - ✅ Doctor diagnostics
157
+ - ✅ Dark/light themes
158
+ - ✅ Keybinding customization
159
+ - ✅ API key authentication (with any Anthropic-compatible provider)
160
+ - ✅ Multi-model providers (Bedrock / Vertex / Foundry)
161
161
 
162
162
  ---
163
163
 
164
- ## 环境变量
165
-
166
- 支持 `MYCLAUDE_*` `CLAUDE_CODE_*` 两种命名方式。
167
- 两者同时设置时,`CLAUDE_CODE_*` 优先。
168
-
169
- | 变量 | 描述 |
170
- |------|------|
171
- | `ANTHROPIC_API_KEY` / `MYCLAUDE_API_KEY` | API 密钥(必填) |
172
- | `ANTHROPIC_BASE_URL` / `MYCLAUDE_BASE_URL` | 自定义 API 地址 |
173
- | `MYCLAUDE_MODEL` | 模型覆盖 |
174
- | `MYCLAUDE_SIMPLE` | 简洁模式(无 TUI |
175
- | `MYCLAUDE_BRIEF` | 简报模式 |
176
- | `MYCLAUDE_DISABLE_THINKING` | 禁用思考 |
177
- | `MYCLAUDE_PROACTIVE` | 主动模式 |
178
- | `MYCLAUDE_USE_BEDROCK` | 使用 AWS Bedrock |
179
- | `MYCLAUDE_USE_VERTEX` | 使用 Google Vertex AI |
180
- | `MYCLAUDE_USE_FOUNDRY` | 使用 Microsoft Foundry |
181
- | `MYCLAUDE_DISABLE_AUTO_MEMORY` | 禁用自动记忆 |
182
- | `MYCLAUDE_SYNTAX_HIGHLIGHT` | 语法高亮主题 |
183
- | `MYCLAUDE_IDLE_THRESHOLD_MINUTES` | 空闲超时(默认 75 分钟) |
184
- | `MYCLAUDE_EFFORT_LEVEL` | 努力级别 |
164
+ ## Environment Variables
165
+
166
+ Supports both `MYCLAUDE_*` and `CLAUDE_CODE_*` names.
167
+ `CLAUDE_CODE_*` takes priority if both are set.
168
+
169
+ | Variable | Description |
170
+ |----------|-------------|
171
+ | `ANTHROPIC_API_KEY` / `MYCLAUDE_API_KEY` | API key (required) |
172
+ | `ANTHROPIC_BASE_URL` / `MYCLAUDE_BASE_URL` | Custom API base URL |
173
+ | `MYCLAUDE_MODEL` | Model override |
174
+ | `MYCLAUDE_SIMPLE` | Simple mode (no TUI) |
175
+ | `MYCLAUDE_BRIEF` | Brief mode |
176
+ | `MYCLAUDE_DISABLE_THINKING` | Disable thinking |
177
+ | `MYCLAUDE_PROACTIVE` | Proactive mode |
178
+ | `MYCLAUDE_USE_BEDROCK` | Use AWS Bedrock |
179
+ | `MYCLAUDE_USE_VERTEX` | Use Google Vertex AI |
180
+ | `MYCLAUDE_USE_FOUNDRY` | Use Microsoft Foundry |
181
+ | `MYCLAUDE_DISABLE_AUTO_MEMORY` | Disable auto memory |
182
+ | `MYCLAUDE_SYNTAX_HIGHLIGHT` | Syntax highlight theme |
183
+ | `MYCLAUDE_IDLE_THRESHOLD_MINUTES` | Idle timeout (default: 75) |
184
+ | `MYCLAUDE_EFFORT_LEVEL` | Effort level |
185
185
 
186
186
  ---
187
187
 
188
- ## 开发
188
+ ## Development
189
189
 
190
190
  ```bash
191
191
  git clone https://gitee.com/thomaslwq/myclaude.git
192
192
  cd myclaude
193
193
  bun install
194
- bun run dev # 开发模式
195
- bun run build # 构建到 dist/myclaude.js
196
- bun run version # 验证 CLI 启动
194
+ bun run dev # Development mode
195
+ bun run build # Build to dist/myclaude.js
196
+ bun run version # Verify CLI boots
197
197
  ```
198
198
 
199
- ### 构建产物
199
+ ### Build Output
200
200
 
201
- 构建脚本会将 `src/entrypoints/cli.tsx` 打包为单文件 `dist/myclaude.js`,并注入版本号等编译时常量。
201
+ The build script bundles `src/entrypoints/cli.tsx` into a single file `dist/myclaude.js`, injecting compile-time constants such as version number.
202
202
 
203
- ### 目录结构
203
+ ### Directory Structure
204
204
 
205
205
  ```
206
206
  src/
207
- ├── commands/ # 斜杠命令实现
208
- ├── components/ # React Ink UI 组件
209
- ├── services/ # 后端服务(APIMCP、分析)
210
- ├── tools/ # 工具实现
211
- ├── utils/ # 共享工具函数
212
- ├── entrypoints/ # CLI 入口
213
- └── main.tsx # TUI 主入口
207
+ ├── commands/ # Slash command implementations
208
+ ├── components/ # React Ink UI components
209
+ ├── services/ # Backend services (API, MCP, analytics)
210
+ ├── tools/ # Tool implementations
211
+ ├── utils/ # Shared utilities
212
+ ├── entrypoints/ # CLI entry points
213
+ └── main.tsx # TUI main entry
214
214
  ```
215
215
 
216
216
  ---
217
217
 
218
- ## 贡献
218
+ ## Contributing
219
219
 
220
- 欢迎提交 PR 参与贡献!
220
+ Pull requests are welcome!
221
221
 
222
- ### 指南
222
+ ### Guidelines
223
223
 
224
- - Fork 仓库并创建功能分支
225
- - 保持改动聚焦且最小化
226
- - 提交前测试你的改动
227
- - `main` 分支发起 PR
224
+ - Fork the repo and create a feature branch
225
+ - Keep changes focused and minimal
226
+ - Test your changes before submitting
227
+ - Open a PR against the `main` branch
228
228
 
229
229
  ---
230
230
 
231
- ## 相关链接
231
+ ## Links
232
232
 
233
233
  - **Gitee**: [https://gitee.com/thomaslwq/myclaude](https://gitee.com/thomaslwq/myclaude)
234
234
  - **GitHub**: [https://github.com/thomaslwq/myclaude](https://github.com/thomaslwq/myclaude)
@@ -236,6 +236,6 @@ src/
236
236
 
237
237
  ---
238
238
 
239
- ## 许可证
239
+ ## License
240
240
 
241
241
  MIT
package/dist/myclaude.js CHANGED
@@ -4,8 +4,8 @@
4
4
  // MACRO - build-time constants (injected by build.ts)
5
5
  // MACRO injected by build script
6
6
  globalThis.MACRO = {
7
- VERSION: "0.1.5",
8
- BUILD_TIME: "2026-06-12T13:00:37.604Z",
7
+ VERSION: "0.1.6",
8
+ BUILD_TIME: "2026-06-12T13:12:20.245Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "private": false,
5
5
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
6
  "license": "MIT",