# 術語表 (/zh-Hant/docs/verdent-for-vscode/reference/glossary)

> Verdent 功能與概念的技術術語與定義



Verdent 專屬術語與技術概念的字母排序參考。

***

## 核心概念 [#核心概念]

<Accordion title="Agent">
  處理請求並執行工具的主要 AI 助理
</Accordion>

<Accordion title="Context Exhaustion">
  當對話歷史填滿上下文視窗時，限制了參照先前內容的能力
</Accordion>

<Accordion title="Context Window">
  AI 可參照的對話歷史量
</Accordion>

<Accordion title="MCP (Model Context Protocol)">
  用於以外部工具擴充 Verdent 的系統
</Accordion>

<Accordion title="Subagent">
  具有隔離上下文、用於特定任務的專用 AI 代理（Explorer、Verifier、Code-reviewer）
</Accordion>

<Accordion title="Tool">
  代理可執行的功能（file\_read、bash、glob 等）
</Accordion>

***

## 執行模式 [#執行模式]

<Accordion title="Auto-Run Mode">
  工具自動執行，無需核准提示
</Accordion>

<Accordion title="Manual Accept Mode">
  使用者在每次工具執行前進行核准
</Accordion>

<Accordion title="Plan Mode">
  代理在執行變更前先建立計畫
</Accordion>

<Accordion title="Skip Permissions">
  不顯示權限提示直接執行（進階）
</Accordion>

***

## 檔案與設定 [#檔案與設定]

<Accordion title="AGENTS.md">
  專案專屬的團隊標準檔案（專案根目錄，納入版本控制）
</Accordion>

<Accordion title="mcp.json">
  MCP 伺服器設定（`~/.verdent/mcp.json`）
</Accordion>

<Accordion title="plan_rules.md">
  Plan Mode 輸出自訂（`~/.verdent/plan_rules.md`）
</Accordion>

<Accordion title="VERDENT.md">
  全域個人偏好設定檔案（`~/.verdent/VERDENT.md`）
</Accordion>

<Accordion title="Workspace">
  Verdent 運作所在的目前 VS Code 專案目錄
</Accordion>

***

## 工具專屬術語 [#工具專屬術語]

<Accordion title="Glob Pattern">
  使用萬用字元的檔案搜尋模式（`**/*.ts`、`src/**/*.js`）
</Accordion>

<Accordion title="Line Range">
  要從大型檔案讀取的特定行（start\_line、max\_lines）
</Accordion>

<Accordion title="Regex">
  用於進階文字搜尋的正規表示式
</Accordion>

<Accordion title="Replace All">
  file\_edit 旗標，用於取代多個相同字串
</Accordion>

<Accordion title="Timeout">
  bash 指令的最長時間：120 秒（2 分鐘，硬性上限）
</Accordion>

***

## 子代理術語 [#子代理術語]

<Accordion title="Flexible Policy">
  子代理可根據請求模式自動啟用
</Accordion>

<Accordion title="Invocation Policy">
  子代理啟用時機的規則（strict 與 flexible）
</Accordion>

<Accordion title="Isolated Context">
  子代理的獨立上下文視窗（不消耗主上下文）
</Accordion>

<Accordion title="Strict Policy">
  子代理僅在明確以 @ 提及時才執行
</Accordion>

<Accordion title="System Prompt">
  定義子代理行為與專長的指令
</Accordion>

***

## MCP 術語 [#mcp-術語]

<Accordion title="Global Config">
  使用者全域的 MCP 設定（`~/.verdent/mcp.json`）
</Accordion>

<Accordion title="MCP Server">
  透過 Model Context Protocol 整合的外部工具／服務
</Accordion>

<Accordion title="Plugin">
  針對特定工具或服務預先建置的 MCP 整合
</Accordion>

<Accordion title="Workspace Config">
  專案專屬的 MCP 設定（`.verdent/mcp.json`）
</Accordion>

***

## 效能術語 [#效能術語]

<Accordion title="Delegation">
  將任務路由給子代理以保留主上下文
</Accordion>

<Accordion title="Parallel Execution">
  多個子代理同時執行
</Accordion>

<Accordion title="Strategic Reading">
  使用行範圍與搜尋以盡量減少上下文用量
</Accordion>

<Accordion title="Task Coordination">
  主代理管理多個子代理操作
</Accordion>

***

## 另請參閱 [#另請參閱]

<CardGroup cols="2">
  <Card title="核心概念" icon="lightbulb" href="/docs/verdent-for-vscode/getting-started/core-concepts">
    Verdent 的基礎概念
  </Card>

  <Card title="工具參考" icon="wrench" href="/docs/verdent-for-vscode/advanced-features/tool-reference">
    完整工具能力
  </Card>
</CardGroup>
