@cleocode/core 2026.4.43 → 2026.4.44
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
CHANGED
|
@@ -14423,12 +14423,7 @@ function runBrainMigrations(nativeDb, db) {
|
|
|
14423
14423
|
"brain"
|
|
14424
14424
|
);
|
|
14425
14425
|
}
|
|
14426
|
-
ensureColumns(
|
|
14427
|
-
nativeDb,
|
|
14428
|
-
"brain_observations",
|
|
14429
|
-
[{ name: "agent", ddl: "text" }],
|
|
14430
|
-
"brain"
|
|
14431
|
-
);
|
|
14426
|
+
ensureColumns(nativeDb, "brain_observations", [{ name: "agent", ddl: "text" }], "brain");
|
|
14432
14427
|
}
|
|
14433
14428
|
function loadBrainVecExtension(nativeDb) {
|
|
14434
14429
|
try {
|