@funnycode/myclaude 0.1.294 → 0.1.296

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/README.md CHANGED
@@ -1,14 +1,5 @@
1
1
  # 🎭 myclaude
2
2
 
3
- > **⚠️ SECURITY NOTICE: This is an open-source fork/rebrand of Anthropic's Claude Code.**
4
- > This package is **NOT** the official Anthropic package. It is published by a third party
5
- > under the `@funnycode` organization. If you are looking for the official Anthropic
6
- > package, use `@anthropic-ai/claude-code` (if available) or visit https://claude.ai.
7
- >
8
- > This fork uses the official Anthropic SDK to communicate with the Anthropic API —
9
- > your API keys are sent directly to Anthropic's servers, not to this package's author.
10
- > However, as with any third-party fork, you should review the source code before use.
11
-
12
3
  > **Your AI coding sidekick in the terminal — write smarter, ship faster.**
13
4
 
14
5
  ```bash
@@ -27,9 +18,13 @@ npx @funnycode/myclaude
27
18
  | 🐾 | **BUDDY Pet** | A virtual pet grows as you code — hatch it, feed it, play with it. 18 species, legendary rarity, shiny variants. |
28
19
  | 🏆 | **Achievements** | Unlock 20+ achievements. Streaks, milestones, discoveries — your coding journey gamified. |
29
20
  | 🎯 | **Frontend TDD** | `/frontend-tdd` — Red-Green-Refactor workflow for frontend testing, built right in. |
21
+ | 🧪 | **Agentic TDD** | `/agentic-tdd` — autonomous test-driven development loop for any codebase. |
30
22
  | 🌊 | **Git Flow** | `/new-feature`, `/finish-release`, `/new-hotfix` — full Git Flow workflow as slash commands. |
31
23
  | 🤖 | **ECC Built-in** | 76+ commands and 246+ skills loaded at startup — zero setup. |
32
24
  | 🧠 | **AI Chat** | Write, refactor, debug, and explain code. Multi-model (Anthropic, Bedrock, Vertex, Foundry). |
25
+ | 🎙️ | **Voice Mode** | `/voice` — hands-free coding with voice input. |
26
+ | 🌐 | **Browser Automation** | Web search, fetch, and browser automation for real-time information retrieval. |
27
+ | 🖥️ | **Dev Server** | `/dev-server` — spin up a local dev server with live preview. |
33
28
  | 🎨 | **Beautiful TUI** | React Ink terminal UI with themes, Vim mode, syntax highlighting. |
34
29
  | 🔌 | **Plugins & MCP** | Extend with plugins, MCP servers, custom skills. |
35
30
 
@@ -68,7 +63,9 @@ myclaude
68
63
  | Command | What it does |
69
64
  |---------|-------------|
70
65
  | **`/frontend-tdd <description>`** | **TDD Red-Green-Refactor cycle for frontend features** |
66
+ | **`/agentic-tdd <description>`** | **Autonomous TDD loop for any codebase** |
71
67
  | `/review` | Review a pull request |
68
+ | `/security-review` | Security-focused code review |
72
69
  | `/plan` | Create an implementation plan |
73
70
 
74
71
  ### 🌊 Git Flow
@@ -99,6 +96,13 @@ myclaude
99
96
  | `/plugin` | Install & manage plugins |
100
97
  | `/hooks` | Manage hooks |
101
98
  | `/skills` | List available skills |
99
+ | `/codegraph` | Semantic code intelligence (auto-detected) |
100
+
101
+ ### 🎙️ Voice & Dev
102
+ | Command | What it does |
103
+ |---------|-------------|
104
+ | `/voice` | Toggle voice input mode (hands-free coding) |
105
+ | `/dev-server` | Start a local dev server with live preview |
102
106
 
103
107
  ### ⚙️ System
104
108
  | Command | What it does |
package/README.zh-CN.md CHANGED
@@ -18,9 +18,13 @@ npx @funnycode/myclaude
18
18
  | 🐾 | **BUDDY 伙伴** | 终端电子宠物,随编码成长。孵化、喂食、玩耍。18 个物种、传说稀有度、闪光变异。 |
19
19
  | 🏆 | **成就系统** | 20+ 成就,连续使用打卡、里程碑解锁——编码之旅的游戏化体验。 |
20
20
  | 🎯 | **前端 TDD** | `/frontend-tdd` — 内置 Red-Green-Refactor 工作流,前端测试驱动开发。 |
21
+ | 🧪 | **Agentic TDD** | `/agentic-tdd` — 面向任意代码库的自主测试驱动开发循环。 |
21
22
  | 🌊 | **Git Flow** | `/new-feature`、`/finish-release`、`/new-hotfix` — 完整的 Git Flow 斜杠命令。 |
22
23
  | 🤖 | **ECC 内置** | 启动时自动注册 76+ 命令和 246+ 技能,零配置开箱即用。 |
23
24
  | 🧠 | **AI 对话** | 编写、重构、调试、解释代码。多模型支持(Anthropic、Bedrock、Vertex、Foundry)。 |
25
+ | 🎙️ | **语音模式** | `/voice` — 语音输入,解放双手编码。 |
26
+ | 🌐 | **浏览器自动化** | 网页搜索、抓取与浏览器自动化,实时获取信息。 |
27
+ | 🖥️ | **开发服务器** | `/dev-server` — 启动本地开发服务器并实时预览。 |
24
28
  | 🎨 | **精美 TUI** | React Ink 终端界面,支持主题切换、Vim 模式、语法高亮。 |
25
29
  | 🔌 | **插件 & MCP** | 通过插件、MCP 服务器、自定义技能无限扩展。 |
26
30
 
@@ -59,7 +63,9 @@ myclaude
59
63
  | 命令 | 功能 |
60
64
  |------|------|
61
65
  | **`/frontend-tdd <描述>`** | **前端 TDD 红绿重构循环** |
66
+ | **`/agentic-tdd <描述>`** | **面向任意代码库的自主 TDD 循环** |
62
67
  | `/review` | 代码审查 |
68
+ | `/security-review` | 安全专项代码审查 |
63
69
  | `/plan` | 创建实施计划 |
64
70
 
65
71
  ### 🌊 Git Flow
@@ -90,6 +96,13 @@ myclaude
90
96
  | `/plugin` | 安装管理插件 |
91
97
  | `/hooks` | 管理钩子 |
92
98
  | `/skills` | 查看可用技能 |
99
+ | `/codegraph` | 语义代码智能(自动检测) |
100
+
101
+ ### 🎙️ 语音与开发
102
+ | 命令 | 功能 |
103
+ |------|------|
104
+ | `/voice` | 切换语音输入模式(解放双手编码) |
105
+ | `/dev-server` | 启动本地开发服务器并实时预览 |
93
106
 
94
107
  ### ⚙️ 系统
95
108
  | 命令 | 功能 |
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.294",
8
- BUILD_TIME: "2026-08-25T17:01:46.964Z",
7
+ VERSION: "0.1.296",
8
+ BUILD_TIME: "2026-08-26T17:14:10.114Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
@@ -120027,7 +120027,7 @@ var package_default;
120027
120027
  var init_package = __esm(() => {
120028
120028
  package_default = {
120029
120029
  name: "@funnycode/myclaude",
120030
- version: "0.1.294",
120030
+ version: "0.1.296",
120031
120031
  private: false,
120032
120032
  description: "An open-source AI coding assistant in your terminal - powered by Claude",
120033
120033
  license: "MIT",
@@ -480041,9 +480041,9 @@ var init_definitions = __esm(() => {
480041
480041
  },
480042
480042
  {
480043
480043
  id: "2",
480044
- description: "Create dependency directory (npm install is not permitted by the executor allowlist; install manually)",
480045
- command: "mkdir node_modules",
480046
- reasoning: "Dependency installation must be run manually — npm was removed from the allowlist (issues #886/#889/#890)"
480044
+ description: "Install dependencies (express, jsonwebtoken, bcrypt)",
480045
+ command: "npm install express jsonwebtoken bcrypt",
480046
+ reasoning: "Add necessary packages for the API"
480047
480047
  },
480048
480048
  {
480049
480049
  id: "3",
@@ -480137,9 +480137,9 @@ var init_definitions = __esm(() => {
480137
480137
  steps: [
480138
480138
  {
480139
480139
  id: "1",
480140
- description: "Create test dependency directory (npm install is not permitted by the executor allowlist; install manually)",
480141
- command: "mkdir node_modules",
480142
- reasoning: "Test dependencies must be installed manually — npm was removed from the allowlist (issues #886/#889/#890)"
480140
+ description: "Install testing dependencies (vitest, @testing-library/react)",
480141
+ command: "npm install -D vitest @testing-library/react @testing-library/jest-dom",
480142
+ reasoning: "Add testing tools"
480143
480143
  },
480144
480144
  {
480145
480145
  id: "2",
package/dist/myclaude.mjs 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.294",
8
- BUILD_TIME: "2026-08-25T17:01:46.964Z",
7
+ VERSION: "0.1.296",
8
+ BUILD_TIME: "2026-08-26T17:14:10.114Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
@@ -120027,7 +120027,7 @@ var package_default;
120027
120027
  var init_package = __esm(() => {
120028
120028
  package_default = {
120029
120029
  name: "@funnycode/myclaude",
120030
- version: "0.1.294",
120030
+ version: "0.1.296",
120031
120031
  private: false,
120032
120032
  description: "An open-source AI coding assistant in your terminal - powered by Claude",
120033
120033
  license: "MIT",
@@ -480041,9 +480041,9 @@ var init_definitions = __esm(() => {
480041
480041
  },
480042
480042
  {
480043
480043
  id: "2",
480044
- description: "Create dependency directory (npm install is not permitted by the executor allowlist; install manually)",
480045
- command: "mkdir node_modules",
480046
- reasoning: "Dependency installation must be run manually — npm was removed from the allowlist (issues #886/#889/#890)"
480044
+ description: "Install dependencies (express, jsonwebtoken, bcrypt)",
480045
+ command: "npm install express jsonwebtoken bcrypt",
480046
+ reasoning: "Add necessary packages for the API"
480047
480047
  },
480048
480048
  {
480049
480049
  id: "3",
@@ -480137,9 +480137,9 @@ var init_definitions = __esm(() => {
480137
480137
  steps: [
480138
480138
  {
480139
480139
  id: "1",
480140
- description: "Create test dependency directory (npm install is not permitted by the executor allowlist; install manually)",
480141
- command: "mkdir node_modules",
480142
- reasoning: "Test dependencies must be installed manually — npm was removed from the allowlist (issues #886/#889/#890)"
480140
+ description: "Install testing dependencies (vitest, @testing-library/react)",
480141
+ command: "npm install -D vitest @testing-library/react @testing-library/jest-dom",
480142
+ reasoning: "Add testing tools"
480143
480143
  },
480144
480144
  {
480145
480145
  id: "2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.294",
3
+ "version": "0.1.296",
4
4
  "private": false,
5
5
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
6
  "license": "MIT",