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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hypercli-cli
3
- Version: 0.7.9
3
+ Version: 0.7.10
4
4
  Summary: CLI for HyperCLI - GPU orchestration and LLM API
5
5
  Project-URL: Homepage, https://hypercli.com
6
6
  Project-URL: Documentation, https://docs.hypercli.com
@@ -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]")
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "hypercli-cli"
7
- version = "0.7.9"
7
+ version = "0.7.10"
8
8
  description = "CLI for HyperCLI - GPU orchestration and LLM API"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
File without changes
File without changes