@cleocode/cleo 2026.4.139 → 2026.4.141
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/cli/index.js +8 -0
- package/dist/cli/index.js.map +3 -3
- package/package.json +9 -9
package/dist/cli/index.js
CHANGED
|
@@ -798,6 +798,13 @@ var init_lifecycle = __esm({
|
|
|
798
798
|
}
|
|
799
799
|
});
|
|
800
800
|
|
|
801
|
+
// packages/contracts/src/operations/llm.ts
|
|
802
|
+
var init_llm = __esm({
|
|
803
|
+
"packages/contracts/src/operations/llm.ts"() {
|
|
804
|
+
"use strict";
|
|
805
|
+
}
|
|
806
|
+
});
|
|
807
|
+
|
|
801
808
|
// packages/contracts/src/operations/memory.ts
|
|
802
809
|
var init_memory = __esm({
|
|
803
810
|
"packages/contracts/src/operations/memory.ts"() {
|
|
@@ -935,6 +942,7 @@ var init_operations = __esm({
|
|
|
935
942
|
init_conduit();
|
|
936
943
|
init_issues();
|
|
937
944
|
init_lifecycle();
|
|
945
|
+
init_llm();
|
|
938
946
|
init_memory();
|
|
939
947
|
init_nexus();
|
|
940
948
|
init_nexus_user_profile();
|