mohdel 0.92.0 → 0.93.0
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/js/core/events.js +6 -0
- package/package.json +3 -3
package/js/core/events.js
CHANGED
|
@@ -90,6 +90,12 @@
|
|
|
90
90
|
* @property {string} id
|
|
91
91
|
* @property {string} name
|
|
92
92
|
* @property {object} arguments
|
|
93
|
+
* @property {string} [thoughtSignature]
|
|
94
|
+
* Provider-specific opaque blob carried through tool-call
|
|
95
|
+
* round-trips to preserve thinking state continuity. Set by the
|
|
96
|
+
* Gemini adapter when the model emits one; absent for other
|
|
97
|
+
* providers. Callers replaying tool results should pass the
|
|
98
|
+
* ToolCall back unchanged so the adapter can re-attach it.
|
|
93
99
|
*/
|
|
94
100
|
|
|
95
101
|
export const EVENT_TYPES = Object.freeze(['delta', 'done', 'error'])
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mohdel",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.93.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Christophe Le Bars",
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
"@opentelemetry/exporter-trace-otlp-grpc": "^0.215.0",
|
|
88
88
|
"@opentelemetry/sdk-node": "^0.215.0",
|
|
89
89
|
"chalk": "^5.4.0",
|
|
90
|
-
"mohdel-thin-gate-linux-x64-gnu": "0.
|
|
90
|
+
"mohdel-thin-gate-linux-x64-gnu": "0.93.0"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@anthropic-ai/sdk": "^0.
|
|
93
|
+
"@anthropic-ai/sdk": "^0.91.0",
|
|
94
94
|
"@cerebras/cerebras_cloud_sdk": "^1.61.1",
|
|
95
95
|
"@google/genai": "^1.50.1",
|
|
96
96
|
"@opentelemetry/api": "^1.9.1",
|