ai-elements-vue 0.5.0 → 0.7.0
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/README.md +15 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,21 +80,21 @@ AI Elements Vue includes the following components:
|
|
|
80
80
|
|
|
81
81
|
| Component | Status | Description |
|
|
82
82
|
|-----------|--------|-------------|
|
|
83
|
-
| `message` | ✅
|
|
84
|
-
| `conversation` | ✅
|
|
85
|
-
| `response` | ✅
|
|
86
|
-
| `prompt-input` | ✅
|
|
87
|
-
| `actions` | ✅
|
|
88
|
-
| `branch` | ✅
|
|
89
|
-
| `code-block` | ✅
|
|
90
|
-
| `image` | ✅
|
|
91
|
-
| `inline-citation` | ❌
|
|
92
|
-
| `loader` |
|
|
93
|
-
| `reasoning` | ❌
|
|
94
|
-
| `source` | ❌
|
|
95
|
-
| `suggestion` |
|
|
96
|
-
| `task` | ❌
|
|
97
|
-
| `tool` | ❌
|
|
83
|
+
| `message` | ✅ | Individual chat messages with avatars |
|
|
84
|
+
| `conversation` | ✅ | Container for chat conversations |
|
|
85
|
+
| `response` | ✅ | Formatted AI response display |
|
|
86
|
+
| `prompt-input` | ✅ | Advanced input component with model selection |
|
|
87
|
+
| `actions` | ✅ | Interactive action buttons for AI responses |
|
|
88
|
+
| `branch` | ✅ | Branch visualization for conversation flows |
|
|
89
|
+
| `code-block` | ✅ | Syntax-highlighted code display with copy functionality |
|
|
90
|
+
| `image` | ✅ | AI-generated image display component |
|
|
91
|
+
| `inline-citation` | ❌ | Inline source citations |
|
|
92
|
+
| `loader` | ✅ | Loading states for AI operations |
|
|
93
|
+
| `reasoning` | ❌ | Display AI reasoning and thought processes |
|
|
94
|
+
| `source` | ❌ | Source attribution component |
|
|
95
|
+
| `suggestion` | ✅ | Quick action suggestions |
|
|
96
|
+
| `task` | ❌ | Task completion tracking |
|
|
97
|
+
| `tool` | ❌ | Tool usage visualization |
|
|
98
98
|
|
|
99
99
|
## How It Works
|
|
100
100
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-elements-vue",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "AI Elements Vue is a component library and custom registry built on top of shadcn-vue to help you build AI-native applications faster.",
|
|
6
6
|
"license": "MIT",
|