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.
Files changed (2) hide show
  1. package/README.md +15 -15
  2. 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` | ✅ 已完成 | 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 |
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.5.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",