@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/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.24** on npm and GitHub.
414
+ The current stable release is **v0.8.25** on npm and GitHub.
407
415
 
408
416
  ## License
409
417