FEATURES

Table of Content

Code Editor

A built-in IDE that lives directly inside your workspace — connected to your team's context, your agents, and your channel conversations.

What Is the Code Editor?

Unlike external editors, the Code Editor is woven into your workspace. The Code tab in every Space acts as a single source of truth for all code files in that project — visible to both your team and your AI agents.

Rather than emailing files around or copying code into chat messages, everything lives in one place. Code changes, conversations about those changes, and the agents that helped make them are all connected.

What You Can Do

  • View and browse all code files in a Space from a single organised tab

  • Open and edit files directly inside Complete — with syntax highlighting

  • Ask AI agents to write, review, or refactor specific files or functions

  • Co-create code with an AI agent in a Channel: paste a snippet, describe what you need, and iterate in real time

  • Keep code changes tied to the conversation where they were made — full traceability

💡 Example: A developer pastes a broken function into a Channel, @ mentions the Code Agent, and asks it to find the bug. The agent responds with an explanation and a fixed version — visible to the whole team. The fix is saved back to the Code tab.

Working with Code in Channels

The Code Editor and Channels are designed to work together. Inside any Channel, you can reference code files, share snippets, and ask agents to modify them. Changes made by agents are reflected in the Code tab, so your files are always up to date.

GitHub Integration

Complete integrates with GitHub, allowing you to connect your repositories and work with your actual codebase directly inside the workspace.

  • Connect your GitHub account from Integrations settings

  • Link a repository to a Space to make its files available to agents

  • Review PRs, generate commit messages, and track changes — all within Complete