Skip to main content Skip to page footer

Installation

ChEddi is installed like any other TYPO3 extension. All required dependencies, in particular the AI Suite and the MCP server, are installed automatically and do not have to be added separately.

1. Install extension via Composer

composer require autodudes/cheddi

Requirements

DependencyVersionWhat for
TYPO3 CMS12.4.11 to 14.3.xBackend extension, supports v12, v13 and v14 in parallel
PHP8.1 or newer
autodudes/ai-suite12.23.0 to 14.xInfrastructure, permission model, shared services
autodudes/ai-suite-mcp0.8.0 to 1.0.0Tool registry and permission checks for the tools
typo3/cms-workspaces12.4.11 to 14.3.xRequired. The default write mode routes confirmed changes through a draft
typo3/cms-scheduler12.4.11 to 14.3.xRequired. For cleaning up old conversations automatically
PDF, Word and spreadsheet librariesText extraction from attached documents

Steps in the backend

  1. Activate the extension. It ships its own database tables, so run the database compare afterwards.
  2. Grant the permission. The backend groups concerned need the right “Enable Chat Interface”. Without it the chat is not injected at all, see Permissions.
  3. Check the model permissions. Every group additionally needs the right for at least one chat-capable model. Without it the model selection stays empty and the input area shows a hint.

Clear all caches afterwards.