@funnycode/myclaude 0.1.7 → 0.1.9

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.8] - 2026-06-12
4
+
5
+ ### Changed
6
+ - Updated package.json readme field with full English content for npm display
7
+
3
8
  ## [0.1.7] - 2026-06-12
4
9
 
5
10
  ### Fixed
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  **myclaude** — An open-source AI coding assistant that runs in your terminal.
4
4
  This project is a fork/rebrand of Claude Code, committed to providing an independent, open AI coding experience.
5
5
 
6
+ ![myclaude](docs/funnycode.png)
7
+
6
8
  ```bash
7
9
  npx @funnycode/myclaude
8
10
  ```
package/README.zh-CN.md CHANGED
@@ -3,6 +3,8 @@
3
3
  **myclaude** — 开源的 AI 编程助手,运行在你的终端中。
4
4
  本项目是 Claude Code 的 fork/rebrand,致力于提供独立、开放的 AI 编码体验。
5
5
 
6
+ ![myclaude](docs/funnycode.png)
7
+
6
8
  ```bash
7
9
  npx @funnycode/myclaude
8
10
  ```
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.7",
8
- BUILD_TIME: "2026-06-12T13:15:43.792Z",
7
+ VERSION: "0.1.8",
8
+ BUILD_TIME: "2026-06-12T13:23:10.387Z",
9
9
  PACKAGE_URL: "@funnycode/myclaude",
10
10
  NATIVE_PACKAGE_URL: "@funnycode/myclaude",
11
11
  VERSION_CHANGELOG: '',
Binary file
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "private": false,
5
5
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
6
- "readme": "# @funnycode/myclaude\n\n**myclaude** — An open-source AI coding assistant that runs in your terminal.\nThis project is a fork/rebrand of Claude Code, committed to providing an independent, open AI coding experience.\n\nSee README.md for full documentation.",
6
+ "readme": "# @funnycode/myclaude\n\n**myclaude** — An open-source AI coding assistant that runs in your terminal.\nThis project is a fork/rebrand of Claude Code, committed to providing an independent, open AI coding experience.\n\n## Quick Start\n\n- Run: `npx @funnycode/myclaude`\n- Requires: Node.js >= 18 and an Anthropic API key\n- Set: `export ANTHROPIC_API_KEY=sk-ant-...`\n\n## Features\n\n- AI Chat, 80+ Slash Commands, File Operations, Git Integration\n- MCP Support, Plugin System, Agent Mode, Skills System\n- React Ink Terminal UI with themes, Vim mode, syntax highlighting\n- Multi-Model: Anthropic, AWS Bedrock, Google Vertex AI, Microsoft Foundry\n\n## Links\n\n- Gitee: https://gitee.com/thomaslwq/myclaude\n- GitHub: https://github.com/thomaslwq/myclaude\n- npm: https://www.npmjs.com/package/@funnycode/myclaude\n\n## License\n\nMIT",
7
7
  "license": "MIT",
8
8
  "type": "module",
9
9
  "packageManager": "bun@1.3.5",
@@ -34,7 +34,9 @@
34
34
  "bin/",
35
35
  "LICENSE",
36
36
  "README.md",
37
- "CHANGELOG.md"
37
+ "README.zh-CN.md",
38
+ "CHANGELOG.md",
39
+ "docs/funnycode.png"
38
40
  ],
39
41
  "publishConfig": {
40
42
  "access": "public"