aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/components/ConfigEditorModal.svelte
Commit message (Collapse)AuthorAgeFilesLines
* chore(ui): refactor workspace to monorepo苏向夜2026-01-191-369/+0
|
* chore: add dev dependency for prek in pyproject.toml and uv.lockHsiangNianian2026-01-161-2/+7
| | | | Included the 'prek' package as a development dependency in both pyproject.toml and uv.lock, specifying version 0.2.28 to enhance development capabilities.
* feat: add assistant view and configuration editor componentsHsiangNianian2026-01-161-0/+364
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.