@cleocode/adapters 2026.6.3 → 2026.6.4
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 +8 -0
- package/dist/index.js.map +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -10927,6 +10927,13 @@ var init_plugin_llm = __esm({
|
|
|
10927
10927
|
}
|
|
10928
10928
|
});
|
|
10929
10929
|
|
|
10930
|
+
// packages/contracts/src/llm/system-resolver.ts
|
|
10931
|
+
var init_system_resolver = __esm({
|
|
10932
|
+
"packages/contracts/src/llm/system-resolver.ts"() {
|
|
10933
|
+
"use strict";
|
|
10934
|
+
}
|
|
10935
|
+
});
|
|
10936
|
+
|
|
10930
10937
|
// packages/contracts/src/memory/observe.ts
|
|
10931
10938
|
var init_observe = __esm({
|
|
10932
10939
|
"packages/contracts/src/memory/observe.ts"() {
|
|
@@ -12822,6 +12829,7 @@ var init_src = __esm({
|
|
|
12822
12829
|
init_invariants();
|
|
12823
12830
|
init_lafs();
|
|
12824
12831
|
init_plugin_llm();
|
|
12832
|
+
init_system_resolver();
|
|
12825
12833
|
init_observe();
|
|
12826
12834
|
init_migration_parity();
|
|
12827
12835
|
init_mvi();
|