traderclaw-cli 1.0.104 → 1.0.106

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.
@@ -11,7 +11,7 @@ const CONFIG_DIR = join(homedir(), ".openclaw");
11
11
  const CONFIG_FILE = join(CONFIG_DIR, "openclaw.json");
12
12
 
13
13
  /** Pinned openclaw platform version — bump deliberately after testing, never use "latest". */
14
- export const OPENCLAW_VERSION = "2026.4.9";
14
+ export const OPENCLAW_VERSION = "2026.4.29";
15
15
 
16
16
  /** Directory containing solana-traderclaw (openclaw.plugin.json) — works for plugin layout or traderclaw-cli + dependency. */
17
17
  const PLUGIN_PACKAGE_ROOT = resolvePluginPackageRoot(import.meta.url);
@@ -1720,7 +1720,7 @@ function configureOpenClawLlmProvider({ provider, model, credential }, configPat
1720
1720
  if (provider === "cli-cloud") {
1721
1721
  if (!config.models) config.models = {};
1722
1722
  if (!config.models.providers) config.models.providers = {};
1723
- config.models.providers["cli-cloud"] = { baseUrl: "https://app.cli.cloud/llm/v1" };
1723
+ config.models.providers["cli-cloud"] = { baseUrl: "https://app.cli.cloud/llm/v1", models: [] };
1724
1724
  }
1725
1725
 
1726
1726
  if (!config.agents) config.agents = {};
@@ -2236,7 +2236,7 @@ async function loadWizardLlmCatalogAsync() {
2236
2236
  },
2237
2237
  {
2238
2238
  id: "cli-cloud",
2239
- models: [{ id: "cli-cloud/gemma-e4b", name: "Gemma E4B (personal partner endpoint)" }],
2239
+ models: [{ id: "cli-cloud/gemma-e4b", name: "Gemma E4B" }],
2240
2240
  },
2241
2241
  ],
2242
2242
  generatedAt: new Date().toISOString(),
@@ -2348,7 +2348,7 @@ function wizardHtml(defaults) {
2348
2348
  <label>LLM API key or token (required)</label>
2349
2349
  <input id="llmCredential" type="password" placeholder="Paste the credential for the selected provider/model" />
2350
2350
  <p class="muted">Written to OpenClaw <code>config.env</code> for the selected provider. If you do not choose a model manually, the installer picks a safe default.</p>
2351
- <p class="muted hidden" id="llmCliCloudHint">Routes to <code>https://app.cli.cloud/llm/v1</code> — paste your personal CLI Cloud API key above.</p>
2351
+ <p class="muted hidden" id="llmCliCloudHint">Routes to <code>https://app.cli.cloud/llm/v1</code> — paste your CLI Cloud API key above.</p>
2352
2352
  </div>
2353
2353
  <div style="margin-top:12px;" id="llmOauthBlock" class="hidden">
2354
2354
  <p class="muted" style="margin-bottom:12px;">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "traderclaw-cli",
3
- "version": "1.0.104",
3
+ "version": "1.0.106",
4
4
  "description": "Global TraderClaw CLI (install --wizard, setup, precheck). Installs solana-traderclaw as a dependency for OpenClaw plugin files.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,7 +17,7 @@
17
17
  "node": ">=22"
18
18
  },
19
19
  "dependencies": {
20
- "solana-traderclaw": "^1.0.104"
20
+ "solana-traderclaw": "^1.0.106"
21
21
  },
22
22
  "keywords": [
23
23
  "traderclaw",