Live Change Log

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

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

Add commerce markets & vendors system design

kamo·6mo ago
Fixkamo-internal

Remove duplicate session timeout fields from session types

Aligns with SecurityService change that removes createdAt/expiresIn from Redis session records and tokenExpiration from session info responses. - user-info/rou...

kamo·6mo ago
Otherkamo-internal

Increase member header contrast

kamo·6mo ago
Otherkamo-internal

Darken member header tabs for contrast

kamo·6mo ago
Fixkamo-internal

Make settings content panel scrollable

kamo·6mo ago
Fixkamo-internal

Balance footer help text spacing

kamo·6mo ago
Fixkamo-internal

Update internal layout and styles

- Make main wrapper background transparent so home page fixed background is not covered - Include latest adjustments to automation, security access, and account...

kamo·6mo ago
February 15, 2026
Fixkamo-internal

Handle optional effectiveDate and processedAt in DateTimeDisplay

Type error: string | undefined not assignable to string | number | Date. Add null checks before passing to DateTimeDisplay, show em-dash when absent.

kamo·6mo ago
Fixkamo-internal

Align Commerce submenu with actual Commerce page tabs

- Rename Domain Configuration to Engagement Types - Add Rental Assets, Vendors, Subscription Plans - Update tab param to engagement-types for consistency - Labe...

kamo·6mo ago
Otherkamo-internal

Keep background fixed; only content scrolls

kamo·7mo ago
Otherkamo-internal

Datagrid column sizing + DateTimeDisplay for all dates

- Datagrids: columns fill width with flex/minWidth/maxWidth; one flex column per grid - All pipeline grids use DateTimeDisplay for date columns (agDateColumnFil...

kamo·7mo ago
Fixkamo-internal

Advanced datagrids fill 100% of content area

- SettingsView: tab content wrapper overflow hidden, motion.div flex chain so tab content gets bounded height and grids can expand. - PipelineRentalAssetsTab:...

kamo·7mo ago
February 14, 2026
Fixkamo-internal

Use string IDs for pipeline detail APIs (JS safe integer)

- posApi: getOrder, getMortgageApplication, getEngagementById, getBooking accept number | string, URL uses String(id) - Detail pages: pass route id (string) to ...

kamo·7mo ago
Otherkamo-internal

Fix detail back links and document detail pages

- **************** row-click uses uid ?? id (or id ?? uid) for navigation - Detail and NotFound back links: retail, mortgage, rental, service, subscription, pro...

kamo·7mo ago
Featurekamo-internal

Reorganize by vertical with intent/commitment sub-tabs

- Main tabs: Dashboard | Engagements | Retail | Mortgage | Rental | Service | Subscription | Vendor (one per enabled vertical) - PipelineVerticalSection: sub-ta...

kamo·7mo ago
February 13, 2026
Fixkamo-internal

Restore form controls on settings member tabs - fix flex layout collapse

- TabPanel: keep overflow-y auto for scroll, use overflowX hidden - SettingsView: move scroll to parent Box, motion.div uses display block to size to content - ...

kamo·7mo ago
Fixkamo-internal

Restore vertical scrollbar and fix collapsed panes on settings pages

- TabPanel: change overflow from hidden to auto for tab content scrolling - SettingsView: enable overflow-y auto on tab content Box and motion.div - ProfileTab:...

kamo·7mo ago
Fixkamo-internal

Force light mode - prevent OS/browser dark mode from affecting site

- Add force-light-mode-styles.ts with override rules - Inject override in DynamicMetaLoader after external theme CSS loads - Add server-rendered fallback style ...

kamo·7mo ago
February 12, 2026
Fixkamo-internal

Null-safe API response handling + shared layout for sub pages

- posApi: add null checks for getOrder, getMortgageApplication, getEngagementById, getBooking, getProduct, getRentalAsset, getRentalRequest, getAgreement, g...

kamo·7mo ago
Featurekamo-internal

Implement SETTINGS_UI_ENHANCEMENT_PLAN remaining items

- Undo toast: add to SuspiciousManager (bulk dismiss), AccessBlockManager (delete entry), AutomationStreams (remove stream) - Search highlighting: add searchTer...

kamo·7mo ago
Featurekamo-internal

Implement all remaining SETTINGS_UI_ENHANCEMENT_PLAN items

- DomainManager: add SettingsSectionHeader - APIManager: full implementation (API keys, create/revoke, last used, undo toast) - AvatarManager: drag-and-drop zon...

kamo·7mo ago
Featurekamo-internal

Complete SETTINGS_UI_ENHANCEMENT_PLAN Phases 4-5

- LabelManager: CommerceSkeleton loading, SettingsSectionHeader - RelationshipManager: EmptyState, ConfirmationDialog for remove, caution delete styling - Autom...

kamo·7mo ago
Featurekamo-internal

Complete Phase 4 & 5 - Account, Security, SettingsFormControls

Account pages: - BillingManager: EmptyState, SettingsSectionHeader, SettingsTextField - StatsManager: SettingsSectionHeader - FeaturesManager: SettingsSectionHe...

kamo·7mo ago
Featurekamo-internal

Phase 4 & 5 - section headers, skeleton, empty state, member polish

Phase 4 - Essential pages: - Add SettingsSectionHeader to SettingsFormControls - JobTitleManager, DepartmentManager, SecurityRoleManager: use CommerceSkeleton ...

kamo·7mo ago
Featurekamo-internal

Implement SETTINGS_UI_ENHANCEMENT_PLAN and fix build

Settings UI: - Add settingsTheme tokens, FeatureCard, SettingsFormControls - SettingsStatusWindow: search, recently visited, feature-aware filtering - SettingsV...

kamo·7mo ago
Featurekamo-internal

Implement enterprise plan - pipeline tabs, settings, detail pages, order tracking

- Replace RENTAL/SERVICE/SUBSCRIPTION placeholders with real tabs: PipelineBookingsTab, PipelineWorkOrdersTab, PipelineAgreementsTab - Add PROCUREMENT tab with ...

kamo·7mo ago
Featurekamo-internal

Returns workflow, fulfillment status, accounts lookup

- posApi: createOrderReturn, updateReturnStatus, updateFulfillmentStatus, getAccounts - Order detail: Request Return dialog, returns list with Approve/Reject - ...

kamo·7mo ago
Featurekamo-internal

Add customer/purchaser selection to order create and edit

- Add purchaserUid to posApi createOrder and updateOrder - Order create form: optional Customer Account ID field - Order edit dialog: optional purchaser field -...

kamo·7mo ago
Featurekamo-internal

Phase 1–2 implementation, order/app UI, rental foundation

- Order detail: Payment history and Fulfillments sections when PAID - Application detail: Approve button (SUBMITTED→APPROVED), commitment display - posApi: Orde...

kamo·7mo ago
Fixkamo-internal

Pipeline datagrids collapsed, restructure to match leads layout

- SettingsView: tab content container now uses display:flex, overflow:hidden so flex chain passes height to grids (fixes collapsed grids in POS settings) - Pi...

kamo·7mo ago
Featurekamo-internal

Use AG Grid and flex-fill layout for pipeline and POS datagrids

- PipelineEngagementsTab, PipelineOrdersTab, PipelineApplicationsTab: flex-fill height for AgGrid - PipelineProductsTab: convert from MUI Table to AgGrid with p...

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