hellm 0.0.7 → 0.0.8
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/ARCHITECTURE.md +1 -1
- data/VERSION +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: d09904b34ecc9095302c8ca848c054c2f48adde779e00c662cf6813e94911539
|
|
4
|
+
data.tar.gz: b019832af95419c0e1b8efb5bb67d3c6e00853283dce3d88a35aa4ea8c888948
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 904a60a3cc5573922490a5d0f43c35c5568cec6e4004b1818e8dcd5972f1a0cb3ceeeab51265c4fcd57127fc0897f375d6f02d94a008961390171656b2c40730
|
|
7
|
+
data.tar.gz: 4e42a5bf12c7fa040ac2fbde8a6c8219bb9b5054775b17d5fd5e295c0731827a0e4d363edc834bc11f9573a1c7725e3e0e06fd2b442e313d04728477aa584722
|
data/ARCHITECTURE.md
CHANGED
|
@@ -79,7 +79,7 @@ Responsibilities:
|
|
|
79
79
|
- Executes with retry logic for transient rate-limit errors
|
|
80
80
|
|
|
81
81
|
Behavior details:
|
|
82
|
-
- Default model is gpt-5-nano.
|
|
82
|
+
- Default model is gpt-5.4-nano.
|
|
83
83
|
- Removes literal agent tool token from tools list and relies on explicit sub-agent wiring.
|
|
84
84
|
- Supports image input as URL, data URL, or local file path converted to base64 data URL.
|
|
85
85
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.8
|