Live Change Log

See what we're building, in real-time. Every feature, fix, and improvement shipped across the platform.

17,988
Total Changes
4,648
Features
4,558
Fixes
32
Projects
Filter by project
All Projects17,988AIService112APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService386InitializerService302KBService74KlusterServices547MCPGatewayService43MediaService462RAGService61SecurityService1,529TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,600kamo-login319kamo-marketing588kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,328kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI523Chore670Docs231Feature4,648Fix4,558Other6,781Performance136Refactor274Revert23Style48Test71Upgrade1
March 17, 2026
Featurekamo-internal

Reorder AI settings tabs, rename Sales Agent Setup to AI Sales Agent Setup

- Provider Setup is now the first tab, Usage & Overview is last - Renamed "Sales Agent Setup" to "AI Sales Agent Setup" - Updated settings slideout nav and sett...

kamo·5mo ago
FeatureAIService

Support enabling/disabling models via PUT /api/ai/providers/{id}

When the frontend sends a 'models' array of model IDs in the provider update request, models in the array are set active and models not in the array (belonging ...

Kamo·5mo ago
Featurekamo-internal

Wire up end-to-end chat messaging with loading states

- Add POST handler to messages API route - Fix message type mismatches between input, context, and messages component - Show user message immediately, display l...

kamo·5mo ago
FeatureAIService

Add POST **************** endpoint for sending chat messages

Receives user message, sends to AI provider via ChatOrchestrationService, returns complete response. Supports REST-based chat flow.

Kamo·5mo ago
Featurekamo-internal

Add Hugging Face to provider type dropdown

kamo·5mo ago
FeatureAIService

Add Hugging Face as dedicated provider type with custom adapter

- HuggingFaceAdapter handles HF's URL structure **************** - Model discovery via HF API (warm text-generation models) - Registered in ProviderAdapterFacto...

Kamo·5mo ago
Featurekamo-shared-library

Add HUGGINGFACE to AiProviderType enum

Kamo·5mo ago
Featurekamo-internal

Auto-grow input to 11 lines when maximized, Enter sends, Alt+Enter newline, fix sidebar detection

- Input grows up to 11 lines (220px) when window is maximized, 6 lines otherwise - Enter submits message, Alt+Enter inserts newline (was Shift+Enter) - Use Resi...

kamo·5mo ago
Featurekamo-internal

Add manual model creation UI and POST /api/ai/models route

- Add "Add model manually" form in Provider Setup edit view - Add POST handler to /api/ai/models API route - Users can specify model ID and display name for cus...

kamo·5mo ago
FeatureAIService

Add manual model creation, handle 410/404 in test, use discovered model for CUSTOM providers

- POST /api/ai/models endpoint for manually adding models - DELETE /api/ai/models/{id} endpoint - CUSTOM providers use first discovered model for chat test inst...

Kamo·5mo ago
FeatureAIService

Implement model auto-discovery on provider test connection

Each provider adapter discovers available models from the provider API. Models are automatically saved to the database when Test Connection succeeds.

Kamo·5mo ago
Featurekamo-shared-library

Add **************** to AiModelRepository

Kamo·5mo ago
Featurekamo-internal

Add detailed help tips, update provider types, improve model display

- Replace placeholder help tips with user-friendly explanations for all AI settings tabs (Usage, Providers, MCP, Security, Sales Agents) - Update PROVIDER_TYP...

kamo·5mo ago
Featurekamo-internal

Show configured providers in AI chat model selector dropdown

Fetches both models and providers. Shows providers as selectable options alongside any configured models, so users can pick a provider even when specific models...

kamo·5mo ago
Featurekamo-internal

Switch AI chat tool from dark theme to light theme matching other tools

Uses light backgrounds, var(--color-primary) accents, and org theme colors consistent with Calculator, Softphone, and other tool windows.

kamo·6mo ago
March 16, 2026
Featurekamo-internal

Add AI Chat button to NavTop toolbar

kamo·6mo ago
Featurekamo-internal

Add Sales Agent Setup tab, update settings nav slideout, fix subtitle

- Add Sales Agent Setup tab to AI settings (placeholder) - Add Artificial Intelligence section to settings slideout panel - Fix My Account nav links (Relationsh...

kamo·6mo ago
Featurekamo-internal

Add Next.js API routes for AI service proxy

kamo·6mo ago
FeatureAIService

Scaffold AIService project with providers, services, websocket, and controllers

AI chat orchestration service on port 4205 with: - WebSocket streaming with session auth via ***/Redis - Chat orchestration with auto-routing, usage tracking, a...

Kamo·6mo ago
Featurekamo-shared-library

Add AI repository interfaces

Kamo·6mo ago
Featurekamo-shared-library

Add all AI JPA entities (13 entities)

Kamo·6mo ago
Featurekamo-shared-library

Add AI-related enums and AI_CHAT service type

Kamo·6mo ago
Featurekamo-analytics

Display per-step filters in funnel overview

Rudy B.·6mo ago
Featurekamo-analytics

Add per-step filter UI to funnel creation form

Rudy B.·6mo ago
Featurekamo-internal

Add tooltips to WYSIWYG toolbar buttons in New Email tool

Applies title attributes to all Quill toolbar buttons and pickers after mount: Bold, Italic, Underline, Strikethrough, Text Color, Background Color, Heading, Al...

kamo·6mo ago
Featurekamo-internal

Add spamApi for Report Spam / Not Spam

kamo·6mo ago
FeatureEmailService

Add PUT **************** endpoint

Kamo·6mo ago
FeatureEmailService

Add RspamdService for spam training via HTTP API

Kamo·6mo ago
FeatureEmailService

Add Rspamd configuration to EmailService

Kamo·6mo ago
FeatureKlusterServices

Add Rspamd milter integration to Postfix

Kamo·6mo ago
FeatureKlusterServices

Add Rspamd spam filter Kubernetes manifests

Kamo·6mo ago
Featurekamo-internal

Dynamically update tool window title from email subject

Add tool:title event to the tool window system. The New Email tool dispatches it as the subject field changes, showing the subject as the window title (abbrevia...

kamo·6mo ago
Featurekamo-internal

Add New Email tool icon to NavTop bar

Adds a mail icon button to the left of the Softphone button that opens the New Email tool window.

kamo·6mo ago
FeatureEmailService

Add GET endpoint for message labels

GET **************** returns label IDs applied to a specific message.

Kamo·6mo ago
FeatureDocsService

Pass org theme URL to Docs for per-org logo and favicon

Construct theme path from X-Forwarded-Host (e.g., internal.kamocrm.com -> **************** and append as &theme= query param in the Docs URL. Docs reads this to...

Kamo·6mo ago
Featurekamo-internal

Add sync conversations button for backfilling from IMAP

Shows a "Sync Conversations" button when no conversations are found, triggering bulk indexing of existing IMAP messages into conversation view.

kamo·6mo ago

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing