Commit Graph

1067 Commits

Author SHA1 Message Date
Rohan Verma a8e40920ff Merge pull request #458 from msinha569/fix/agentprocessterminal-clean
Fix: add smooth expand/collapse animation for Agent Process Terminal (#452)
2025-10-31 14:14:21 -07:00
Rohan Verma 7ef20ed8c4 Merge pull request #451 from msinha569/fix/duplicate-tick-clean
Fix: remove duplicate tick and overflow issue in Fast LLM Selection (#446)
2025-10-31 14:14:03 -07:00
Rohan Verma deeae5e62d Merge pull request #449 from msinha569/fix/sidebar-issue
Fix: make entire sidebar button clickable (#445)
2025-10-31 14:13:38 -07:00
Rohan Verma 49b7cb9ad5 Merge pull request #461 from MODSetter/dev
Dev
2025-10-31 02:40:46 -07:00
DESKTOP-RTLN3BA\$punk e86c818c45 Merge commit '9ce00caf13a3ab964fecba4666fa165cb936b7ce' into dev 2025-10-31 02:39:31 -07:00
DESKTOP-RTLN3BA\$punk 1f4e15ce38 fix: update GoogleLoginButton and HeroSection components
- Commented out err msg.
- Changed the link in HeroSection from "/contact" to "/login" to direct users to the login page.
2025-10-31 02:39:01 -07:00
Rohan Verma 9ce00caf13 Merge pull request #460 from MODSetter/dev
feat: add ProxyHeadersMiddleware and refactored  API endpoint paths to prevent redirects
2025-10-31 01:38:51 -07:00
DESKTOP-RTLN3BA\$punk ecd07d6155 refactor: update API endpoint paths to remove trailing slashes
- Modified various FastAPI route definitions to remove trailing slashes for consistency across the application.
- Updated corresponding fetch calls in the frontend to align with the new endpoint structure.
- Ensured that all affected routes maintain their functionality without trailing slashes.
2025-10-31 01:33:01 -07:00
DESKTOP-RTLN3BA\$punk 170b3cb167 Merge commit '7a0dc0efdc35470ff9c28cd669fc75379ef188c6' into dev 2025-10-31 00:25:14 -07:00
DESKTOP-RTLN3BA\$punk 6062bf63d7 feat: add ProxyHeadersMiddleware to support HTTPS redirects behind proxies
- Integrated ProxyHeadersMiddleware to ensure FastAPI correctly handles HTTPS in redirects when deployed behind a proxy, such as Cloudflare.
- This addition enhances security and proper URL handling in the application.
2025-10-31 00:24:53 -07:00
Rohan Verma 7a0dc0efdc Merge pull request #459 from MODSetter/dev
feat: add BACKEND_URL configuration for OAuth redirect
2025-10-30 23:54:33 -07:00
DESKTOP-RTLN3BA\$punk 4a3f6813f7 Merge commit '5174f21b710288acce36e3abb2425e5948083663' into dev 2025-10-30 23:52:40 -07:00
DESKTOP-RTLN3BA\$punk a0f9c3aad8 feat: add BACKEND_URL configuration for OAuth redirect
- Introduced BACKEND_URL in the configuration to allow overriding the HTTP to HTTPS in the OAuth redirect URI.
- Updated the Google OAuth router to conditionally use the BACKEND_URL for the redirect URI when specified.
2025-10-30 23:52:14 -07:00
Rohan Verma 5174f21b71 Merge pull request #457 from MODSetter/dev
feat: enhance Azure OpenAI embeddings and add voice support for Azure provider
2025-10-30 22:35:01 -07:00
DESKTOP-RTLN3BA\$punk a2fb9faad6 feat: enhance Azure OpenAI embeddings and add voice support for Azure provider
- Introduced a fixed parameter order for AzureOpenAIEmbeddings to resolve compatibility issues.
- Updated the voice selection logic to include Azure voices in the podcaster utility.
- Modified the page limit service to use a more efficient method for retrieving users.
2025-10-30 22:33:47 -07:00
msinha569 33f31b8292 No animation on expanding or collapsing Agent Process Terminal 2025-10-31 08:38:44 +05:30
Rohan Verma 34353078fe Merge pull request #456 from MODSetter/dev
refactor: update Document and Connector selection components
2025-10-30 16:07:03 -07:00
DESKTOP-RTLN3BA\$punk 430249366c refactor: update Document and Connector selection components
- Replaced the use of search source connectors with document types for improved clarity and functionality.
- Enhanced UI elements for document type selection, including better styling and loading states.
- Updated selection logic to handle document types and their counts effectively.
- Improved accessibility and user experience in the document and connector selection dialogs.
2025-10-30 16:04:00 -07:00
Rohan Verma a09309af2a Merge pull request #455 from MODSetter/dev
feat: added file limit tracking for a user
2025-10-30 15:23:01 -07:00
DESKTOP-RTLN3BA\$punk 4be9d099bf feat: added file limit tracking for a user 2025-10-30 14:58:08 -07:00
Rohan Verma 5654f6c78f Merge pull request #454 from MODSetter/dev
fix: podcast tasks for Windows compatibility
2025-10-30 12:06:40 -07:00
DESKTOP-RTLN3BA\$punk d76da8a59d fix: podcast tasks for Windows compatibility
- Added WindowsProactorEventLoopPolicy for better async subprocess support on Windows.
- Ensured proper cleanup of the event loop after task execution.
- Removed redundant asyncio import from the generate_chat_podcast_task function.
2025-10-30 12:05:06 -07:00
msinha569 732dace9b2 Duplicate tick icon visible on selected Fast LLM option 2025-10-30 20:34:25 +05:30
msinha569 1cee0bc312 chore: fix import order as per Biome rules and removed nested links to avoid invalid HTML 2025-10-30 15:12:06 +05:30
msinha569 04514d2189 Fix: make entire sidebar button clickable 2025-10-30 14:42:53 +05:30
Rohan Verma b79befdef6 Merge pull request #448 from MODSetter/dev
chore: update configuration for rerankers
2025-10-29 23:53:28 -07:00
DESKTOP-RTLN3BA\$punk 0987440893 chore: update configuration for rerankers
- Added RERANKERS_ENABLED option to control reranking functionality.
- Updated rerank_documents function to handle cases when reranking is disabled.
- Enhanced documentation for environment variables related to rerankers in installation guides.
2025-10-29 23:23:08 -07:00
Rohan Verma b71e1546b8 Merge pull request #447 from MODSetter/dev
chore: updated chonkie and temp fix for azure embeddings registry
2025-10-29 15:08:46 -07:00
DESKTOP-RTLN3BA\$punk 32360a85c8 Merge commit 'c06a4bd12a7778a6eadd5050d0afb80f48841c62' into dev 2025-10-29 14:46:33 -07:00
DESKTOP-RTLN3BA\$punk 71e4860495 chore: updated chonkie and temp fix for azure embeddings registry
- TODO: Raise PR in upstream for fix in next version
2025-10-29 14:42:05 -07:00
Rohan Verma c06a4bd12a Merge pull request #444 from MODSetter/dev
fix: docker backend entrypoint issues
2025-10-28 23:45:16 -07:00
DESKTOP-RTLN3BA\$punk 5addc317f0 Merge commit 'fcd15c59df231825eaee6e8e8bf380d1cdd41eb2' into dev 2025-10-28 23:36:39 -07:00
DESKTOP-RTLN3BA\$punk 133e2639ec fix: docker backend entrpoint issues 2025-10-28 23:35:53 -07:00
Rohan Verma fcd15c59df Merge pull request #443 from msinha569/fix/nav-main-expand-collapse
Fix: expand/collapse on full button click
2025-10-28 01:15:56 -07:00
Rohan Verma 1ea99bc8f6 Merge pull request #442 from MODSetter/dev
feat(removed): sub_section_writer agent
2025-10-27 23:19:23 -07:00
msinha569 61edefa7b2 Fix: expand/collapse on full button click 2025-10-28 09:49:59 +05:30
DESKTOP-RTLN3BA\$punk 81ddc81026 feat(removed): sub_section_writer
- Its bad and not needed.
2025-10-27 20:30:10 -07:00
Rohan Verma 5ac6ebf199 Merge pull request #441 from MODSetter/dev
chore: suggested changes
2025-10-27 08:41:31 -07:00
DESKTOP-RTLN3BA\$punk 45f306d890 chore: suggested changes 2025-10-27 08:37:08 -07:00
Rohan Verma 6b88c920c3 Merge pull request #436 from MODSetter/dev
chore: update pnpm-lock.yaml
2025-10-26 02:55:03 -07:00
DESKTOP-RTLN3BA\$punk aaf5271b52 chore: update pnpm-lock.yaml 2025-10-26 02:54:40 -07:00
Rohan Verma 965ef5429b Merge pull request #435 from msinha569/main
Header button illumination persists after hover leave #433
2025-10-26 02:46:43 -07:00
Rohan Verma 91c5292bb7 Merge pull request #434 from unitagain/feature/i18n-clean
feat(i18n): Add next-intl framework with full bilingual support (EN/ZH)
2025-10-26 02:45:33 -07:00
Differ f58c7e4602 feat(i18n): Add next-intl framework with full bilingual support (EN/ZH)
- Implement next-intl framework for scalable i18n
- Add complete Chinese (Simplified) localization
- Support 400+ translated strings across all pages
- Add language switcher with persistent preference
- Zero breaking changes to existing functionality

Framework additions:
- i18n routing and middleware
- LocaleContext for client-side state
- LanguageSwitcher component
- Translation files (en.json, zh.json)

Translated components:
- Homepage: Hero, features, CTA, navbar
- Auth: Login, register
- Dashboard: Main page, layout
- Connectors: Management, add page (all categories)
- Documents: Upload, manage, filters
- Settings: LLM configs, role assignments
- Onboarding: Add provider, assign roles
- Logs: Task logs viewer

Adding a new language now requires only:
1. Create messages/<locale>.json
2. Add locale to i18n/routing.ts
2025-10-26 17:18:57 +08:00
msinha569 8484fb2ad8 Header button illumination persists after hover leave #433 2025-10-26 14:15:02 +05:30
Rohan Verma 8aeaf419d0 Merge pull request #432 from MODSetter/dev
fix: docker
2025-10-23 21:05:10 -07:00
DESKTOP-RTLN3BA\$punk c0e47d63f8 fix: docker 2025-10-23 21:04:14 -07:00
Rohan Verma 1be9c34719 Merge pull request #431 from MODSetter/dev
feat: frontend docker to use nextjs production build
v1.0.45 v1.0.44
2025-10-23 20:42:44 -07:00
DESKTOP-RTLN3BA\$punk 99ab6af733 for package check 2025-10-23 20:39:42 -07:00
DESKTOP-RTLN3BA\$punk a95c97b770 Merge commit 'dc4fe71e772c0bf3fefc41c02d32d9d848e0cc9c' into dev 2025-10-23 20:37:46 -07:00