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
Udhay-Adithya
f8d54da074
feat: enhance routing and state management in Dashbot components
2025-09-21 02:14:38 +05:30
Udhay-Adithya
671e4218cc
feat: reorganize attachments provider and model structure
2025-09-21 02:00:11 +05:30
Udhay-Adithya
3a4a871676
feat: enhance OpenAPI insights generation with structured metadata and summary
2025-09-21 00:59:30 +05:30
Udhay-Adithya
ce3248dec0
feat: improve ui for openapi specs feature
2025-09-21 00:32:08 +05:30
Udhay-Adithya
b7a7bde093
feat: add openapi spec import functionality
2025-09-19 23:47:42 +05:30
Udhay-Adithya
9b1c3fe41c
feat: implement cURL import functionality with parsing and action handling
2025-09-17 02:19:22 +05:30
Udhay-Adithya
38cb5eb2d6
feat: make dashbot more friendly and explanatory wiith tasks
2025-09-16 02:05:34 +05:30
Udhay-Adithya
16e7b92934
feat: multi-action actions with enums, upload scaffolding, and UI factory
...
- Add actions list to chat messages
Introduce
- ChatActionType/ChatActionTarget enums and mapping helpers
- Refactor viewmodel to parse actions and apply fixes via enums
- Implement DashbotActionWidgetFactory and action widgets (auto-fix, add-tests, language, code, upload)
- Integrate upload attachments provider and map upload_asset action
- Update prompt schema docs to prefer actions array and include upload_asset
- Update chat bubble to render multiple actions
2025-09-16 01:39:39 +05:30
Udhay-Adithya
6a9e72c0ac
feat: add code generation prompt
2025-09-08 23:47:12 +05:30
Udhay-Adithya
6b4c0421f8
feat: update default dimensions for DashbotWindowModel
2025-09-08 16:13:38 +05:30
Udhay-Adithya
c16665aa12
feat: add generate documentation functionality
2025-09-05 23:10:37 +05:30
Udhay-Adithya
e68674d610
feat: implement auto-fix functionality
2025-09-05 19:11:51 +05:30
Udhay-Adithya
6bbbe6ccc3
feat: improve prompts
2025-09-05 16:41:35 +05:30
Udhay-Adithya
9a6215246e
feat: integrate dashbot tab for desktop devices
2025-09-05 03:02:00 +05:30
Udhay-Adithya
ebd184e14a
refactor: replace TextButton with HomeScreenTaskButton in home page
2025-09-03 23:26:26 +05:30
Udhay-Adithya
34c693528d
refactor: update Dashbot window size constraints and enhance request navigation handling
2025-09-03 11:24:07 +05:30
Udhay-Adithya
0490163584
refactor: move generate buttons to dashbot
2025-09-03 10:59:03 +05:30
Udhay-Adithya
aef4ee5039
refactor: remove unused Dashbot context and request provider; update chat viewmodel to use the existing request model
2025-09-02 12:44:10 +05:30
Udhay-Adithya
5b6c1d5139
refactor: move dashbot inside apidash
2025-09-02 11:57:31 +05:30