aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/components/AssistantView.svelte
Commit message (Collapse)AuthorAgeFilesLines
* feat: add assistant view and configuration editor componentsHsiangNianian2026-01-161-0/+436
Introduced a new AssistantView component for enhanced interaction with the AI assistant, allowing users to send messages and receive responses. Implemented a ConfigEditorModal for editing configuration files with JSON validation and history management. Updated the App component to integrate these new features, improving user experience and functionality in managing AI settings.