@oneciel-ai/claude-any 0.1.30 → 0.1.31
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 +17 -10
- package/claude-any-menu.py +1949 -1949
- package/claude_any.py +76 -21
- package/docs/README.ja.md +17 -10
- package/docs/README.ko.md +16 -9
- package/docs/README.zh.md +17 -10
- package/docs/manual.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ arguments through unchanged.
|
|
|
44
44
|
|
|
45
45
|
Credits: One Ciel LLC
|
|
46
46
|
|
|
47
|
-
Current version: `0.1.
|
|
47
|
+
Current version: `0.1.31`
|
|
48
48
|
|
|
49
49
|
## Why This Exists
|
|
50
50
|
|
|
@@ -334,18 +334,25 @@ steps under that larger model's supervision.
|
|
|
334
334
|
|
|
335
335
|
## Changelog
|
|
336
336
|
|
|
337
|
-
### 0.1.
|
|
337
|
+
### 0.1.31
|
|
338
338
|
|
|
339
|
-
- **
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
NVIDIA hosted as using the Claude Any local router, with no separate hosted
|
|
344
|
-
API Catalog proxy requirement.
|
|
339
|
+
- **5-minute default upstream timeout**: existing saved 10/30-minute defaults
|
|
340
|
+
are migrated to 300000 ms so gateway stalls fail faster.
|
|
341
|
+
- **Localized gateway retries**: 502/503/504 and socket timeout responses are
|
|
342
|
+
retried automatically, with retry progress shown in the selected UI language.
|
|
345
343
|
|
|
346
|
-
### 0.1.
|
|
344
|
+
### 0.1.30
|
|
347
345
|
|
|
348
|
-
- **
|
|
346
|
+
- **Headless launch docs moved up**: README now shows copy-ready examples for
|
|
347
|
+
launching Claude Code directly with `--ca-provider`, `--ca-model`, `-p`, and
|
|
348
|
+
`CLAUDE_ANY_SKIP_MENU=1` immediately after install.
|
|
349
|
+
- **NVIDIA hosted wording cleanup**: provider and lifecycle docs now describe
|
|
350
|
+
NVIDIA hosted as using the Claude Any local router, with no separate hosted
|
|
351
|
+
API Catalog proxy requirement.
|
|
352
|
+
|
|
353
|
+
### 0.1.29
|
|
354
|
+
|
|
355
|
+
- **NVIDIA compatibility test fix**: `claude-any test` now restarts the local
|
|
349
356
|
router before router-mode tests, so upgraded installs do not accidentally use
|
|
350
357
|
an old long-running router that still expects `nvd-claude-proxy`.
|
|
351
358
|
- **Clear NVIDIA router wording**: menu status now describes NVIDIA hosted as
|