Live Change Log

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

17,933
Total Changes
4,614
Features
4,543
Fixes
32
Projects
Filter by project
All Projects17,933AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,523TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing585kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI523Chore670Docs226Feature4,614Fix4,543Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
March 11, 2026
Featurekamo-internal

Add CurrencyConverterMode calculator component

kamo·6mo ago
Featurekamo-internal

Add UnitConverterMode calculator component

kamo·6mo ago
Featurekamo-internal

Add ProgrammerMode calculator component

kamo·6mo ago
Featurekamo-internal

Add SimpleMode calculator component

kamo·6mo ago
Featurekamo-internal

Add premium calculator styling constants

kamo·6mo ago
Featurekamo-internal

Add softphone and calculator buttons to NavTop

kamo·6mo ago
Featurekamo-internal

Register chat as a tool

Register the chat tool definition with id 'chat', using ChatTool as the component, ChatBubbleIcon, indigo gradient hex head style, 320x360 default size, and unl...

kamo·6mo ago
Featurekamo-internal

Add ChatTool adapter with embedded mode for ChatBox

- Create ChatTool adapter that wraps ChatBox for the tool system - ChatTool handles avatar fetching and session creation (previously done by ChatDock) - Add emb...

kamo·6mo ago
Featurekamo-internal

Update HexHeadGroup to handle tool icon variant

kamo·6mo ago
Featurekamo-internal

Add icon variant to HexHead for tool windows

kamo·6mo ago
Featurekamo-internal

Add ToolDock generic window manager

kamo·6mo ago
Featurekamo-internal

Add tool registrations entry point

kamo·6mo ago
Featurekamo-internal

Add ToolRegistry context provider

kamo·6mo ago
Featurekamo-internal

Add ToolDefinition types for tool window system

kamo·6mo ago
Docskamo-internal

Fix plan review issues - chat dedup, message-received handler

Add userId deduplication in openTool to prevent duplicate chat windows. Add chat:message-received listener in ChatNotificationListener for minimized chat auto-r...

kamo·6mo ago
Docskamo-internal

Add implementation plan for tool window system

Addresses review findings: hexchat:open migration, call-initiation listener, SVG gradient foreignObject approach, variable-width dock positioning, embedded Chat...

kamo·6mo ago
Docskamo-internal

Fix contradictory migration language in spec table

Remove "(or kept as thin wrapper)" hedge from the existing files table to align with the committed full-replacement migration strategy.

kamo·6mo ago
Docskamo-internal

Address spec review findings for tool window system

Add ToolComponentProps interface, event detail types, chat migration strategy, HexHead click behavior, softphone width sourcing, calculator keyboard focus manag...

kamo·6mo ago
Docskamo-internal

Add tool window system design spec

Spec for refactoring chat windows into a generic plugin-based tool window system with ToolRegistry, calculator tool, and softphone extraction.

kamo·6mo ago
CIkamo-internal

Trigger pipeline

kamo·6mo ago
Featurekamo-internal

Distinguish typing vs editing in chat indicators and HexHead spin

- Extend WebSocket typing protocol to include isEditing flag - HexHead spins clockwise when other user is typing, counter-clockwise when editing - Chat indicato...

kamo·6mo ago
Fixkamo-internal

Chat UI polish - primary color theming, emoji inside input, round send btn, hex status colors

- Department tabs and chatbox header use --color-primary instead of hardcoded green - Emoji picker button moved inside chat input field aligned right - Send but...

kamo·6mo ago
Fixkamo-internal

Chat system improvements - editing spin, hex mask rotation, colors, maximize-minimize

- Detect editing (backspace/delete) vs typing in input to trigger backwards HexHead spin - Rotate hex clip mask along with border during typing/editing (avatar ...

kamo·6mo ago
Featurekamo-internal

Enhance chat system with persistent minimized chats, emoji picker, and UI improvements

- Keep ChatBox mounted when minimized to hexhead so messages don't reload on restore - Connect typing/editing indicators to HexHead spinning animations with 2s ...

kamo·6mo ago
Fixkamo-internal

Don't invalidate *** session when it matches the new OTK session

The validate route was deleting the existing *** session from Redis before looking up the OTK. When the OTK pointed to the same session, the lookup would fail w...

kamo·6mo ago
Fixkamo-internal

Pass *** ID as query param for cross-subdomain WebSocket auth

Instead of relying on cross-domain cookies (which don't work across subdomains), read the *** cookie client-side and pass it as a query parameter when connectin...

kamo·6mo ago
Otherkamo-internal

Revert "fix: set *** cookie domain to .kamocrm.com for cross-subdomain sharing"

This reverts commit ****************

kamo·6mo ago
Fixkamo-internal

Set *** cookie domain to .kamocrm.com for cross-subdomain sharing

The *** cookie was set without an explicit domain, defaulting to internal.kamocrm.com. This prevented the cookie from being sent to media.kamocrm.com during Web...

kamo·6mo ago
Fixkamo-internal

Resolve chat messaging, presence tracking, and auto-open issues

- Fix messages not being received by retrying NATS subscription with unique consumer name when "Consumer already bound" error occurs - Fix offline status by s...

kamo·6mo ago
Fixkamo-internal

Resolve MUI icons type error and share single STOMP WebSocket connection

- Add tsconfig paths override for @mui/icons-material to bypass broken ESM exports in v7.3.1 that point to non-existent ./esm/index.d.ts - Create ChatWebSocke...

kamo·6mo ago
Featurekamo-internal

Add chat sound effects with Web Audio API

Create useChatSounds hook with lazy AudioContext initialization for browser autoplay compliance. Wire outgoing and typing sounds into ChatBox. Download royalty-...

kamo·6mo ago
Otherkamo-internal

Add scale pop animation to chat message bubbles

New messages animate in with a spring-based scale pop effect while history messages loaded on chat open render instantly. System messages remain unchanged. Resp...

kamo·6mo ago
Fixkamo-internal

Use ref for memberPanelOpen in openChat to prevent stale closure

When a user opens the member panel, clicks a member to chat, then closes the panel before the async session API call returns, the chat window was positioned wit...

kamo·6mo ago
March 10, 2026
Fixkamo-internal

Route MediaService traffic through Traefik on port 443

- Add MEDIASERVICE_URL env var for cluster-internal service access - Fix getMediaServiceBaseUrl in 9 API routes to use env var first - WebSocket hook connects t...

kamo·6mo ago
Fixkamo-internal

Reorder stat cards to match tab order

Communications → Docs → Open Tasks → History

kamo·6mo ago
Fixkamo-internal

Remove layout.tsx, fix docCount/historyCount type errors

- Delete layout.tsx that was incorrectly added (would affect entire site) - Revert page.tsx wrapper div (not needed) - Move gradient background back into LeadVi...

kamo·6mo ago
Otherkamo-internal

Refactor leads view: fix overflow, replace score with comms card, add layout

- Add layout.tsx with flex constraint chain matching pipeline pattern - Fix overflow bug: use **************** hierarchy instead of 100vh which didn't account...

kamo·6mo ago
Stylekamo-internal

Apply linter formatting fixes

kamo·6mo ago
Otherkamo-internal

Redesign leads view page: consolidate layout, remove sidebar and overview tab

- Remove right summary rail column from all screen sizes - Remove Overview tab, merge its content (insights, score, contact) into Details - Consolidate all fiel...

kamo·6mo ago
Featurekamo-internal

Add Session Timeout field to JobTitleManager UI

kamo·6mo ago
Featurekamo-internal

Add Session Timeout field to DepartmentManager UI

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