Closed mabry1985 closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
acai-so | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 28, 2023 11:32pm |
[!IMPORTANT]
Auto Review Skipped
Auto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository.To trigger a single review, invoke the
@coderabbitai review
command.
The changes introduce a new platform called acai.so
with AI-powered tools for workflow enhancement and creativity acceleration. The platform offers workspaces for organizing information, an editor as an alternative to Notion, and an Automated Virtual Agent (AVA) with different modes for various tasks. The changes also include updates to the database structure, UI components, state management, and voice synthesis component.
File(s) | Summary |
---|---|
db.ts |
Introduced changes to the database structure, including new tables and modifications to existing interfaces. |
index.html |
Updated the viewport meta tag to restrict maximum scale and disable user scaling. |
public/docs/*.md |
Added new documentation for the acai.so platform, knowledge usage, and voice synthesis component. |
src/App.tsx |
Major updates to the main application component, including state management and UI changes. |
src/components/Ava/*.tsx |
Updated the Ava component and related hooks and components. |
src/components/Chat/*.tsx |
Updated the Chat component and related CSS styles. |
src/components/SettingsTabs/*.tsx |
Added new settings components and updated related CSS styles. |
src/components/TipTap/*.tsx |
Updated the Tiptap component and related components. |
src/state/*.ts |
Updated the state management system, including new state machines and modifications to existing ones. |
src/utils/docs.ts |
Added new utility functions for fetching and formatting documents. |
vite.config.ts |
Updated the Vite configuration to include the PWA plugin and new asset includes. |
🐇 "In the land of code, changes are afoot, New features abound, from root to root. With AI-powered tools, we're on a roll, Enhancing workflows is our goal. From database updates to UI tweaks, Each line of code, a solution seeks. So here's to progress, in every commit, In the world of tech, we never quit!" 🎉
need to update the handling when deleting workspaces to delete on related items also need to do similar with the knowledge and make sure to delete any files associated with them
closes #92
add agent table separate files from knowledge table add import export pipeline