mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-16 21:54:56 +00:00
fix(docs): locale translations
This commit is contained in:
@@ -15,7 +15,7 @@ description: 配置和使用專門的代理。
|
||||
|
||||
## 類型
|
||||
|
||||
opencode 中有兩種類型的代理;主要代理人和次代理人。
|
||||
opencode 中有兩種類型的代理;主要代理和子代理。
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@ Markdown 文件名成為命令名。例如,`test.md` 讓
|
||||
|
||||
---
|
||||
|
||||
### 論據
|
||||
### 參數
|
||||
|
||||
使用 `$ARGUMENTS` 佔位符將參數傳遞給命令。
|
||||
|
||||
@@ -161,7 +161,7 @@ with the following content: $3
|
||||
|
||||
---
|
||||
|
||||
### 外殼輸出
|
||||
### Shell 輸出
|
||||
|
||||
使用 _!`command`_ 將 [bash命令](/docs/tui#bash-commands) 輸出注入到提示符中。
|
||||
|
||||
@@ -254,9 +254,9 @@ Check for performance issues and suggest improvements.
|
||||
|
||||
---
|
||||
|
||||
### 代理人
|
||||
### 代理
|
||||
|
||||
使用`agent` 配置可選擇指定哪個[代理人](/docs/agents) 應執行此命令。
|
||||
使用`agent` 配置可選擇指定哪個[代理](/docs/agents) 應執行此命令。
|
||||
如果這是 [子代理](/docs/agents/#subagents) 該命令將默認觸發子代理調用。
|
||||
要禁用此行為,請將`subtask` 設置為`false`。
|
||||
|
||||
@@ -278,7 +278,7 @@ Check for performance issues and suggest improvements.
|
||||
|
||||
使用`subtask` 布爾值強制命令觸發[子代理](/docs/agents/#subagents) 調用。
|
||||
如果您希望命令不污染您的主要上下文並且將**強制**代理充當子代理,那麼這非常有用,
|
||||
即使`mode` 在[代理人](/docs/agents) 配置上設置為`primary`。
|
||||
即使`mode` 在[代理](/docs/agents) 配置上設置為`primary`。
|
||||
|
||||
```json title="opencode.json"
|
||||
{
|
||||
|
||||
@@ -57,7 +57,7 @@ opencode 支持 **JSON** 和 **JSONC**(帶註釋的 JSON)格式。
|
||||
|
||||
---
|
||||
|
||||
### 偏僻的
|
||||
### 遠程
|
||||
|
||||
組織可以通過 `.well-known/opencode` 端點提供默認配置。當您向支持它的提供商進行身份驗證時,會自動獲取該信息。
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ description: 常見問題以及如何解決它們。
|
||||
|
||||
---
|
||||
|
||||
## 貯存
|
||||
## 存儲
|
||||
|
||||
opencode 將會話數據和其他應用程式數據存儲在磁盤上:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user