@camstack/addon-ai 0.4.6 → 0.4.7
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/addon.js +8 -1
- package/dist/addon.mjs +8 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -19410,7 +19410,14 @@ targets: array(object({
|
|
|
19410
19410
|
"sleeping",
|
|
19411
19411
|
"unreachable",
|
|
19412
19412
|
"waking"
|
|
19413
|
-
]).nullable()
|
|
19413
|
+
]).nullable(),
|
|
19414
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19415
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19416
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19417
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19418
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19419
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19420
|
+
battery: boolean()
|
|
19414
19421
|
})));
|
|
19415
19422
|
/**
|
|
19416
19423
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
package/dist/addon.mjs
CHANGED
|
@@ -19436,7 +19436,14 @@ targets: array(object({
|
|
|
19436
19436
|
"sleeping",
|
|
19437
19437
|
"unreachable",
|
|
19438
19438
|
"waking"
|
|
19439
|
-
]).nullable()
|
|
19439
|
+
]).nullable(),
|
|
19440
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19441
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19442
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19443
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19444
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19445
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19446
|
+
battery: boolean()
|
|
19440
19447
|
})));
|
|
19441
19448
|
/**
|
|
19442
19449
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-ai",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"description": "AI addon for CamStack — the `llm` collection provider (cloud, LAN, and camstack-managed local llama.cpp profiles) plus the per-node `llm-runtime` managed executor.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|