@oneciel-ai/claude-any 0.1.73 → 0.1.74

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
@@ -68,7 +68,7 @@ arguments through unchanged.
68
68
 
69
69
  Credits: One Ciel LLC
70
70
 
71
- Current version: `0.1.71`
71
+ Current version: `0.1.74`
72
72
 
73
73
  ## Why This Exists
74
74
 
package/claude_any.py CHANGED
@@ -102,7 +102,7 @@ OFFICIAL_CHANNEL_PLUGINS = {
102
102
  "fakechat": "plugin:fakechat@claude-plugins-official",
103
103
  }
104
104
  APP_NAME = "Claude Any"
105
- VERSION = "0.1.71"
105
+ VERSION = "0.1.74"
106
106
  CREDITS = "Credits: One Ciel LLC"
107
107
 
108
108
  LOG_LEVELS = {"SILENT": 0, "ERROR": 1, "WARN": 2, "INFO": 3, "DEBUG": 4, "TRACE": 5}
@@ -13094,7 +13094,7 @@ def run_claude_any_update_check(enabled: bool = True) -> bool:
13094
13094
  return False
13095
13095
  try:
13096
13096
  update = subprocess.run(
13097
- [npm, "update", "-g", "@oneciel-ai/claude-any"],
13097
+ [npm, "install", "-g", "@oneciel-ai/claude-any@latest"],
13098
13098
  text=True,
13099
13099
  stdout=subprocess.PIPE,
13100
13100
  stderr=subprocess.STDOUT,
package/docs/manual.md CHANGED
@@ -10,7 +10,7 @@ Code starts, while passing normal Claude Code arguments through unchanged.
10
10
 
11
11
  Credits: One Ciel LLC
12
12
 
13
- Current version: `0.1.71`
13
+ Current version: `0.1.74`
14
14
 
15
15
  ## Install
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneciel-ai/claude-any",
3
- "version": "0.1.73",
3
+ "version": "0.1.74",
4
4
  "description": "Claude Code provider selector for Anthropic, Ollama, Ollama Cloud, vLLM, NVIDIA hosted, and self-hosted NIM.",
5
5
  "license": "MIT",
6
6
  "author": "One Ciel LLC",