Abhishek Malviya
6257ca7935
feat: add SharePoint integration with session validation and UI components
2026-02-17 02:12:44 +05:30
Manish Madan
2246866a09
Feat: Agents grouped under folders ( #2245 )
...
* chore(dependabot): add react-widget npm dependency updates
* refactor(prompts): init on load, mv to pref slice
* (refactor): searchable dropdowns are separate
* (fix/ui) prompts adjust
* feat(changelog): dancing stars
* (fix)conversation: re-blink bubble past stream
* (fix)endless GET sources, esling err
* (feat:Agents) folders metadata
* (feat:agents) create new folder
* (feat:agent-management) ui
* feat:(agent folders) nesting/sub-folders
* feat:(agent folders)- closer the figma, inline folder inputs
* fix(delete behaviour) refetch agents on delete
* (fix:search) folder context missing
* fix(newAgent) preserve folder context
* feat(agent folders) id preserved im query, navigate
* feat(agents) mobile responsive
* feat(search/agents) lookup for nested agents as well
* (fix/modals) close on outside click
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2026-01-08 18:46:40 +02:00
Alex
9e7f1ad1c0
Add Amazon S3 support and synchronization features ( #2244 )
...
* Add Amazon S3 support and synchronization features
* refactor: remove unused variable in load_data test
2025-12-30 20:26:51 +02:00
Siddhant Rai
5b6cfa6ecc
feat: enhance API tool with body serialization and content type handling ( #2192 )
...
* feat: enhance API tool with body serialization and content type handling
* feat: enhance ToolConfig with import functionality and user action management
- Added ImportSpecModal to allow importing actions into the tool configuration.
- Implemented search functionality for user actions with expandable action details.
- Introduced method colors for better visual distinction of HTTP methods.
- Updated APIActionType and ParameterGroupType to include optional 'required' field.
- Refactored action rendering to improve usability and maintainability.
* feat: add base URL input to ImportSpecModal for action URL customization
* feat: update TestBaseAgentTools to include 'required' field for parameters
* feat: standardize API call timeout to DEFAULT_TIMEOUT constant
* feat: add import specification functionality and related translations for multiple languages
---------
Co-authored-by: Alex <a@tushynski.me >
2025-12-23 15:37:44 +02:00
Siddhant Rai
9b9f95710a
feat: agent search functionality with filters and loading states ( #2179 )
...
* feat: implement agent search functionality with filters and loading states
* style: improve layout and styling of agent search input and description
2025-12-04 17:46:37 +02:00
Siddhant Rai
3f7de867cc
feat: model registry and capabilities for multi-provider support ( #2158 )
...
* feat: Implement model registry and capabilities for multi-provider support
- Added ModelRegistry to manage available models and their capabilities.
- Introduced ModelProvider enum for different LLM providers.
- Created ModelCapabilities dataclass to define model features.
- Implemented methods to load models based on API keys and settings.
- Added utility functions for model management in model_utils.py.
- Updated settings.py to include provider-specific API keys.
- Refactored LLM classes (Anthropic, OpenAI, Google, etc.) to utilize new model registry.
- Enhanced utility functions to handle token limits and model validation.
- Improved code structure and logging for better maintainability.
* feat: Add model selection feature with API integration and UI component
* feat: Add model selection and default model functionality in agent management
* test: Update assertions and formatting in stream processing tests
* refactor(llm): Standardize model identifier to model_id
* fix tests
---------
Co-authored-by: Alex <a@tushynski.me >
2025-11-14 13:13:19 +02:00
Alex
6626723180
feat: enhance prompt variable handling and add system variable options in prompts modal ( #2128 )
2025-11-03 15:54:13 +02:00
Aqsa Aqeel
a7d61b9d59
feat: implementing the new custom modal design ( #2090 )
...
* feat: implementing the new custom modal design
* feat: added tool variable dropdown
* fix: ui fixes and link fixes
* feat: implemented redisgn for edit prompt modal
* (feat:prompts) matching figma
* (fix:prompts) tool vars
* (fix:promptsModal) responsive; disable save on text
---------
Co-authored-by: Aqsa Aqeel <aqsa.aqeel17@example.com >
Co-authored-by: ManishMadan2882 <manishmadan321@gmail.com >
2025-10-31 12:18:13 +02:00
Manish Madan
6a4cb617f9
Frontend audit: Bug fixes and refinements ( #2112 )
...
* (fix:attachements) sep id for redux ops
* (fix:ui) popups, toast, share modal
* (feat:agentsPreview) stable preview, ui fixes
* (fix:ui) light theme icon, sleek scroll
* (chore:i18n) missin keys
* (chore:i18n) missing keys
* (feat:preferrenceSlice) autoclear invalid source from storage
* (fix:general) delete all conv close btn
* (fix:tts) play one at a time
* (fix:tts) gracefully unmount
* (feat:tts) audio LRU cache
* (feat:tts) pointer on hovered area
* (feat:tts) clean text for speach
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-10-29 01:47:26 +02:00
Nikunj Kohli
9f7945fcf5
[UI/UX] Improve image upload experience — add preview & drag-to-reord… ( #2095 )
...
* [UI/UX] Improve image upload experience — add preview & drag-to-reorder in chat section
* chore(chat): remove image previews, keep drag-to-reorder
* chore(chat): prevent attachment drag from triggering upload dropzone
* Revert "chore(chat): prevent attachment drag from triggering upload dropzone"
This reverts commit dd4b96256c .
* (feat:conv) rmv drag-drop on sources
* (feat:msg-input) drop attachments
---------
Co-authored-by: ManishMadan2882 <manishmadan321@gmail.com >
2025-10-27 21:53:18 +02:00
Manish Madan
c4e8daf50e
Frontend audit: refinements ( #2083 )
...
* (fix:attachements) sep id for redux ops
* (fix:ui) popups, toast, share modal
* (feat:agentsPreview) stable preview, ui fixes
* (fix:ui) light theme icon, sleek scroll
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-10-22 12:12:05 +03:00
Manish Madan
f0b954dbfb
Upload: communicate failure, minor frontend updates ( #2048 )
...
* (feat:pause-stream) generator exit
* (feat:pause-stream) close request
* (feat:pause-stream) finally close; google anthropic
* (feat:task_status)communicate failure
* (clean:connector) unused routes
* (feat:file-table) missing skeletons
* (fix:apiKeys) build err
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-10-10 17:34:02 +03:00
ManishMadan2882
eb4d776784
(feat:upload) wording, icons and rmv clear button
2025-10-05 16:12:58 +05:30
ManishMadan2882
c184b63df8
(feat:upload) i18n
2025-10-03 20:32:43 +05:30
ManishMadan2882
fc8be45d5a
(feat:sync) confirmation check
2025-09-09 13:08:38 +05:30
ManishMadan2882
f9b2c95695
(feat:connector) sync, simply re-ingest
2025-09-02 18:06:04 +05:30
ManishMadan2882
5c615d6f2d
(feat:sources) card ui
2025-08-12 18:04:40 +05:30
ManishMadan2882
9be128a963
(feat:sources) closer to figma,ux
2025-08-12 03:08:47 +05:30
ManishMadan2882
fdae235742
(feat:sources) i18n
2025-08-07 12:53:12 +05:30
ManishMadan2882
b000b235a2
(feat:sources) renamed docs,fe
2025-08-05 05:23:29 +05:30
ManishMadan2882
ad2f0f8950
(chore:chunks) i18n
2025-07-23 20:47:36 +05:30
ManishMadan2882
041d600e45
(feat:prompts) delete after confirmation
2025-06-10 18:00:11 +05:30
ManishMadan2882
9c28817fba
(chore:i18n) sync all locales
2025-05-30 19:05:01 +05:30
ManishMadan2882
f8f369fbb2
(fix/tools) avoid max width for buttons, i18n
2025-05-29 03:58:34 +05:30
ManishMadan2882
b1b27f2dde
(feat:toolConfig) i18n
2025-05-28 01:10:10 +05:30
ManishMadan2882
8552e81022
(fix:input) sync with translations
2025-05-09 21:39:54 +05:30
ManishMadan2882
7771609ea0
(locales) udpate placeholder
2025-03-20 09:43:36 +05:30
ManishMadan2882
8e0e55fe5e
(fix:analytics) feedback title
2025-03-12 17:31:30 +05:30
ManishMadan2882
79cf2150d5
(fix:ui) minor adjustments
2025-03-05 03:15:50 +05:30
ManishMadan2882
b07ec8accb
(feat:general) ui
2025-03-01 20:11:46 +05:30
ManishMadan2882
b22d965b7b
(fix:chatbots) ui
2025-02-20 01:39:25 +05:30
ManishMadan2882
3b45b63d2a
(fix:upload) ui adjust
2025-02-10 16:02:02 +05:30
ManishMadan2882
83e4023c19
(feat:settings/docs) confirm on delete
2025-01-28 04:50:28 +05:30
ManishMadan2882
9d475001ee
(feat:chatbots) confirm before deletion
2025-01-23 02:50:24 +05:30
ManishMadan2882
0cab007c37
(fix:locale) missing text
2025-01-19 01:37:14 +05:30
ManishMadan2882
a35dbf99a6
(sync:locales) with static content
2025-01-18 03:46:05 +05:30
ManishMadan2882
cc78ea7222
(fix:locales) sync static text
2025-01-16 18:24:27 +05:30
ManishMadan2882
cbcb717aee
(feat:locals) sync with en.json
2025-01-14 16:52:35 +05:30
ManishMadan2882
25ee749724
(fix:locale) sync other locales with en)
2025-01-09 02:17:49 +05:30
ManishMadan2882
d1981967b2
(fix:locales) sync conversation
2025-01-07 20:28:59 +05:30
ManishMadan2882
fa108126bb
(feat:settings) sync with locales
2025-01-05 03:39:33 +05:30
ManishMadan2882
1992acaf61
(fix:locale) add missing keys in jp
2025-01-05 01:44:29 +05:30
Srayash
b314b27260
Internationalization: add translations.
2024-12-02 23:24:26 +05:30
ManishMadan2882
70f44fcaca
(fix:upload) UI enhance
2024-11-11 18:16:52 +05:30
JeevaRamanathan M
5c756348a5
feat: Presentation parser implementation
...
Signed-off-by: JeevaRamanathan M <jeevaramanathan.m@infosys.com >
2024-10-31 11:47:12 +00:00
JeevaRamanathan M
c77d415893
feat: JSON parser implementation
...
Signed-off-by: JeevaRamanathan M <jeevaramanathan.m@infosys.com >
2024-10-24 20:36:47 +00:00
Prathamesh Gursal
973304e0d7
changes
2024-10-15 21:11:00 +05:30
ManishMadan2882
085542c861
feat(help): sync locales
2024-10-15 02:33:20 +05:30
rohittcodes
e7c760e68b
Merge branch 'main' of https://github.com/RohittCodes/DocsGPT into fix-1210
2024-10-09 05:40:13 +05:30
rohittcodes
faef061d74
fix upload
2024-10-08 17:04:53 +05:30