@cleocode/cleo 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/cli/index.js +1 -6
- package/dist/cli/index.js.map +2 -2
- package/package.json +8 -8
package/dist/cli/index.js
CHANGED
|
@@ -14993,12 +14993,7 @@ function runBrainMigrations(nativeDb, db) {
|
|
|
14993
14993
|
"brain"
|
|
14994
14994
|
);
|
|
14995
14995
|
}
|
|
14996
|
-
ensureColumns(
|
|
14997
|
-
nativeDb,
|
|
14998
|
-
"brain_observations",
|
|
14999
|
-
[{ name: "agent", ddl: "text" }],
|
|
15000
|
-
"brain"
|
|
15001
|
-
);
|
|
14996
|
+
ensureColumns(nativeDb, "brain_observations", [{ name: "agent", ddl: "text" }], "brain");
|
|
15002
14997
|
}
|
|
15003
14998
|
function loadBrainVecExtension(nativeDb) {
|
|
15004
14999
|
try {
|