@zhongqian97-code/ecode 0.3.9 → 0.3.10

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,6 +68,12 @@ export ECODE_API_KEY=sk-ant-...
68
68
  export ECODE_MODEL=claude-sonnet-4-6
69
69
  ecode
70
70
 
71
+ # MiniMax M2.5
72
+ export ECODE_BASE_URL=https://api.minimax.chat/v1
73
+ export ECODE_API_KEY=sk-...
74
+ export ECODE_MODEL=MiniMax-M2.5
75
+ ecode
76
+
71
77
  # Local Ollama
72
78
  export ECODE_BASE_URL=http://localhost:11434/v1
73
79
  export ECODE_API_KEY=ollama
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhongqian97-code/ecode",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "A minimal Claude Code clone with REPL interface and bash tool calling",
5
5
  "type": "module",
6
6
  "author": "zhongqian97-code",