opencrush 0.3.11 → 0.3.13

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/dist/index.js +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -245162,6 +245162,10 @@ async function runSetupWizard() {
245162
245162
  PROVIDER_INFO.find((p2) => p2.id === "anthropic"),
245163
245163
  PROVIDER_INFO.find((p2) => p2.id === "openai"),
245164
245164
  PROVIDER_INFO.find((p2) => p2.id === "deepseek"),
245165
+ PROVIDER_INFO.find((p2) => p2.id === "qwen"),
245166
+ PROVIDER_INFO.find((p2) => p2.id === "kimi"),
245167
+ PROVIDER_INFO.find((p2) => p2.id === "zhipu"),
245168
+ PROVIDER_INFO.find((p2) => p2.id === "minimax"),
245165
245169
  PROVIDER_INFO.find((p2) => p2.isLocal)
245166
245170
  ].filter(Boolean);
245167
245171
  const { llmProvider } = await esm_default12.prompt([{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencrush",
3
- "version": "0.3.11",
3
+ "version": "0.3.13",
4
4
  "description": "Your AI companion lives on your device. She watches dramas, listens to music, and thinks of you.",
5
5
  "bin": {
6
6
  "opencrush": "dist/index.js"