lex-llm 0.6.10 → 0.6.11
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da721140a63f719b42d46e02083fa00399e2c5a9345570feb0344f6724e29e07
|
|
4
|
+
data.tar.gz: c52cc5f973a0d7de1533471596197a081134f469c1042eff4714335cfefe17b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 381f82a24fa8510af4031b834ed6136ea0625d5746f5d59302c6c7ba872d1f1bdb5820b18b41d97b644abc4f30533eb7b9e725c9f46d5cd1ce50f9fb3b13dfec
|
|
7
|
+
data.tar.gz: 6d7efad9d6ffbeb35d09e1a74b64af78b4fb59f9f6e3b43a83666373ac538778671403ba317ff9a1c10bd868e01183347395774c79a3c5c64773a637eea3a06d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.6.11 - 2026-07-15
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- **Gemma4 channel-based thinking tags** added to `ThinkingExtractor::THINK_TAG_PAIRS`. Gemma4 models use `<|channel>` / `<channel|>` as their reasoning block delimiters (equivalent to Qwen's `<think>`/`</think>`). If any serving engine (vLLM, SGLang, etc.) passes these tags through raw in the content field instead of pre-parsing them into `reasoning_content`, the extractor now strips them correctly.
|
|
7
|
+
|
|
3
8
|
## 0.6.10 - 2026-07-09
|
|
4
9
|
|
|
5
10
|
### Added
|