Skip to main content

CrewX 0.8.0 Release - Channel Adapters & Workspaces

ยท 2 min read
Doha Park
Founder @ SowonLabs

CrewX 0.8.0 is here! This release brings channel adapters for deploying AI agents to Slack, Google Chat, and Teams, along with workspace management for organizing multi-project environments.

๐ŸŽฏ Key Featuresโ€‹

Channel Adaptersโ€‹

Deploy your AI agents to messaging platforms with just a few lines of configuration. CrewX 0.8.0 ships with adapters for Slack, Google Chat, and Microsoft Teams.

# Start CrewX with Slack bot mode
crewx slack --agent @my-agent

Each adapter handles platform-specific details (authentication, event routing, message formatting) so your agent configuration stays the same across platforms.

Workspace Managementโ€‹

Organize your AI agent projects with workspaces. Each workspace has its own agents, threads, and usage tracking.

  • Create and switch between workspaces from the UI
  • Per-workspace usage limits and billing
  • Workspace initialization dialog for quick setup

Conversation Threadsโ€‹

Threads now support platform namespaces โ€” conversations from CLI, Web, Slack, and API are tracked separately with proper context. Thread chat mode (query vs execute) is persisted across sessions.

UI Improvementsโ€‹

  • Activity Log โ€” Expandable 3-line preview with full-screen detail modal
  • Chat Input Bar โ€” Inline query/execute mode dropdown
  • Directory Picker โ€” Browse and select directories from the UI
  • Docs Editor โ€” Edit markdown documents directly in the browser

๐Ÿš€ Upgradeโ€‹

npm install -g crewx@0.8.0

Note: v0.8.1 was released the same day with Windows compatibility fixes. If you're on Windows, install crewx@0.8.1 instead.