presenton/servers/nextjs/components
sudipnext 4c271170b5 feat: Add chat history management and asset generation features
- Introduced a new `ChatHistoryMessageModel` to persist chat messages in the database.
- Implemented a migration script to create the `chat_history_messages` table.
- Enhanced chat services to support storing and retrieving chat history.
- Added functionality for generating multiple media assets in a single API call.
- Updated the chat UI to display assistant activities and tool usage more effectively.
- Refactored API calls to use absolute URLs for better reliability.
2026-04-26 13:12:50 +05:45
..
Auth fix: update authentication response handling in FastAPI and Next.js to reflect account setup status 2026-04-22 13:00:45 +05:45
OnBoarding feat: implement single-user authentication with environment variable support and update FastAPI middleware for session management 2026-04-21 17:41:37 +05:45
ui refactor: Update Onboarding UI 2026-04-16 19:00:24 +05:45
Announcement.tsx user_config in setting & fonts removed 2025-05-12 17:16:58 +05:45
AnthropicConfig.tsx feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
BackBtn.tsx style(nextjs): make navbar backbtn look better 2025-07-23 20:44:43 +05:45
CodexConfig.tsx feat: update DEFAULT_CODEX_MODEL to gpt-5.2 across relevant files 2026-04-20 14:13:09 +05:45
CustomConfig.tsx feat: integrates llmai instead of using old llm client and tool call handlers 2026-04-23 11:42:15 +05:45
GoogleConfig.tsx feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
Header.tsx update: 'Create Template' button in header 2025-08-09 20:47:16 +05:45
Home.tsx feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
ImageSelectionConfig.tsx feat: add Open WebUI as image generation provider 2026-04-05 12:27:45 -05:00
LLMSelection.tsx feat: integrates llmai instead of using old llm client and tool call handlers 2026-04-23 11:42:15 +05:45
MarkDownRender.tsx feat: integrate Markdown rendering for presentation title and close menu on export actions 2026-03-03 11:42:42 +05:45
OllamaConfig.tsx feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
OpenAIConfig.tsx feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
ToolTip.tsx feat: Upload page redesigns 2026-02-21 14:44:34 +05:45
Wrapper.tsx feat: Design improvements 2026-03-07 23:24:26 +05:45