@funnycode/myclaude 0.1.10 → 0.1.12

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
@@ -3,7 +3,7 @@
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)
6
+ ![myclaude](https://raw.githubusercontent.com/thomaslwq/myclaude/main/docs/funnycode.png)
7
7
 
8
8
  ```bash
9
9
  npx @funnycode/myclaude
package/README.zh-CN.md CHANGED
@@ -3,7 +3,7 @@
3
3
  **myclaude** — 开源的 AI 编程助手,运行在你的终端中。
4
4
  本项目是 Claude Code 的 fork/rebrand,致力于提供独立、开放的 AI 编码体验。
5
5
 
6
- ![myclaude](docs/funnycode.png)
6
+ ![myclaude](https://raw.githubusercontent.com/thomaslwq/myclaude/main/docs/funnycode.png)
7
7
 
8
8
  ```bash
9
9
  npx @funnycode/myclaude
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "@funnycode/myclaude",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
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\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- **BUDDY Companion** — A terminal pet (18 species, rarity, shiny)\n- **Achievements** — Unlock 20+ achievements as you code\n- React Ink Terminal UI with themes, Vim mode, syntax highlighting\n- Multi-Model: Anthropic, AWS Bedrock, Google Vertex AI, Microsoft Foundry\n\n## BUDDY Commands\n\n- `/buddy hatch` — Hatch a companion\n- `/buddy pet` — Pet your companion\n- `/buddy card` — View stats card\n- `/achievements` — View unlocked achievements\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
6
  "license": "MIT",
8
7
  "type": "module",
9
8
  "packageManager": "bun@1.3.5",