@docyrus/ui-pro-ai-assistant 0.4.9 → 0.5.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/README.md +1 -0
- package/dist/index.js +197 -62
- package/dist/index.js.map +1 -1
- package/dist/lib/message-utils.d.ts +1 -0
- package/dist/styles.css +53 -45
- package/dist/views/assistant-view.d.ts +1 -0
- package/dist/views/chat-panel.d.ts +2 -1
- package/dist/views/message-list.d.ts +2 -1
- package/dist/views/projects-panel.d.ts +1 -0
- package/dist/views/sidebar-content.d.ts +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,6 +10,7 @@ A full-featured, drop-in AI assistant chat UI for React. Ships with multi-turn c
|
|
|
10
10
|
- **Multi-model & multi-agent** — Let users switch between AI models and agent deployments on the fly. Agent avatars display in the header and message list.
|
|
11
11
|
- **Deep research** — Extended research mode with live progress streaming.
|
|
12
12
|
- **AI memories** — Persistent memory management across sessions.
|
|
13
|
+
- **Edit & resend prompts** — Hover any user message to edit it; subsequent assistant replies are archived server-side and the conversation regenerates from that point.
|
|
13
14
|
- **Voice input** — Browser-native speech-to-text.
|
|
14
15
|
- **File uploads** — Attach files to messages with configurable format restrictions.
|
|
15
16
|
- **Agent trigger widget** — Standalone agent carousel with prompt input, per-agent capabilities, model/reasoning selection, and suggestion chips. Decoupled from the chat UI — wire it to any destination.
|