@lukeashford/aurelius 3.8.0 → 3.8.1

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/llms.md CHANGED
@@ -418,10 +418,6 @@ Features:
418
418
  Artifacts are supplied as a tree of ArtifactNode objects via the
419
419
  artifactNodes prop.
420
420
 
421
- - **ChatMessage.id**: * Unique identifier for the message
422
- - **ChatMessage.variant**: * Whether the message is from the user or the assistant
423
- - **ChatMessage.content**: * Message content (Markdown supported)
424
- - **ChatMessage.isStreaming**: * Whether the message is currently streaming
425
421
  - **Conversation.id**: * Unique identifier for the conversation
426
422
  - **Conversation.title**: * Title shown as the first line of the row. Editable via the rename affordance.
427
423
  - **Conversation.project**: * Project this conversation belongs to. Shown as the second line of the row and collected into the project filter in the history panel.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukeashford/aurelius",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "description": "Design system for Aurelius applications — A cohesive visual language for creative technologists",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",