@funnycode/myclaude 0.1.26 → 0.1.27

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
@@ -98,9 +98,6 @@ npx @funnycode/myclaude --help # Show help
98
98
  |---------|-------------|
99
99
  | `/model` | Change AI model |
100
100
  | `/effort` | Set effort level |
101
- | `/fast` | Toggle fast mode |
102
- | `/brief` | Toggle brief mode |
103
- | `/output-style` | Set output style |
104
101
 
105
102
  ### Files & Context
106
103
  | Command | Description |
package/README.zh-CN.md CHANGED
@@ -98,9 +98,6 @@ npx @funnycode/myclaude --help # 查看帮助
98
98
  |------|------|
99
99
  | `/model` | 切换 AI 模型 |
100
100
  | `/effort` | 设置努力级别 |
101
- | `/fast` | 切换快速模式 |
102
- | `/brief` | 切换简报模式 |
103
- | `/output-style` | 设置输出风格 |
104
101
 
105
102
  ### 文件和上下文
106
103
  | 命令 | 说明 |
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.26",
8
- BUILD_TIME: "2026-06-22T13:17:09.269Z",
7
+ VERSION: "0.1.27",
8
+ BUILD_TIME: "2026-06-22T13:25:46.061Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
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.26",
8
- BUILD_TIME: "2026-06-22T13:17:09.269Z",
7
+ VERSION: "0.1.27",
8
+ BUILD_TIME: "2026-06-22T13:25:46.061Z",
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.26",
3
+ "version": "0.1.27",
4
4
  "private": false,
5
5
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
6
  "license": "MIT",