Commit Graph

3 Commits

Author SHA1 Message Date
Udhay-Adithya
e1481e8d4e feat: send a user message for each task 2025-09-26 01:47:10 +05:30
Udhay-Adithya
f2ce403006 feat: split dashbot models 2025-09-25 13:20:43 +05:30
Udhay-Adithya
d5915bb321 refactor: Move AutoFixService, RequestApplyService, PromptBuilder, and UrlEnvService to core services
- Deleted old implementations of AutoFixService, RequestApplyService, PromptBuilder, and UrlEnvService from the chat feature.
- Introduced new implementations of AutoFixService, RequestApplyService, PromptBuilder, and UrlEnvService in the core services directory.
- Updated import paths to reflect the new structure.
- Ensured all functionalities remain intact after the refactor.
2025-09-21 11:51:15 +05:30