@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 +1 -1
- package/claude_any.py +2 -2
- package/docs/manual.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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.
|
|
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, "
|
|
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
package/package.json
CHANGED