gitdataai/libs/api
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 feat(agent): paginated model catalog with pricing + redesigned Add AI panel 2026-04-28 23:58:46 +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 chore: API and frontend UI adjustments 2026-04-25 09:54:05 +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
room feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
search feat(search): add room-scoped message search with project name filter 2026-04-28 13:12:29 +08:00
user fix(avatar): add upload API routes and fix URL path prefix 2026-04-25 23:19:22 +08:00
workspace feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
build.rs feat(frontend): embed SPA assets into app binary at compile time 2026-04-17 12:04:34 +08:00
Cargo.toml feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
dist.rs feat(api): pre-compress static assets with brotli and gzip 2026-04-25 20:09:09 +08:00
error.rs init 2026-04-15 09:08:09 +08:00
gen_api.rs init 2026-04-15 09:08:09 +08:00
lib.rs feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
openapi.rs feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
robots.rs feat: add sitemap index with static/users/projects/repos sub-sitemaps 2026-04-26 00:06:18 +08:00
route.rs feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
sidemap.rs feat: add sitemap index with static/users/projects/repos sub-sitemaps 2026-04-26 00:06:18 +08:00
skill.rs fix(api): register skill routes inside project scope to fix 404 2026-04-28 22:58:57 +08:00