@funnycode/myclaude 0.1.4 → 0.1.5

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