gitdataai/libs/service
ZhenYi 14f6e1e500 feat(core): initialize project with access control and AI integration
- Add gitignore and prettier configuration files for project scaffolding
- Implement room access control service with project member verification
- Create user access key management with CRUD operations and activity logging
- Add accordion UI component for frontend expandable sections
- Implement room AI configuration with list, upsert, and delete operations
- Add AI event types for agent join/leave/status change tracking
- Create streaming AI processing services for mode and react patterns
- Build room AI service with model detection and idempotency handling
- Integrate chat service orchestration for AI message processing
- Add typing indicators and stream cancellation for AI interactions
- Implement mention parsing and context extraction for AI agents
2026-05-03 06:04:31 +08:00
..
agent misc: polish git hooks, billing services, fctool, and API/WebSocket 2026-04-30 19:16:57 +08:00
auth feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
git feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
issue feat(service): trigger Qdrant embedding on issue/repo/skill creation 2026-04-28 13:04:04 +08:00
project feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
pull_request feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
search feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
skill fix(skill): support bare repo scanning via git tree traversal 2026-04-29 09:03:22 +08:00
user feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
utils init 2026-04-15 09:08:09 +08:00
workspace fix(billing): correct monthly usage calculation query 2026-04-30 19:39:26 +08:00
Cargo.toml feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
error.rs feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
lib.rs feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
push_helper.rs feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
push.rs feat(service): add push and storage service modules, update project/user/workspace services 2026-04-20 15:45:40 +08:00
storage.rs fix: resolve 30+ bugs from security audit 2026-04-27 10:57:23 +08:00
webhook_dispatch.rs init 2026-04-15 09:08:09 +08:00
ws_token.rs init 2026-04-15 09:08:09 +08:00