@oneciel-ai/claude-any 0.1.32 → 0.1.33

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
@@ -1,6 +1,10 @@
1
- # Claude Any
2
-
3
- ![Claude Any: full Claude Code experience with free or low-cost LLMs](claude-any-adv.png)
1
+ # Claude Any
2
+
3
+ <p align="center">
4
+ <img src="logo.png" alt="Claude Any logo" width="360">
5
+ </p>
6
+
7
+ ![Claude Any: full Claude Code experience with free or low-cost LLMs](claude-any-adv.png)
4
8
 
5
9
  | English | [한국어](docs/README.ko.md) | [日本語](docs/README.ja.md) | [中文](docs/README.zh.md) |
6
10
  | --- | --- | --- | --- |
@@ -44,7 +48,7 @@ arguments through unchanged.
44
48
 
45
49
  Credits: One Ciel LLC
46
50
 
47
- Current version: `0.1.32`
51
+ Current version: `0.1.33`
48
52
 
49
53
  ## Why This Exists
50
54
 
@@ -334,6 +338,13 @@ steps under that larger model's supervision.
334
338
 
335
339
  ## Changelog
336
340
 
341
+ ### 0.1.33
342
+
343
+ - **Logo branding in every README**: add the Claude Any logo at the top of the
344
+ English, Korean, Japanese, and Chinese README files.
345
+ - **npm image assets included**: package `logo.png`, `logo-small.png`, and
346
+ `claude-any-adv.png` so the npm README renders the same branding as GitHub.
347
+
337
348
  ### 0.1.32
338
349
 
339
350
  - **NVIDIA preset menu fix**: LLM presets no longer try to apply the unsupported
Binary file
package/claude_any.py CHANGED
@@ -84,7 +84,7 @@ PROVIDER_LABELS = {
84
84
  "self-hosted-nim": "Self Hosted NIM",
85
85
  }
86
86
  APP_NAME = "Claude Any"
87
- VERSION = "0.1.32"
87
+ VERSION = "0.1.33"
88
88
  CREDITS = "Credits: One Ciel LLC"
89
89
 
90
90
  LOG_LEVELS = {"SILENT": 0, "ERROR": 1, "WARN": 2, "INFO": 3, "DEBUG": 4, "TRACE": 5}
package/docs/README.ja.md CHANGED
@@ -1,6 +1,10 @@
1
- # Claude Any
2
-
3
- ![Claude Any: 無料または低コスト LLM で Claude Code 体験](../claude-any-adv.png)
1
+ # Claude Any
2
+
3
+ <p align="center">
4
+ <img src="../logo.png" alt="Claude Any ロゴ" width="360">
5
+ </p>
6
+
7
+ ![Claude Any: 無料または低コスト LLM で Claude Code 体験](../claude-any-adv.png)
4
8
 
5
9
  | [English](../README.md) | [한국어](README.ko.md) | 日本語 | [中文](README.zh.md) |
6
10
  | --- | --- | --- | --- |
@@ -43,7 +47,7 @@ vLLM、NVIDIA hosted、self-hosted NIM を選択し、通常の Claude Code 引
43
47
 
44
48
  Credits: One Ciel LLC
45
49
 
46
- 現在のバージョン: `0.1.32`
50
+ 現在のバージョン: `0.1.33`
47
51
 
48
52
  ## 作られた理由
49
53
 
@@ -307,6 +311,13 @@ Windows/Linux 管理、クリーンアップスクリプト、定期的なセキ
307
311
 
308
312
  ## 変更履歴
309
313
 
314
+ ### 0.1.33
315
+
316
+ - **すべての README の先頭にロゴを追加**: 英語、韓国語、日本語、中国語 README
317
+ の先頭に Claude Any ロゴを配置しました。
318
+ - **npm に画像アセットを同梱**: npm README でも GitHub と同じブランディングが
319
+ 表示されるよう、`logo.png`、`logo-small.png`、`claude-any-adv.png` をパッケージに含めました。
320
+
310
321
  ### 0.1.32
311
322
 
312
323
  - **NVIDIA preset メニュー修正**: NVIDIA hosted で未対応の `native` option を
package/docs/README.ko.md CHANGED
@@ -1,6 +1,10 @@
1
- # Claude Any
2
-
3
- ![Claude Any: 무료 또는 저비용 LLM으로 Claude Code 경험](../claude-any-adv.png)
1
+ # Claude Any
2
+
3
+ <p align="center">
4
+ <img src="../logo.png" alt="Claude Any 로고" width="360">
5
+ </p>
6
+
7
+ ![Claude Any: 무료 또는 저비용 LLM으로 Claude Code 경험](../claude-any-adv.png)
4
8
 
5
9
  | [English](../README.md) | 한국어 | [日本語](README.ja.md) | [中文](README.zh.md) |
6
10
  | --- | --- | --- | --- |
@@ -43,7 +47,7 @@ NVIDIA hosted, self-hosted NIM을 선택하고, Claude Code의 일반 인자는
43
47
 
44
48
  Credits: One Ciel LLC
45
49
 
46
- 현재 버전: `0.1.32`
50
+ 현재 버전: `0.1.33`
47
51
 
48
52
  ## 왜 만들었나
49
53
 
@@ -307,6 +311,13 @@ Windows 이벤트 로그 리뷰, 바이러스/랜섬웨어 침입 시도 정리,
307
311
 
308
312
  ## 변경 이력
309
313
 
314
+ ### 0.1.33
315
+
316
+ - **모든 README 상단 로고 브랜딩**: 영어, 한국어, 일본어, 중국어 README 최상단에
317
+ Claude Any 로고를 추가했습니다.
318
+ - **npm 이미지 자산 포함**: npm README에서도 GitHub와 같은 브랜딩이 보이도록
319
+ `logo.png`, `logo-small.png`, `claude-any-adv.png`를 패키지에 포함했습니다.
320
+
310
321
  ### 0.1.32
311
322
 
312
323
  - **NVIDIA preset 메뉴 수정**: NVIDIA hosted에서 지원하지 않는 `native` 옵션을
package/docs/README.zh.md CHANGED
@@ -1,6 +1,10 @@
1
- # Claude Any
2
-
3
- ![Claude Any: 使用免费或低成本 LLM 获得 Claude Code 体验](../claude-any-adv.png)
1
+ # Claude Any
2
+
3
+ <p align="center">
4
+ <img src="../logo.png" alt="Claude Any 标志" width="360">
5
+ </p>
6
+
7
+ ![Claude Any: 使用免费或低成本 LLM 获得 Claude Code 体验](../claude-any-adv.png)
4
8
 
5
9
  | [English](../README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | 中文 |
6
10
  | --- | --- | --- | --- |
@@ -43,7 +47,7 @@ NIM,并把普通 Claude Code 参数原样传递。
43
47
 
44
48
  Credits: One Ciel LLC
45
49
 
46
- 当前版本: `0.1.32`
50
+ 当前版本: `0.1.33`
47
51
 
48
52
  ## 为什么存在
49
53
 
@@ -293,6 +297,13 @@ Hermes 格式模型或部分较旧的 Qwen tool template。
293
297
 
294
298
  ## 更新日志
295
299
 
300
+ ### 0.1.33
301
+
302
+ - **所有 README 顶部加入 Logo 品牌展示**:在英文、韩文、日文和中文 README
303
+ 顶部添加 Claude Any Logo。
304
+ - **npm 包包含图片资源**:将 `logo.png`、`logo-small.png` 和
305
+ `claude-any-adv.png` 打进包内,让 npm README 与 GitHub 显示一致的品牌图片。
306
+
296
307
  ### 0.1.32
297
308
 
298
309
  - **NVIDIA preset 菜单修复**:在 NVIDIA hosted 上应用 LLM preset 时不再触碰
package/docs/manual.md CHANGED
@@ -1,12 +1,16 @@
1
- # Claude Any Manual
2
-
3
- Claude Any is a pre-launch configuration layer for Claude Code. It lets you
4
- choose a provider, model, base URL, API key, and provider options before Claude
5
- Code starts, while passing normal Claude Code arguments through unchanged.
1
+ # Claude Any Manual
2
+
3
+ <p align="center">
4
+ <img src="../logo-small.png" alt="Claude Any logo" width="220">
5
+ </p>
6
+
7
+ Claude Any is a pre-launch configuration layer for Claude Code. It lets you
8
+ choose a provider, model, base URL, API key, and provider options before Claude
9
+ Code starts, while passing normal Claude Code arguments through unchanged.
6
10
 
7
11
  Credits: One Ciel LLC
8
12
 
9
- Current version: `0.1.32`
13
+ Current version: `0.1.33`
10
14
 
11
15
  ## Install
12
16
 
package/logo-small.png ADDED
Binary file
package/logo.png ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneciel-ai/claude-any",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
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",
@@ -24,9 +24,12 @@
24
24
  "claude-any-tool-guard.py",
25
25
  "npm-bin/",
26
26
  "install.sh",
27
- "install.ps1",
28
- "README.md",
29
- "LICENSE",
27
+ "install.ps1",
28
+ "README.md",
29
+ "logo.png",
30
+ "logo-small.png",
31
+ "claude-any-adv.png",
32
+ "LICENSE",
30
33
  "NOTICE",
31
34
  "docs/"
32
35
  ],