Live Change Log

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

17,987
Total Changes
4,647
Features
4,558
Fixes
32
Projects
Filter by project
All Projects17,987AIService112APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService386InitializerService302KBService74KlusterServices547MCPGatewayService43MediaService462RAGService61SecurityService1,528TranslateService45VOIPService173VectorService8kamo-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,647Fix4,558Other6,781Performance136Refactor274Revert23Style48Test71Upgrade1
March 10, 2026
Featurekamo-shared-library

Add market_id FK to POS entities and market-filtered repository queries

Add market association (ManyToOne FK to CommerceMarket) to Offering, InventoryItem, RentalAsset, Vendor, and SubscriptionPlan entities. Add findByMarketId queri...

Kamo·6mo ago
FeatureInitializerService

Add mock commerce market data seeding with vendors

Adds loadMockCommerceMarketData() to DataLoader that creates 7 markets across all 6 commerce types with realistic vendor data under auto-seeded built-in categor...

Kamo·6mo ago
Featurekamo-internal

Complete mortgage pipeline tabs with enterprise features

- Enhanced PipelineApplicationsTab with borrower/property/loan detail dialogs, 10-step status workflow with color-coded chips, vendor assignment via marketId,...

kamo·6mo ago
March 9, 2026
Featurekamo-shared-library

Add CommerceMarketVendor entity

Kamo·6mo ago
Featurekamo-shared-library

Add CommerceVendorCategory entity

Kamo·6mo ago
Featurekamo-shared-library

Add CommerceMarket entity

Kamo·6mo ago
Featurekamo-shared-library

Add built-in vendor categories seed data per commerce type

Kamo·6mo ago
Featurekamo-shared-library

Add CommerceType enum for commerce markets system

Kamo·6mo ago
February 27, 2026
Featurekamo-analytics

Add cache control headers to GET response

Yash·6mo ago
February 19, 2026
February 14, 2026
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 12, 2026
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
FeatureInitializerService

Add mock data for rental assets, vendors, subscription plans, purchase requests

- loadMockRentalData: 4 rental assets (RVs, equipment) - loadMockVendorData: 4 vendors - loadMockSubscriptionData: 3 plans (Basic, Pro, Enterprise) - loadMockPr...

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
FeatureSecurityService

Returns, fulfillment PATCH, accounts endpoints

- POST /pos/orders/{id}/returns - create order return - PATCH /pos/returns/{id}/status - update return status (APPROVED/REJECTED) - PATCH /pos/fulfillments/{id}...

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
FeatureSecurityService

Rental assets CRUD endpoints

- GET/POST/PATCH/DELETE /api/security/pos/rental-assets

Kamo·7mo ago
Featurekamo-shared-library

Phase 1-3 foundation - RETAIL, MORTGAGE, RENTAL assets

Phase 1 RETAIL: - CommitmentContextType.SALE, processOrderPaid: Commitment, Transaction, InventoryAllocation, FulfillmentOrder - checkInventoryForOrder on creat...

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
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
Featurekamo-internal

Date range filter, placeholder pages, dashboard/engagement UX

- Engagements tab: dateFrom/dateTo filter, engagement count, context-aware empty states - Placeholder pages: service, bookings, agreements, procurement (coming ...

kamo·7mo ago
Featurekamo-shared-library

Add ordering (createdAt DESC) and date range filter

- EngagementRepository: OrderByDateCreatedDesc on all find methods - CommerceService: dateFrom/dateTo params, in-memory date filter - Engagements API now suppor...

Kamo·7mo ago
Featurekamo-internal

Use getDisplayName for domain, support WORK_ORDER/VENDOR_ORDER link labels

- Engagement detail: show friendly domain label (Retail vs RETAIL) - Engagements tab: domain column uses getDisplayName - Add link labels for WORK_ORDER, VENDOR...

kamo·7mo ago
Featurekamo-shared-library

Add EngagementDomainTypeConverter for VENDOR→SERVICE, no manual SQL

- JPA AttributeConverter maps legacy VENDOR to SERVICE when reading from DB - Applied to Engagement.domain and OrgPOSConfig.enabledDomains - Removes need for ma...

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