Changelog

Latest updates and improvements to CCD Suite

RSS Feed
ImprovementApril 11, 2026

New Marketing Site: AI-Native Business OS

A brand new face for CCD Suite

Our marketing site has been completely redesigned to showcase the AI-native architecture at the heart of CCD Suite.

New Sections

  • AI Agents showcase — Interactive flow diagram showing how the orchestrator delegates to 8 specialist team leads
  • Knowledge Graph visualization — Dark-themed section with an animated graph showing real-time relationship mapping
  • Integration ecosystem — Cards for HubSpot, Google Workspace, QuickBooks, and Stripe with connection status
  • Updated module cards — Each module now highlights its AI team lead capabilities

Updated Messaging

  • New tagline: "Your Business. Your AI Team. One Platform."
  • Headline: "Meet the AI Team That Runs Your Business"
  • Pricing tiers updated with AI agent quotas and integration access
SecurityApril 11, 2026

Agent Security Hardening

Enterprise-grade security for AI agents

We have added a comprehensive security layer to ensure AI agents operate safely within their designated boundaries.

Permission System

  • Per-agent access control — each agent can only access tables relevant to its domain
  • Blocked table list prevents agents from ever touching sensitive data (user accounts, billing, API keys, roles)
  • All agent actions are logged with full audit trails

Input & Output Safety

  • Prompt injection detection — 6 pattern-based checks plus base64-encoded payload scanning
  • PII scanning — Agent outputs are scanned for credit card numbers, SSNs, API keys, and private keys
  • SQL injection heuristics — Tool inputs are validated for suspicious SQL fragments
  • Conversation length limits — Prevents token abuse with per-message and total conversation caps
  • XML-tagged prompt boundaries — Clear separation between trusted instructions and user-provided data

Rate Limiting

  • Per-user request rate limiting on all agent endpoints
  • Daily per-tenant interaction cap (500/day) with automatic reset
  • User-friendly error messages for all rate limit and API errors
ImprovementApril 10, 2026

Agent Feedback & Training System

Help your AI agents learn

You can now provide feedback on every agent response to help improve accuracy over time.

How It Works

  • Thumbs up / thumbs down buttons appear after each agent response
  • Optional comment field for specific feedback
  • Feedback is tied to the agent, conversation, and module context

Admin Insights

  • Feedback statistics per agent — see which agents perform well and which need improvement
  • Breakdown by module context to identify domain-specific gaps
ImprovementApril 9, 2026

Smart Model Routing & Performance Optimizations

Faster responses, lower costs

We have introduced intelligent model routing that automatically selects the best AI model for each request.

Model Routing

  • Simple lookups (e.g., "list my contacts") are routed to a faster, lighter model for instant responses
  • Complex multi-step operations use our most capable model for accuracy
  • Automatic classification based on request complexity, agent type, and context

Performance

  • Prompt caching — Frequently used system prompts are cached with a 5-minute TTL, reducing latency on repeated interactions
  • Conversation truncation — Long conversations are intelligently trimmed to stay within token limits while preserving context
  • Cost tracking — Per-request cost estimation for monitoring and optimization
SecurityApril 9, 2026

Security, stability, and inbox UX improvements

Minor Changes

  • acd9a43 Thanks @Sam-Crane! - Security, stability, and inbox UX improvements

    Security

    • Block super admin users (user_type = 'admin') from accessing the module platform. Admins are now redirected to /admin from dashboard/settings/module routes (impersonation sessions excepted). Enforcement added in middleware, login form, OAuth callback, and dashboard layout.
    • Fix 38 Dependabot vulnerabilities (19 high, 17 moderate, 2 low) by upgrading direct dependencies (next 14→15, @sentry/nextjs, fastify, resend, @serwist/next) and adding pnpm overrides for transitive deps (minimatch, brace-expansion, picomatch, serialize-javascript, flatted, yaml, rollup, undici, markdown-it).
    • Update Rust rustls-webpki to 0.103.10.

    Stability

    • Add database connection retry logic with exponential backoff (10 attempts, 2s→32s) to realtime-gateway and analytics-engine Rust services, preventing crash loops on transient Supabase Supavisor failures.
    • Fix CI build OOM on Next.js 15 compilation by increasing Node heap size (NODE_OPTIONS=--max-old-space-size=4096).

    Next.js 15 upgrade

    • Migrate async params in 7 page components (React.use(params)) and 1 API route (await params).
    • Replace <a> with <Link> for internal navigation in 4 files to satisfy stricter eslint-config-next@15 rules.

    Inbox UI/UX redesign

    • Decompose the 627-line monolithic inbox page into 8 modular components under apps/web/src/components/inbox/.
    • New split-pane layout: sidebar with search, filter tabs, and item list; detail panel with full item content and actions.
    • Mobile responsive with list/detail toggle.
    • Priority bars, hover quick-actions (approve/dismiss), framer-motion animations for list items and detail transitions.
    • Debounced search across title/description.
    • Improved empty states for global, filtered, and search-empty scenarios.
    • Existing useInbox hook and /api/inbox route unchanged.

Patch Changes

  • Updated dependencies [acd9a43]:
    • @ccd/ui@0.3.0
    • @ccd/shared@0.3.0
ImprovementApril 8, 2026

Redesigned Agent Chat Experience

A completely rebuilt AI agent interface

The agent chat panel has been rebuilt from the ground up for a smoother, more powerful conversation experience.

New Features

  • Slide-out panel — Full-height sheet that slides from the right, replacing the old dialog
  • Conversation history — Persistent conversations that survive page reloads, with a collapsible sidebar to switch between past chats
  • Rich markdown rendering — Agent responses now render with full markdown support including code blocks, lists, and tables
  • Typing indicator — Animated indicator while the agent is thinking
  • Tool status badges — See what the agent is doing in real time ("Querying CRM...", "Creating contact...")
  • Delegation badges — Visual indicators when the orchestrator hands off to a team lead agent
  • Suggested prompts — Module-specific example queries on empty state to help you get started
FeatureApril 5, 2026

Third-Party Integrations: HubSpot, Google Workspace, QuickBooks & Stripe

Connect your existing tools

CCD Suite now integrates with the tools you already use, with secure OAuth 2.0 connections and bidirectional data sync.

New Integrations

  • HubSpot — Sync companies, contacts, and deals with your HubSpot CRM
  • Google Workspace — Import contacts from Google People API and calendar events from Google Calendar
  • QuickBooks — Sync customers, invoices with line items, and expenses
  • Stripe — Import customers, subscriptions, invoices, and payment data

Sync Features

  • One-click sync with detailed progress tracking
  • Sync history with record-level success/failure reporting
  • Automatic deduplication using provider-specific IDs
  • Encrypted OAuth tokens with AES-256-GCM
FeatureMarch 25, 2026

Visual Workflow Builder

Automate anything with drag-and-drop workflows

Build custom automation workflows without writing code using our new visual workflow builder.

Workflow Components

  • Triggers — Start workflows on record creation, field changes, schedules, or webhooks
  • Conditions — Branch logic based on field values, dates, or custom expressions
  • Actions — Create records, send emails, update fields, trigger notifications, or call external APIs

Builder Features

  • Drag-and-drop node-based canvas
  • Real-time validation and error highlighting
  • Execution history with detailed step-by-step logs
  • Template library for common automation patterns
FeatureMarch 15, 2026

AI-Powered Intelligence Layer

Meet your AI team

CCD Suite now includes a full AI integration layer powered by Anthropic Claude, bringing intelligent automation to every module.

Agentic Architecture

  • Orchestrator Agent — Central coordinator that understands your request and delegates to the right specialist
  • 8 Team Lead Agents — Dedicated AI agents for CRM, Projects, Finance, HR, Content, Social Media, SEO, and Analytics
  • Each agent has domain-specific tools, knowledge, and permissions

Knowledge Graph

  • Automatic relationship mapping across all your business data
  • Semantic search powered by vector embeddings
  • Graph traversal for discovering hidden connections between contacts, deals, projects, and more

AI Chat Interface

  • Natural language queries: "Show me all deals closing this month over $50k"
  • Multi-step actions: "Create a project for Acme Corp with 5 tasks and assign to the marketing team"
  • Context-aware responses that understand which module you are working in
FeatureFebruary 15, 2026

Extended Modules: Finance, HR, SEO & Social Media

Six new modules join the platform

Finance

  • Invoice creation and management with line items and tax calculations
  • Expense tracking with receipt uploads and category filtering
  • Payment recording linked to invoices

Human Resources

  • Employee directory with department management
  • Leave request and approval workflows
  • Attendance tracking and payroll run management

SEO & Social Media

  • SEO keyword tracking, site audits, and backlink monitoring
  • Social media account management and post scheduling
  • Campaign management with cross-platform analytics

Client Portal

  • Self-service portal for external clients
  • Secure document sharing and project visibility
FeatureFebruary 1, 2026

Platform Foundation & Core Modules

CCD Suite is live

We are launching CCD Suite — an AI-native business operating system that brings every department under one roof.

Core Modules

  • CRM — Companies, contacts, deals, and pipeline management with drag-and-drop Kanban boards
  • Projects — Task management with milestones, time tracking, and team collaboration
  • Content — Editorial calendar, content creation workflow, and category management

Platform Infrastructure

  • Multi-tenant architecture with row-level security across all data
  • Role-based access control (Admin, Manager, Member, Viewer)
  • Real-time dashboard with module-specific widgets
  • Dark mode support throughout the entire application