@mmmbuto/nexuscrew 0.8.24 → 0.8.25
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 +744 -0
- package/README.md +12 -4
- package/frontend/dist/assets/index-Dov6E_p3.js +91 -0
- package/frontend/dist/assets/index-DqG-mDnV.css +32 -0
- package/frontend/dist/index.html +2 -2
- package/frontend/dist/version.json +1 -1
- package/lib/fleet/catalogs/alibaba-token-plan-qwen3.8.json +51 -0
- package/lib/fleet/managed.js +106 -10
- package/lib/fleet/routes.js +4 -1
- package/package.json +3 -2
- package/skills/alibaba-token-media/SKILL.md +133 -0
- package/skills/alibaba-token-media/agents/openai.yaml +4 -0
- package/skills/alibaba-token-media/references/api-contract.md +97 -0
- package/skills/alibaba-token-media/scripts/alibaba_token_media.py +550 -0
- package/frontend/dist/assets/index-77r8nzQf.css +0 -32
- package/frontend/dist/assets/index-CU9OOtL-.js +0 -91
package/README.md
CHANGED
|
@@ -140,10 +140,10 @@ The provider catalog is scoped to the selected CLI rather than to a machine-spec
|
|
|
140
140
|
|
|
141
141
|
| CLI | Built-in provider choices |
|
|
142
142
|
|---|---|
|
|
143
|
-
| Claude Code | Anthropic, OpenRouter, Kimi Code, Amazon Bedrock, Google Vertex AI, Microsoft Foundry, Ollama Cloud, local Ollama, Z.AI, custom Anthropic-compatible endpoint |
|
|
143
|
+
| Claude Code | Anthropic, Alibaba Token Plan Personal, OpenRouter, Kimi Code, Amazon Bedrock, Google Vertex AI, Microsoft Foundry, Ollama Cloud, local Ollama, Z.AI, custom Anthropic-compatible endpoint |
|
|
144
144
|
| Codex | OpenAI or ChatGPT login, OpenAI API, Ollama Cloud, local Ollama, LM Studio, custom OpenAI Responses endpoint |
|
|
145
|
-
| Codex-VL | OpenAI or ChatGPT login, OpenAI API, OpenRouter, Ollama Cloud, local Ollama, LM Studio, custom OpenAI Responses endpoint |
|
|
146
|
-
| Pi | Native default, Anthropic, OpenAI API, Codex OAuth, Gemini, GitHub Copilot, OpenRouter, Ollama, DeepSeek, Z.AI, custom provider |
|
|
145
|
+
| Codex-VL | OpenAI or ChatGPT login, OpenAI API, Alibaba Token Plan Personal, OpenRouter, Ollama Cloud, local Ollama, LM Studio, custom OpenAI Responses endpoint |
|
|
146
|
+
| Pi | Native default, Anthropic, OpenAI API, Alibaba Token Plan Personal, Codex OAuth, Gemini, GitHub Copilot, OpenRouter, Ollama, DeepSeek, Z.AI, custom provider |
|
|
147
147
|
|
|
148
148
|
Custom Codex-compatible endpoints use the real Responses wire API; NexusCrew does not silently
|
|
149
149
|
fall back to Chat Completions. Custom argv-based engines are also supported and are launched
|
|
@@ -160,6 +160,14 @@ uses `https://api.kimi.com/coding/`, and runs with an isolated Claude configurat
|
|
|
160
160
|
Anthropic account remains untouched. A Kimi Code membership key is not interchangeable with a
|
|
161
161
|
Moonshot pay-as-you-go API key.
|
|
162
162
|
|
|
163
|
+
Alibaba Token Plan Personal is a separate managed profile for Claude Code, Codex-VL and Pi. It
|
|
164
|
+
uses only `ALIBABA_CODE_API_KEY`, defaults to `qwen3.8-max-preview`, and has no OpenAI or
|
|
165
|
+
pay-as-you-go fallback. The npm package also includes the portable `alibaba-token-media` skill
|
|
166
|
+
for dry-run-first Wan image/edit and HappyHorse video workflows. Claude Code, Codex, Codex-VL
|
|
167
|
+
and Pi can invoke its dependency-free Python CLI directly; Pi is not assumed to support MCP
|
|
168
|
+
natively. The media skill requires Python 3. Media generation always requires explicit Credit
|
|
169
|
+
consent and never runs during installation, tests, or startup.
|
|
170
|
+
|
|
163
171
|
Permission handling is explicit per cell and engine:
|
|
164
172
|
|
|
165
173
|
- Claude engines can use standard permissions or `--dangerously-skip-permissions`.
|
|
@@ -403,7 +411,7 @@ See [CHANGELOG.md](CHANGELOG.md) for released changes.
|
|
|
403
411
|
|
|
404
412
|
## Status
|
|
405
413
|
|
|
406
|
-
The current stable release is **v0.8.
|
|
414
|
+
The current stable release is **v0.8.25** on npm and GitHub.
|
|
407
415
|
|
|
408
416
|
## License
|
|
409
417
|
|