@lambdacurry/arbor 0.22.11 → 0.22.13
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/arbor.js +2 -1
- package/package.json +1 -1
package/dist/arbor.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// package.json
|
|
3
3
|
var package_default = {
|
|
4
4
|
name: "@lambdacurry/arbor",
|
|
5
|
-
version: "0.22.
|
|
5
|
+
version: "0.22.13",
|
|
6
6
|
description: "The Arbor CLI — a shared workspace for people and agents. The human + headless-agent write path over Arbor's guarded operation surface.",
|
|
7
7
|
keywords: [
|
|
8
8
|
"agents",
|
|
@@ -7691,6 +7691,7 @@ var recallHit = looseObject({
|
|
|
7691
7691
|
score: number2(),
|
|
7692
7692
|
excerpt: string2(),
|
|
7693
7693
|
space: spaceRef.nullable(),
|
|
7694
|
+
threadId: nullableString,
|
|
7694
7695
|
url: nullableString,
|
|
7695
7696
|
createdAt: timestamp
|
|
7696
7697
|
});
|
package/package.json
CHANGED