> ## Documentation Index
> Fetch the complete documentation index at: https://termmate.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# TermMate Agent Guide

> TermMate brings Claude Code and Codex agents into VS Code and Sublime Text for a full agentic coding workflow without leaving your editor.

<div className="flex w-full flex-col gap-10 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:py-16">
  <div className="flex max-w-[640px] flex-col gap-3 self-center text-center">
    <h1 className="text-[40px] font-bold leading-tight tracking-tight text-gray-900 dark:text-gray-50">
      TermMate Agent Guide
    </h1>

    <p className="text-balance text-lg leading-relaxed text-gray-600 dark:text-gray-400">
      TermMate bridges your code editor with AI coding agents — Claude Code and Codex — giving you a full agentic workflow without leaving the editor.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title="Setup TermMate" href="/setup/prerequisites">
      Install Claude Code or Codex CLI and launch your first agent session.
    </Card>

    <Card title="Using Agents" href="/usage">
      Set the working directory, manage multiple project roots, review tool calls, and enable Plan Mode for safe execution.
    </Card>
  </div>

  <div className="border-t border-gray-200 dark:border-gray-800" />

  <div className="flex flex-col gap-4">
    <h2 className="text-xl font-semibold text-gray-900 dark:text-gray-50">Editor Integrations</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <Card title="VS Code" href="/vscode/index">
        Full-featured agent interface in an editor tab — no sidebar required.
      </Card>

      <Card title="Sublime Text" href="/sublime/index">
        The reference implementation with native EditView performance.
      </Card>
    </div>
  </div>
</div>
