@camstack/addon-ai 0.4.8 → 0.4.9

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 CHANGED
@@ -72406,7 +72406,8 @@ function createRuntimeClient(api) {
72406
72406
  * spelled as `${userId}/${conversationId}` (the collection already carries
72407
72407
  * the `ai:chats` prefix). Isolation is structural: every read/write takes
72408
72408
  * `userId` and refuses a row that belongs to someone else.
72409
- *
72409
+ */
72410
+ /**
72410
72411
  * @durable class=audit owner=ai
72411
72412
  * write="an operator sends a persistent test-chat turn — one row per conversation, messages[] replayed into the model each turn"
72412
72413
  * retention="operator knob: max-age days and/or max-count per user (addon global settings). Pruned on write and on the addon's existing 24h usage sweep."
package/dist/addon.mjs CHANGED
@@ -72432,7 +72432,8 @@ function createRuntimeClient(api) {
72432
72432
  * spelled as `${userId}/${conversationId}` (the collection already carries
72433
72433
  * the `ai:chats` prefix). Isolation is structural: every read/write takes
72434
72434
  * `userId` and refuses a row that belongs to someone else.
72435
- *
72435
+ */
72436
+ /**
72436
72437
  * @durable class=audit owner=ai
72437
72438
  * write="an operator sends a persistent test-chat turn — one row per conversation, messages[] replayed into the model each turn"
72438
72439
  * retention="operator knob: max-age days and/or max-count per user (addon global settings). Pruned on write and on the addon's existing 24h usage sweep."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-ai",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
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",