@funnycode/myclaude 0.1.25 → 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
@@ -89,7 +89,7 @@ npx @funnycode/myclaude --help # Show help
89
89
  |---------|-------------|
90
90
  | `/commit` | Generate a git commit message |
91
91
  | `/diff` | Show git diff |
92
- | `/branch` | Switch/create branches |
92
+ | `/branch` | Create a conversation branch (fork) |
93
93
  | `/plan` | Create an implementation plan |
94
94
  | `/review` | Review code |
95
95
 
@@ -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.25",
8
- BUILD_TIME: "2026-06-22T12:30:11.149Z",
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: '',
@@ -420973,7 +420973,7 @@ function General() {
420973
420973
  if ($3[0] === Symbol.for("react.memo_cache_sentinel")) {
420974
420974
  t0 = /* @__PURE__ */ jsx_dev_runtime200.jsxDEV(ThemedBox_default, {
420975
420975
  children: /* @__PURE__ */ jsx_dev_runtime200.jsxDEV(ThemedText, {
420976
- children: "Claude understands your codebase, makes edits with your permission, and executes commands — right from your terminal."
420976
+ children: "myclaude understands your codebase, makes edits with your permission, and executes commands — right from your terminal."
420977
420977
  }, undefined, false, undefined, this)
420978
420978
  }, undefined, false, undefined, this);
420979
420979
  $3[0] = t0;
@@ -421151,7 +421151,7 @@ function HelpV2(t0) {
421151
421151
  let t6;
421152
421152
  if ($3[31] !== tabs) {
421153
421153
  t6 = /* @__PURE__ */ jsx_dev_runtime201.jsxDEV(Tabs, {
421154
- title: `Claude Code v${MACRO.VERSION}`,
421154
+ title: `myclaude v${MACRO.VERSION}`,
421155
421155
  color: "professionalBlue",
421156
421156
  defaultTab: "general",
421157
421157
  children: tabs
@@ -421170,7 +421170,7 @@ function HelpV2(t0) {
421170
421170
  "For more help:",
421171
421171
  " ",
421172
421172
  /* @__PURE__ */ jsx_dev_runtime201.jsxDEV(Link, {
421173
- url: "https://code.claude.com/docs/en/overview"
421173
+ url: "https://github.com/thomaslwq/myclaude"
421174
421174
  }, undefined, false, undefined, this)
421175
421175
  ]
421176
421176
  }, undefined, true, undefined, this)
@@ -468702,7 +468702,7 @@ async function call49(onDone, context2, args) {
468702
468702
  };
468703
468703
  const titleInfo = title ? ` "${title}"` : "";
468704
468704
  const resumeHint = `
468705
- To resume the original: claude -r ${originalSessionId}`;
468705
+ To resume the original: myclaude -r ${originalSessionId}`;
468706
468706
  const successMessage = `Branched conversation${titleInfo}. You are now in the branch.${resumeHint}`;
468707
468707
  if (context2.resume) {
468708
468708
  await context2.resume(sessionId, forkLog, "fork");
@@ -487231,7 +487231,6 @@ var init_commands2 = __esm(() => {
487231
487231
  backfill_sessions_default,
487232
487232
  break_cache_default,
487233
487233
  bughunter_default,
487234
- commit_default,
487235
487234
  commit_push_pr_default,
487236
487235
  ctx_viz_default,
487237
487236
  good_claude_default,
@@ -487267,6 +487266,7 @@ var init_commands2 = __esm(() => {
487267
487266
  chrome_default,
487268
487267
  clear_default,
487269
487268
  color_default,
487269
+ commit_default,
487270
487270
  compact_default,
487271
487271
  config_default,
487272
487272
  copy_default,
@@ -550687,7 +550687,7 @@ function WelcomeV2() {
550687
550687
  if ($3[0] !== theme2) {
550688
550688
  t02 = /* @__PURE__ */ jsx_dev_runtime473.jsxDEV(AppleTerminalWelcomeV2, {
550689
550689
  theme: theme2,
550690
- welcomeMessage: "Welcome to Claude Code"
550690
+ welcomeMessage: "Welcome to myclaude"
550691
550691
  }, undefined, false, undefined, this);
550692
550692
  $3[0] = theme2;
550693
550693
  $3[1] = t02;
@@ -550712,7 +550712,7 @@ function WelcomeV2() {
550712
550712
  /* @__PURE__ */ jsx_dev_runtime473.jsxDEV(ThemedText, {
550713
550713
  color: "claude",
550714
550714
  children: [
550715
- "Welcome to Claude Code",
550715
+ "Welcome to myclaude",
550716
550716
  " "
550717
550717
  ]
550718
550718
  }, undefined, true, undefined, this),
@@ -550912,7 +550912,7 @@ function WelcomeV2() {
550912
550912
  /* @__PURE__ */ jsx_dev_runtime473.jsxDEV(ThemedText, {
550913
550913
  color: "claude",
550914
550914
  children: [
550915
- "Welcome to Claude Code",
550915
+ "Welcome to myclaude",
550916
550916
  " "
550917
550917
  ]
550918
550918
  }, undefined, true, undefined, this),
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.25",
8
- BUILD_TIME: "2026-06-22T12:30:11.149Z",
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: '',
@@ -420973,7 +420973,7 @@ function General() {
420973
420973
  if ($3[0] === Symbol.for("react.memo_cache_sentinel")) {
420974
420974
  t0 = /* @__PURE__ */ jsx_dev_runtime200.jsxDEV(ThemedBox_default, {
420975
420975
  children: /* @__PURE__ */ jsx_dev_runtime200.jsxDEV(ThemedText, {
420976
- children: "Claude understands your codebase, makes edits with your permission, and executes commands — right from your terminal."
420976
+ children: "myclaude understands your codebase, makes edits with your permission, and executes commands — right from your terminal."
420977
420977
  }, undefined, false, undefined, this)
420978
420978
  }, undefined, false, undefined, this);
420979
420979
  $3[0] = t0;
@@ -421151,7 +421151,7 @@ function HelpV2(t0) {
421151
421151
  let t6;
421152
421152
  if ($3[31] !== tabs) {
421153
421153
  t6 = /* @__PURE__ */ jsx_dev_runtime201.jsxDEV(Tabs, {
421154
- title: `Claude Code v${MACRO.VERSION}`,
421154
+ title: `myclaude v${MACRO.VERSION}`,
421155
421155
  color: "professionalBlue",
421156
421156
  defaultTab: "general",
421157
421157
  children: tabs
@@ -421170,7 +421170,7 @@ function HelpV2(t0) {
421170
421170
  "For more help:",
421171
421171
  " ",
421172
421172
  /* @__PURE__ */ jsx_dev_runtime201.jsxDEV(Link, {
421173
- url: "https://code.claude.com/docs/en/overview"
421173
+ url: "https://github.com/thomaslwq/myclaude"
421174
421174
  }, undefined, false, undefined, this)
421175
421175
  ]
421176
421176
  }, undefined, true, undefined, this)
@@ -468702,7 +468702,7 @@ async function call49(onDone, context2, args) {
468702
468702
  };
468703
468703
  const titleInfo = title ? ` "${title}"` : "";
468704
468704
  const resumeHint = `
468705
- To resume the original: claude -r ${originalSessionId}`;
468705
+ To resume the original: myclaude -r ${originalSessionId}`;
468706
468706
  const successMessage = `Branched conversation${titleInfo}. You are now in the branch.${resumeHint}`;
468707
468707
  if (context2.resume) {
468708
468708
  await context2.resume(sessionId, forkLog, "fork");
@@ -487231,7 +487231,6 @@ var init_commands2 = __esm(() => {
487231
487231
  backfill_sessions_default,
487232
487232
  break_cache_default,
487233
487233
  bughunter_default,
487234
- commit_default,
487235
487234
  commit_push_pr_default,
487236
487235
  ctx_viz_default,
487237
487236
  good_claude_default,
@@ -487267,6 +487266,7 @@ var init_commands2 = __esm(() => {
487267
487266
  chrome_default,
487268
487267
  clear_default,
487269
487268
  color_default,
487269
+ commit_default,
487270
487270
  compact_default,
487271
487271
  config_default,
487272
487272
  copy_default,
@@ -550687,7 +550687,7 @@ function WelcomeV2() {
550687
550687
  if ($3[0] !== theme2) {
550688
550688
  t02 = /* @__PURE__ */ jsx_dev_runtime473.jsxDEV(AppleTerminalWelcomeV2, {
550689
550689
  theme: theme2,
550690
- welcomeMessage: "Welcome to Claude Code"
550690
+ welcomeMessage: "Welcome to myclaude"
550691
550691
  }, undefined, false, undefined, this);
550692
550692
  $3[0] = theme2;
550693
550693
  $3[1] = t02;
@@ -550712,7 +550712,7 @@ function WelcomeV2() {
550712
550712
  /* @__PURE__ */ jsx_dev_runtime473.jsxDEV(ThemedText, {
550713
550713
  color: "claude",
550714
550714
  children: [
550715
- "Welcome to Claude Code",
550715
+ "Welcome to myclaude",
550716
550716
  " "
550717
550717
  ]
550718
550718
  }, undefined, true, undefined, this),
@@ -550912,7 +550912,7 @@ function WelcomeV2() {
550912
550912
  /* @__PURE__ */ jsx_dev_runtime473.jsxDEV(ThemedText, {
550913
550913
  color: "claude",
550914
550914
  children: [
550915
- "Welcome to Claude Code",
550915
+ "Welcome to myclaude",
550916
550916
  " "
550917
550917
  ]
550918
550918
  }, undefined, true, undefined, this),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.25",
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",