omnius 1.0.253 → 1.0.254
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/dist/index.js +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -564799,7 +564799,7 @@ ${parts.join("\n")}
|
|
|
564799
564799
|
disablePersistentMemory: options2?.disablePersistentMemory ?? false,
|
|
564800
564800
|
disableCodebaseMap: options2?.disableCodebaseMap ?? false,
|
|
564801
564801
|
sessionId: options2?.sessionId ?? "",
|
|
564802
|
-
streamEnabled: options2?.streamEnabled ??
|
|
564802
|
+
streamEnabled: options2?.streamEnabled ?? true,
|
|
564803
564803
|
thinking: options2?.thinking ?? false,
|
|
564804
564804
|
toolProfile: options2?.toolProfile ?? void 0,
|
|
564805
564805
|
bruteForce: options2?.bruteForce ?? true,
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.254",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "omnius",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.254",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
package/package.json
CHANGED