Glossary

Coldtea uses a small vocabulary. These are the terms you will see across the app and docs.

TermMeaning
AgentA CLI coding agent launched in a Coldtea terminal pane. Coldtea hosts the process; the agent still owns its own behavior.
AnnotationA comment attached to a terminal line, editor selection, or other visible workspace context. Use it for precise feedback.
BrewAn agent session in Coldtea. A brew can be quick local work or linked to a task.
ComposerThe prompt surface for starting or guiding agent work in the active pane.
DiffThe actual file changes made in the project or worktree. Review the diff before trusting an agent summary.
Embedded editorColdtea's in-app code editor surface for reading files, selections, and changes near the terminal.
Implementation planA stored plan for task-linked work. Plans help reviewers understand the route before or after implementation.
Local APIColdtea's localhost API used for desktop-to-agent coordination. It is not a public integration endpoint.
Matcha QAColdtea's QA surface and agent-assisted testing flow, available where configured.
MCPModel Context Protocol. Coldtea uses MCP to expose task, terminal, label, and QA tools to launched agents where available.
PaneA visible workspace surface, such as a terminal, editor, task view, QA view, or browser/review surface.
ProjectA local Git repository opened in Coldtea. Most terminals, editors, and worktrees start from a project.
Session logA task-linked note about what happened in an agent session: changes, checks, failures, and remaining work.
TabA lane of work inside the workspace. Tabs help keep the base project, worktrees, and task sessions apart.
TaskThe team-facing unit of work. A task can hold the description, state, labels, assignee, plans, logs, and review context.
TeaHouseThe Coldtea team boundary for members, teams, task boards, integrations, and shared settings.
WorktreeA separate Git working directory tied to the same repository. It separates Git edits, not machine permissions.

Easy mix-ups

Do not confuseDifference
Task and brewA task is the durable record. A brew is the agent session doing work.
Pane and tabA pane is one surface. A tab is a lane that can contain panes.
Worktree and sandboxA worktree isolates Git checkout state. It does not isolate credentials, network, or local services.
GitHub integration and local GitThe integration supports Coldtea workflows. Your terminal still uses normal Git credentials and remotes.
TeaHouse access and provider accessTeaHouse membership controls Coldtea surfaces. GitHub, Linear, and other providers still enforce their own permissions.

Next: core concepts or teams and security.

On this page