Live Change Loglog

Посмотрите, что мы строим в реальном времени. Все функции, исправления и улучшения отправляются через платформу.

17,931
Общие изменения
4,612
Особенности
4,543
Исправления
32
Проекты
Фильтр по проекту
Все проекты17,931AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,522TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
Фильтр по типу
Все типыBuild24CI523Chore670Docs226Feature4,612Fix4,543Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
March 17, 2026
Featurekamo-internal

Add Emojis, Character Map, and Text Converter tools to calculator menu

- Emojis: browse all emoji categories with search, select to view code points, copy as emoji/HTML/CSS - Character Map: browse Unicode blocks (Latin, Greek, Cyri...

kamo·5mo ago
Featurekamo-internal

Restyle graphing calculator to light theme and add mode-specific titles and icons

- GraphingMode now uses the same light calcColors scheme as other calculator modes - Graph line colors updated to work on light background - Calculator tool win...

kamo·5mo ago
Featurekamo-internal

Add dropdowns to navtop mail and calculator icons, show unread email badge

- Mail icon now shows red unread count badge and dropdown with "Create New Email" / "View My Emails" - Calculator icon now has dropdown with all 6 modes (adds p...

kamo·5mo ago
Featurekamo-marketing

Добавить Qdrant в Built with tech stack

Kamo·5mo ago
Featurekamo-internal

Add Knowledge Base frontend - pages, components, API routes, Plate editor

- 13 Next.js API proxy routes under /api/kb/ - KB home page with article tree, search, pinned articles - Article viewer, editor (Plate rich text), new article, ...

kamo·5mo ago
FeatureAPIService

Add gateway routes for KB and RAG services

- /api/kb/** routes to kamowskb-service - /api/rag/** routes to kamowsrag-service - Updated application.yml and k8s configmap with service URLs

Kamo·5mo ago
FeatureAIService

Add RAG context injection for Knowledge Base in AI chat

- New RagClient service for calling RAGService semantic search - ChatOrchestrationService injects KB context before AI responds - Configurable via AiOrgSettings...

Kamo·5mo ago
FeatureKlusterServices

Add Qdrant vector DB and MiniLM embedding model K8s manifests

- Qdrant v1.12.1 deployment + ClusterIP service (ports 6333/6334) - HuggingFace TEI with all-MiniLM-L6-v2 deployment + service (port 8080) - Updated deploy-serv...

Kamo·5mo ago
Featurekamo-shared-library

Добавить знания Базовые организации, перечни, хранилища и права

- 4 новых номера: KbArticleStatus, KbReviewStatus, KbMediaType, KbEmbeddingStatus - ServiceType.KNOWLEDGE BASE(18) и 6 KB RoleRightType (21-26) - 6 организаций ...

Kamo·5mo ago
Featurekamo-internal

Add chat sound effects to AI chat tool windows

kamo·5mo ago
Featurekamo-internal

Rich markdown rendering for AI chat responses

- Styled headings (h1-h4) with bottom borders and proper sizing - Bullet lists (ul) and numbered lists (ol) with proper indentation and spacing - Bold text with...

kamo·5mo ago
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

Добавить HUGGINGFACE в 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

Добавить ******************* в 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·5mo ago
March 16, 2026
Featurekamo-internal

Add AI Chat button to NavTop toolbar

kamo·5mo 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·5mo 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·5mo ago
Featurekamo-analytics

Display per-step filters in funnel overview

Rudy B.·5mo ago
Featurekamo-analytics

Add per-step filter UI to funnel creation form

Rudy B.·5mo ago

Как вы видите судоходство?

Каждое из этих обновлений автоматически попадает в ваше рабочее пространство. Начните бесплатно и смотрите, как он растет неделю за неделей.

Начните бесплатно навсегдаПосмотреть цены