AI & Chat
Conduit includes an AI chat panel with full access to 42 MCP tools. The chat panel can interact with your connections in real-time — executing terminal commands, taking RDP screenshots, reading web content, and more.
Three Engines
Conduit supports three swappable AI engines through a single chat UI:
- Built-in — API-based chat with streaming responses. Best for quick questions and simple automation.
- Claude Code — Claude Agent SDK integration with rich structured output. Ideal for complex multi-step tasks.
- Codex — OpenAI Codex via JSON-RPC. Alternative agent engine with tool access.
Chat Features
Conversation management (create, list, delete). Message history with streaming. Edit previous messages (truncate and re-send). Retry/regenerate from any point. Markdown rendering. Structured tool call display with live status.
Slash Commands
SDK engines (Claude Code and Codex) support slash commands for quick actions:
/model— switch models/clear— reset context/cost— view token usage/help— list available commands
Type / in the chat input for autocomplete suggestions.
Context Auto-Compaction
On Pro and Team tiers, Conduit automatically manages the context window. Compaction triggers at 80% of the model's context limit, summarizing older messages while keeping recent turn-pairs intact. This enables endless conversations without manual context management.