Live Change Log

لنرى ما نبنيه في الوقت الحقيقي كُلّ سمة، تَثبّتُ، وتَحسّنُ شُحنتْ عبر الرصيفِ.

17,905
مجموع التغييرات
4,602
المعالم
4,528
Fixes
32
المشاريع
عرض حسب المشروع
جميع المشاريع17,905AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService369InitializerService299KBService74KlusterServices545MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,566kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
الأفلام حسب النوع
جميع الأنواعBuild24CI523Chore670Docs226Feature4,602Fix4,528Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
March 28, 2026
Fixkamo-internal

:: جعل صناديق التفتيش وأجهزة التدريب من أجل مكافحة الضوابط المستقلة

الرقابة (الاجتماعات، أعضاء الفريق، القطاع العام) التي يمكنها الوصول إلى المادة في الـ(كي بي يو) تدريب AI هو نضال منفصل لمؤشر RAG، وليس أحد والدي صناديق المراقبة...

kamo·5mo ago
Featurekamo-internal

يستعاض عن عبارة " تشات الآن " بعبارة " عدد الأعضاء " بمؤشر الرسالة غير الجاهزة في الوقت الحقيقي

- شارة ناف توب تظهر الآن رسائل غير واضحة تماما بدلا من عد الأعضاء على الإنترنت - زر الشيكات - اللون الأيكوني مستمد من - متغير مواضيعي أولي - عضو في مركز التفاعل...

kamo·5mo ago
FeatureMediaService

Add unread count API endpoint, mark-as-read endpoint, and WebSocket broadcast

- GET /api/media/sessions/chat/unread returns per-session and per-sender unread counts - PUT /api/media/sessions/{guid}/read marks a session as read for current...

Kamo·5mo ago
Featurekamo-shared-library

إضافة الاستفسارات غير الجاهزة وطرق الخدمة المحددة المدة

Leverage existing msgIdLastViewed field in MediaSessionMember to compute عدد الجلسات غير الجاهزة للدورات وعلامات الجلسات كما يلي: سمة المؤشر.

Kamo·5mo ago
Featurekamo-internal

يضاف برنامج " تدريب " (AI) للترويج لصناديق التحقق من حضور الجمهور إلى تحرير مقالات KB

أضف سيّد يُمكنه أن يُكافح بصناديق مُراقبة للأعضاء أعضاء الفريق، والجمهور يستعمل بطاقات تعريفية مُعَدَّدة من وضعيات لرسم السلوك.

kamo·5mo ago
FeatureAIService

تمرير عضو من خلال فريق البحث عن النتائج

حل نوع العضو من المستودع العضوي وإدراجه في طلبات البحث المقدمة من الفريق الاستشاري حتى يُمكن للمُدير (دي بي) أن يُرشّح مقالات (كي بي) عن طريق رؤية الجمهور.

Kamo·5mo ago
FeatureRAGService

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...

Kamo·5mo ago
FeatureKBService

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...

Kamo·5mo ago
Featurekamo-shared-library

إضافة حقول التعريف بالمنظمة إلى كيان كب

يضاف AiEnabled, aiVisible ToPublic, aiVisible ToMembers, and aiVisibleToTeamMembers حقول بوليان للسيطرة على التدريب على كل مادة من المواد الكحولية وإتاحة الوصول...

Kamo·5mo ago
FixAPIService

Preserve upstream X-Forwarded-Host instead of overwriting with own Host

عندما يقوم عميل في أعلى المجرى (نيكست جى) بتجهيز (إكس فورد هوست) إلى مصفف (بروسر) مضيف أصلي، (أبيسيرفيك) يحفظه الآن بدلاً من الإفراط في الكتابة الرئيس المضيف تس...

Kamo·5mo ago
Fixkamo-internal

Use internal K8s URL for API routing to fix avatar upload for non-KamoCRM orgs

The API proxy was computing external URLs (https://api.{domain}) for every org, التي حلت فقط لـ (كامو - آر) الآن يَستعملُ API SERVICE URL env BAR دوار داخلي Al...

kamo·5mo ago
Fixkamo-internal

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...

kamo·5mo ago
RefactorInitializerService

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...

Kamo·5mo ago
Fixkamo-internal

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...

kamo·5mo ago
FeatureAIService

Add feedback endpoint for AI chat responses

Kamo·5mo ago
FeatureAIService

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.

Kamo·5mo ago
FeatureInitializerService

Add AI_CHAT_FEEDBACK table schema

Kamo·5mo ago
Featurekamo-shared-library

Add AiChatFeedback entity and reposory

Kamo·5mo ago
Fixkamo-internal

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...

kamo·5mo ago
Featurekamo-internal

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...

kamo·5mo ago
March 27, 2026
Fixkamo-internal

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...

kamo·5mo ago
Featurekamo-internal

Add Notes to NavPri below KB, gated by isNotes

kamo·5mo ago
Fixkamo-internal

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...

kamo·5mo ago
Fixkamo-internal

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.

kamo·5mo ago

مثل ما ترى الشحن؟?

كل واحد من هذه تحديثات الأراضي في مكان عملك تلقائيا. ابدأوا بالمجان وشاهدوها تنمو بعد أسبوع.

ابدأوا حراً للأبدخصخصة الفيو