Abhishek Malviya
5fa87db9e7
Merge branch 'arc53:main' into main
2025-10-10 15:44:40 +05:30
Rahul
50bee7c2b0
feat: Add button to cancel LLM response ( #1978 )
...
* feat: Add button to cancel LLM response
- Replace text area with cancel button when loading.
- Add useEffect to change elipsis in cancel button text.
- Add new SVG icon for cancel response.
- Button colors match Figma designs.
* fix: Cancel button UI matches new design
- Delete cancel-response svg.
- Change previous cancel button to match the new Figma design.
- Remove console log in handleCancel function.
* fix: Adjust cancel button rounding
* feat: Update UI for send button
- Add SendArrowIcon component, enables dynamic svg color changes
- Replace original icon
- Update colors and hover effects
* (fix:send-button) minor blink in transition
---------
Co-authored-by: Manish Madan <manishmadan321@gmail.com >
2025-10-09 12:01:25 +03:00
Abhishek Malviya
d9f0072112
refactor: remove MICROSOFT_REDIRECT_URI and update SharePointAuth to use CONNECTOR_REDIRECT_BASE_URI
2025-10-09 10:36:12 +05:30
Mariam Saeed
e7b15b316e
Feat: Notification section ( #2033 )
...
* Feature/Notification-section
* fix notification ui and add local storage variable to save the state
* add notification component to app.tsx
2025-10-09 01:26:10 +03:00
Manish Madan
a4507008c1
complete_stream: Stop response streaming ( #2031 )
...
* (feat:pause-stream) generator exit
* (feat:pause-stream) close request
* (feat:pause-stream) finally close; google anthropic
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-10-08 20:37:30 +03:00
Hanzalah Waheed
c5ba85f929
fix(ui): create a var to check for shared metadata obj ( #2040 )
2025-10-08 18:18:54 +03:00
Manish Madan
2e636bd67e
Merge pull request #1970 from arc53/dependabot/npm_and_yarn/frontend/mermaid-11.12.0
...
chore(deps): bump mermaid from 11.6.0 to 11.12.0 in /frontend
2025-10-08 20:42:32 +05:30
dependabot[bot]
4a039f1abf
chore(deps): bump mermaid from 11.6.0 to 11.12.0 in /frontend
...
Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 11.6.0 to 11.12.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases )
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.6.0...mermaid@11.12.0 )
---
updated-dependencies:
- dependency-name: mermaid
dependency-version: 11.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-08 15:06:36 +00:00
JeevaRamanathan
434d8e2070
fix spinner to match theme (dark/light) in conversation ( #2044 )
2025-10-08 15:16:44 +03:00
Abhishek Malviya
2b73c0c9a0
feat: add init for Share Point connector module
2025-10-08 10:34:38 +05:30
Abhishek Malviya
da62133d21
Merge branch 'main' into main
2025-10-08 09:40:34 +05:30
Nihar
160ad2dc79
correct path for storing embeddings model ( #2035 )
2025-10-07 23:01:39 +03:00
Anshuman Payasi
0ec86c2c71
fix: adjust share modal size and spacing ( #2027 )
...
* fix/share-modal-spacing
* fix(share-modal): spacing adjusted for mobile view
2025-10-07 17:11:03 +03:00
Alex
03452ffd9f
feat: add GitHub access token support and fix file content fetching logic ( #2032 )
2025-10-07 16:53:14 +03:00
Siddhant Rai
da6317a242
feat: agent templates and seeding premade agents ( #1910 )
...
* feat: agent templates and seeding premade agents
* fix: ensure ObjectId is used for source reference in agent configuration
* fix: improve source handling in DatabaseSeeder and update tool config processing
* feat: add prompt handling in DatabaseSeeder for agent configuration
* Docs premade agents
* link to prescraped docs
* feat: add template agent retrieval and adopt agent functionality
* feat: simplify agent descriptions in premade_agents.yaml added docs
---------
Co-authored-by: Pavel <pabin@yandex.ru >
Co-authored-by: Alex <a@tushynski.me >
2025-10-07 13:00:14 +03:00
Abhishek Malviya
8edb6dcf2a
feat: add Microsoft Entra ID integration
...
- Updated .env-template and settings.py for Microsoft Entra ID configuration.
- Enhanced ConnectorsCallback to support SharePoint authentication.
- Introduced SharePointAuth and SharePointLoader classes.
- Added required dependencies in requirements.txt.
2025-10-07 15:23:32 +05:30
Nihar
8b8e616557
fix: handle missing kwargs in local save_file ( #2017 )
...
Previously, the local save_file function didn’t accept kwargs, causing
a crash when passed extra params. Added support to maintain consistency
with AWS version.
Fixes #2009
2025-10-06 23:55:49 +03:00
Marco Ponce
d260f1a1a6
Made changes to how the documentation is represented including the new 5th option when forking and launching DocsGPT on the inviduals device, as well as updated README.md which has miswording issues saying only 4 options, but now includes the 5th option, detailing and giving an explanation for what that option does and documentation provided. ( #2020 )
2025-10-06 23:50:16 +03:00
Alex
9d452e3b04
feat: enhance MemoryTool and NotesTool with tool_id management and directory renaming tests ( #2026 )
2025-10-06 23:45:47 +03:00
Alex
e012189672
feat: implement MemoryTool with CRUD operations and integrate with MongoDB
2025-10-06 21:09:22 +01:00
Dhairya Parikh
4c31e9a8b1
Add MongoDB-backed NotesTool with CRUD actions and unit tests ( #1982 )
...
* Add MongoDB-backed NotesTool with CRUD actions and unit tests
* NotesTool: enforce single note per user, require decoded_token['sub'] user_id, fix tests
* chore: remove accidentally committed results.txt and ignore it
* fix: remove results.txt, enforce single note per user, add tests
* refactor: update NotesTool actions and tests for clarity and consistency
* refactor: update NotesTool docstring for clarity
* refactor: simplify MCPTool docstring and remove redundant import in test_notes_tool
* lint: fix test
* refactor: remove unused import from test_notes_tool.py
---------
Co-authored-by: Alex <a@tushynski.me >
2025-10-06 19:24:03 +03:00
Alex
7cfc230316
Update README.md
2025-10-06 18:30:47 +03:00
Alex
9605e85f1c
Merge pull request #2004 from Lanthoiba2022/AgentImageFix1
...
Fix #1983 : Agent image fallback added
2025-10-06 14:47:26 +01:00
Alex
498e2b772c
fix: update save_file method to accept additional keyword arguments; enhance AgentImage component with useEffect for dynamic source updates
2025-10-06 14:41:51 +01:00
Manish Madan
dad897da51
Merge pull request #1997 from arc53/dependabot/npm_and_yarn/frontend/i18next-25.5.3
...
build(deps): bump i18next from 24.2.0 to 25.5.3 in /frontend
2025-10-06 16:44:15 +05:30
dependabot[bot]
02ad5f062e
build(deps): bump i18next from 24.2.0 to 25.5.3 in /frontend
...
Bumps [i18next](https://github.com/i18next/i18next ) from 24.2.0 to 25.5.3.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v24.2.0...v25.5.3 )
---
updated-dependencies:
- dependency-name: i18next
dependency-version: 25.5.3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-06 11:03:35 +00:00
Manish Madan
4eb9471b4f
Merge pull request #2021 from M4cr0Chen/enhance-edit-button-and-response-ui
...
adjusted edit button padding and response box padding & roundness
2025-10-06 13:13:00 +05:30
Zhenghong Chen
b505d207d7
adjusted edit button padding and response box padding & roundness
2025-10-05 16:34:17 -04:00
Alex
3c954bd07f
Merge pull request #2007 from ManishMadan2882/upload-toast
...
Upload Sources: Tasks are notified with UI toasts
2025-10-05 13:49:11 +01:00
ManishMadan2882
c00b6459dc
(fix:upload) set docs
2025-10-05 18:07:21 +05:30
ManishMadan2882
eb4d776784
(feat:upload) wording, icons and rmv clear button
2025-10-05 16:12:58 +05:30
Alex
5d7a890533
Merge pull request #2015 from JeevaRamanathan/fix/twitter-navigation-link
...
chore: update twitter.com to x.com
2025-10-04 21:50:47 +01:00
JeevaRamanathan
9c6aefef1e
chore: update twitter.com to x.com for avoiding redirection
...
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com >
2025-10-05 02:00:57 +05:30
ManishMadan2882
e4554d6c09
Merge branch 'main' of https://github.com/arc53/DocsGPT into upload-toast
2025-10-03 23:26:32 +05:30
ManishMadan2882
c184b63df8
(feat:upload) i18n
2025-10-03 20:32:43 +05:30
ManishMadan2882
6bb4195393
(feat:upload) dismiss, but notify on completion
2025-10-03 19:55:41 +05:30
Alex
7827a4d40d
Merge pull request #1960 from jayamrutiya/letmecheck/bug-return-value-not-be-ignored
...
Fix: replace map with for...of loop to avoid ignoring return value (S2201)
2025-10-03 14:15:39 +01:00
ManishMadan2882
f09fa8231a
(feat:upload) new toast UI
2025-10-03 17:08:39 +05:30
Alex
96ff10000d
Merge pull request #1999 from hanzalahwaheed/feat/ui-enhancements
...
Feat: UI enhancements
2025-10-03 10:15:54 +01:00
Alex
9460636867
Merge pull request #2005 from siiddhantt/feat/routes-refactor
...
refactor: modularize user API routes into domain-driven structure
2025-10-03 10:03:33 +01:00
Siddhant Rai
6c43245295
refactor: organize import statements for clarity and consistency
2025-10-03 12:41:03 +05:30
Pavel
266b6cf638
Fix typo in HACKTOBERFEST.md
2025-10-03 08:09:22 +01:00
Siddhant Rai
70183e234a
refactor: break up monolithic routes.py into modular domain structure
2025-10-03 12:30:04 +05:30
Hanzalah Waheed
17b9c359ca
fix: use hexcode for purple taupe and rm extra props
2025-10-03 00:22:36 +04:00
Lanthoiba22
045630b8a5
Agent image fallback added
2025-10-02 21:53:38 +05:30
Alex
55ff7dd640
Merge pull request #2003 from arc53/hacktoberfest-rules
...
Update HACKTOBERFEST.md
2025-10-02 16:58:22 +01:00
Alex
e6d64f71f2
Update HACKTOBERFEST.md
2025-10-02 16:58:01 +01:00
Alex
e72313ebdd
Merge pull request #2002 from ManishMadan2882/main
...
Frontend Lint
2025-10-02 12:35:59 +01:00
ManishMadan2882
65d5bd72cd
Merge branch 'main' of https://github.com/manishmadan2882/docsgpt
2025-10-02 16:59:13 +05:30
ManishMadan2882
dc0cbb41f0
(fix:table) remove display name
2025-10-02 16:50:59 +05:30