hypercli-cli 0.7.9__tar.gz → 0.7.10__tar.gz
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.
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/PKG-INFO +1 -1
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/claw.py +1 -8
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/pyproject.toml +1 -1
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/.gitignore +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/README.md +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/__init__.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/billing.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/cli.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/comfyui.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/flow.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/instances.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/jobs.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/llm.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/output.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/renders.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/tui/__init__.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/tui/job_monitor.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/user.py +0 -0
- {hypercli_cli-0.7.9 → hypercli_cli-0.7.10}/hypercli_cli/wallet.py +0 -0
|
@@ -310,14 +310,6 @@ HYPERCLAW_MODELS = [
|
|
|
310
310
|
"contextWindow": 200000,
|
|
311
311
|
"maxTokens": 8192
|
|
312
312
|
},
|
|
313
|
-
{
|
|
314
|
-
"id": "kimi-for-coding",
|
|
315
|
-
"name": "Kimi for Coding",
|
|
316
|
-
"reasoning": False,
|
|
317
|
-
"input": ["text"],
|
|
318
|
-
"contextWindow": 200000,
|
|
319
|
-
"maxTokens": 8192
|
|
320
|
-
}
|
|
321
313
|
]
|
|
322
314
|
|
|
323
315
|
|
|
@@ -374,6 +366,7 @@ def openclaw_setup(
|
|
|
374
366
|
|
|
375
367
|
console.print(f"[green]✅ Patched {OPENCLAW_CONFIG_PATH}[/green]")
|
|
376
368
|
console.print(f" provider: hyperclaw key: {api_key[:16]}...")
|
|
369
|
+
console.print(" model: hyperclaw/kimi-k2.5")
|
|
377
370
|
if default:
|
|
378
371
|
console.print(" default model: hyperclaw/kimi-k2.5")
|
|
379
372
|
console.print("\nRun: [bold]openclaw gateway restart[/bold]")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|