आरएजी के माध्यम से पास के सदस्य प्रकार दर्शकों के लिए खोज-scoped KB परिणाम
सदस्य रिपॉज़िटरी से सदस्य प्रकार को हल करें और इसे आरएजी खोज अनुरोधों में शामिल करें इसलिए वेक्टर डीबी दर्शकों की दृश्यता द्वारा केबी लेखों को फ़िल्टर कर सकता ह...
Add audience-scoped AI visibility filtering to RAG pipeline
Store **************** in Qdrant payload, filter search results by memberType, skip indexing when aiEnabled is false, and add visibility index creation for exis...
Support AI visibility toggles in KB article create/update
Accept aiEnabled and visibility flags in create/update endpoints. Handle AI toggle changes by publishing delete events when AI is disabled, triggering re-indexi...
एआई दृश्यता क्षेत्र को KbArticle इकाई में जोड़ें
AiEnabled, aiVisibleTopublic, aiVisibleToMembers, and aiVisibleToTeamMembers. प्रति-आर्टिकल एआई प्रशिक्षण और दर्शकों को प्रशिक्षित आरएजी एक्सेस को नियंत्रित करन...
अपने होस्ट के साथ ओवरराइटिंग के बजाय X-Forwarded-Host को संरक्षित रखें
जब एक अपस्ट्रीम प्रॉक्सी (ext.js) X-Forwarded-Host को ब्राउज़र में सेट करता है मूल होस्ट, एपीआई सर्विस अब इसे अपने साथ ओवरराइट करने के बजाय संरक्षित रखता है स्व...
एपीआई रूटिंग के लिए आंतरिक K8s URL का उपयोग गैर-KamoCRM orgs के लिए अवतार अपलोड को ठीक करने के लिए करें
एपीआई प्रॉक्सी प्रत्येक ऑर्ग के लिए बाहरी यूआरएल (https://api.{domain}) की गणना कर रहा था, जो केवल KamoCRM के लिए हल है। अब प्रत्यक्ष के लिए API SERVICE URL env...
Re-fetch notes after create/update to show decrypted content in preview
The backend returns encrypted content/contentPlain in POST/PUT responses, causing NoteCard previews to display ciphertext until page refresh. Now re-fetches via...
Strip SchemaCleanupRunner to only post-Hibernate fixups
Hibernate ddl-auto: update handles all table/column creation from JPA entities. Removed all redundant CREATE TABLE/ADD COLUMN statements that duplicated what Hi...
Disable all auto-link behaviors in KB editor to prevent paste-as-hyperlink bug
The linkExtension singleton from @lexkit/editor retains internal paste handler state across component remounts. Disabling autoLinkUrls, autoLinkText, and linkSe...
संरचित उद्धरण पोस्ट-प्रोसेसिंग सुनिश्चित करता है कि आरएजी स्रोतों को हमेशा उद्धृत किया जाता है
Goal/Funnel मोबाइल अनुकूल परिवर्तन। पोलिश इवेंट-डाटा फिल्टर यूआई / यूएक्स
Wire ConversationContextService for sliding window context management
Trims conversation history to fit model's context window before sending to LLM. Keeps recent messages verbatim, summarizes older ones.
Full chunk text storage, configurable vector size, and permission-aware retrieval in Qdrant
Prevent KB editor link extension state leaking between article creates
Move Lexical extensions from module-level singletons into a factory function called via useMemo per component mount, so each new article gets fresh extension in...
Add infinite scroll pagination to classic email view
Classic mode only loaded the first 50 messages with no way to see older ones. Wire up the existing VirtualMessageList onLoadMore/hasMore/loadingMore props so pa...
डोमेन-agnostic छवि अनुकूलन के लिए वाइल्डकार्ड होस्टनाम पैटर्न का उपयोग करें
Accept large CockroachDB IDs in org Zod schema
The org ID from unique_rowid() exceeds JS MAX_SAFE_INTEGER, causing z.coerce.number().int() to fail with "too_big". Now accepts number, bigint, or string to han...
Accept UUID strings for feature IDs in org Zod schema
The OrgFeature schema required id to be a coercible integer, but the backend returns UUIDs. This caused a ZodError on every layout fetch, falling back to the ha...
Always refresh org context after any app toggle, not just completed-stage
POS and other non-completed apps also affect the UI (e.g. Pipeline in NavPri). The stage check was preventing the refresh for these apps.
Update all fallback feature lists and gate Pipeline/Chat/LeadStatus
Root cause: layout.tsx and org API route had hardcoded fallback feature lists with only 6 old apps (missing VOIP, AI_SUPPORT, SUPPORT, KB, NOTES, DOCS). When th...
डुप्लिकेट सुविधाओं को रोकने के लिए (org id, feature type) पर अद्वितीय बाधा जोड़ें
Auto-provision completed-stage app features in org domain endpoint
Moves auto-provisioning from the FeatureController (only hit from the apps settings page) to the SecurityController org domain endpoint (hit on every page load ...
Auto-provision missing completed-stage app features for existing orgs
When listing features, the controller now checks for missing OrgFeature rows for COMPLETED-stage apps and creates them. This ensures orgs created before new app...
Auto-enable all completed-stage apps for new orgs instead of hardcoded list
Replaces hardcoded feature list (which had duplicates and deprecated types) with a loop over all COMPLETED-stage, non-core, non-deprecated ServiceTypes. New app...
Catch all exceptions in FeatureController enable/disable endpoints
Prevents uncaught RuntimeExceptions from becoming opaque 500 errors. Now returns structured error messages for any failure.
जब पंक्ति गायब हो जाती है तो डिसेबलफीचर ने फेंकने की बजाय शून्य रिटर्न दिया
जैसा कि आप शिपिंग देखते हैं?
इन अद्यतनों में से प्रत्येक स्वचालित रूप से अपने कार्यक्षेत्र में उतरता है। प्रारंभ करें और सप्ताह के बाद इसे सप्ताह के अंत में देखें।.