23 Commits
Author SHA1 Message Date
furyhawk dee1e8f97d chore: bump version to 0.4.0 2026-06-16 21:07:40 +08:00
furyhawk 21cea2cf97 feat: refactor agent initialization and enhance API proxy configuration in nginx 2026-06-16 20:58:23 +08:00
furyhawk af01fafea7 chore: bump version to 0.3.0 2026-06-15 10:18:18 +08:00
furyhawk 5cf2ab088c feat: increase client_max_body_size to 60M for larger uploads 2026-06-14 21:05:27 +08:00
furyhawk 223b5bc5d0 chore: bump version to 0.2.1 2026-06-14 20:54:05 +08:00
furyhawk 7bc52e67dd chore: bump version to 0.2.0 2026-06-14 20:45:19 +08:00
furyhawk 6b94af814c feat: Implement session creation timestamps and enhance session management in API 2026-06-14 14:26:33 +08:00
furyhawk 4ac510c36d feat: Add raw/rendered message toggle and clipboard copy functionality in chat 2026-06-14 10:42:45 +08:00
furyhawk 19abb59608 feat: Add RAG dashboard and API integration for document management 2026-06-14 10:26:17 +08:00
furyhawk 99ca2c838b Refactor code structure for improved readability and maintainability 2026-06-14 10:06:26 +08:00
furyhawk 67ff3e2e4a feat(session): add title management for sessions in backend and frontend 2026-06-13 00:52:43 +08:00
furyhawk cdfcd36bd2 feat: add new skills for build-and-compile, code review, data formats, environment discovery, git workflow, performant code, refactor, skill creator, systematic debugging, test writer, and verification strategy 2026-06-12 22:47:10 +08:00
furyhawk bb83cd2970 feat(admin): implement user deletion functionality in admin dashboard 2026-06-12 22:05:20 +08:00
furyhawk 0fde3e9490 feat(admin): add admin dashboard with user and session management APIs 2026-06-12 21:55:37 +08:00
furyhawk 58a41093c6 feat(auth): implement authentication API with login, register, and token management
- Added token management functions in frontend API for storing and retrieving auth tokens.
- Created authentication routes in backend for user registration, login, and profile retrieval.
- Implemented JWT token creation and validation for secure user sessions.
- Updated frontend API calls to include authorization headers for protected routes.
- Added bcrypt dependency for password hashing in user registration.
2026-06-12 21:37:45 +08:00
furyhawk dc4ed7c48d feat: add user management API with CRUD operations
- Implemented SQLAlchemy ORM models for User with role-based access control.
- Created API routes for user creation, retrieval, updating, and listing.
- Added input and output schemas for user data handling.
- Included session management for users.
2026-06-12 21:08:28 +08:00
furyhawk f407a5118f feat: implement chat message persistence with Valkey; add session management and history retrieval 2026-06-12 20:54:57 +08:00
furyhawk 9f1b364530 feat: add favicon and link it in the HTML head 2026-06-12 20:40:13 +08:00
furyhawk 52dcd97728 feat: enhance health check endpoint to report API, database, and cache status; add standalone session for health checks 2026-06-12 20:39:10 +08:00
furyhawk 1e206eed8b feat: update configuration and enhance Docker support with new Makefile commands 2026-06-12 20:00:35 +08:00
furyhawk 144f994d58 feat: add Docker configuration for backend and frontend with nginx support 2026-06-12 19:25:24 +08:00
furyhawk c7e4665359 Refactor code structure for improved readability and maintainability 2026-06-12 18:16:01 +08:00
furyhawk 358baece76 feat: initialize frontend with React, Vite, and Tailwind CSS
- Add package.json with dependencies and scripts for development and build
- Create PostCSS configuration for Tailwind CSS and autoprefixer
- Implement main App component with chat functionality and message handling
- Create API module for sending messages to backend
- Add global CSS file with Tailwind directives and custom scrollbar styles
- Set up entry point for React application in main.tsx
- Define TypeScript environment types for Vite
- Configure Tailwind CSS with content paths
- Set up TypeScript configuration with strict settings
- Configure Vite with React plugin and API proxy for development
2026-06-12 17:07:26 +08:00