feat: Use assistant UI for chat UI

This commit is contained in:
bracesproul
2025-02-26 17:09:16 -08:00
parent 7448b33075
commit c0cd027fde
19 changed files with 3112 additions and 726 deletions

View File

@@ -20,7 +20,11 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"noUncheckedSideEffectImports": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src", "agent"]
}