ask-llm-providers 0.13.0 → 0.13.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/ask/llm/models/commandcode.json +1443 -46
- data/lib/ask/llm/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb3302be5ae8d8f06b099977ea396982deeb89b6d80838197eabbca2264ba3ea
|
|
4
|
+
data.tar.gz: 543ded04571baad5263bfd721a5cb4b5fffc7733d4bcafaa29368563f4b48e92
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43225bc5e3a0ce765d61cc8143f72539779c5cd7b459891d414045f7be2207978387cafa18d1568bae222968cf69fd4b8bf3af14053483c33b45c6460b53b7f4
|
|
7
|
+
data.tar.gz: 429242e279e722113022e0b8bc6519e31076d0c379fabdb0a76a154e5a6b2fa388a0301b6ffeddbcd678f0f905362ce3770a1385a11124ac509b58326d4796fa
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [0.13.1] — 2026-09-05
|
|
2
|
+
|
|
3
|
+
### Fixed
|
|
4
|
+
|
|
5
|
+
- **Command Code catalog now matches the live API.** The `/models` listing serves namespaced IDs (`xiaomi/mimo-v2.5`, `Qwen/Qwen3.8-27B`, `deepseek/deepseek-v4-flash`, …) rather than the short names from the plan's config snapshot; the earlier entry's IDs were rejected with "Model not supported on this endpoint". Catalog regenerated from the provider's `/models` response (67 models, capabilities kept conservative).
|
|
6
|
+
|
|
1
7
|
## [0.13.0] — 2026-09-05
|
|
2
8
|
|
|
3
9
|
### Added
|