@funnycode/myclaude 0.1.8 → 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/README.md +2 -0
- package/README.zh-CN.md +2 -0
- package/dist/myclaude.js +1 -1
- package/docs/funnycode.png +0 -0
- package/package.json +4 -2
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
|
+

|
|
7
|
+
|
|
6
8
|
```bash
|
|
7
9
|
npx @funnycode/myclaude
|
|
8
10
|
```
|
package/README.zh-CN.md
CHANGED
package/dist/myclaude.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
// MACRO injected by build script
|
|
6
6
|
globalThis.MACRO = {
|
|
7
7
|
VERSION: "0.1.8",
|
|
8
|
-
BUILD_TIME: "2026-06-12T13:
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funnycode/myclaude",
|
|
3
|
-
"version": "0.1.
|
|
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
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",
|
|
@@ -34,7 +34,9 @@
|
|
|
34
34
|
"bin/",
|
|
35
35
|
"LICENSE",
|
|
36
36
|
"README.md",
|
|
37
|
-
"
|
|
37
|
+
"README.zh-CN.md",
|
|
38
|
+
"CHANGELOG.md",
|
|
39
|
+
"docs/funnycode.png"
|
|
38
40
|
],
|
|
39
41
|
"publishConfig": {
|
|
40
42
|
"access": "public"
|