summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ja/tools.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/ja/tools.mdx')
-rw-r--r--packages/web/src/content/docs/ja/tools.mdx18
1 files changed, 1 insertions, 17 deletions
diff --git a/packages/web/src/content/docs/ja/tools.mdx b/packages/web/src/content/docs/ja/tools.mdx
index 0e0f8fe95..ae409aa7d 100644
--- a/packages/web/src/content/docs/ja/tools.mdx
+++ b/packages/web/src/content/docs/ja/tools.mdx
@@ -149,22 +149,6 @@ OpenCode で利用可能なすべての組み込みツールを次に示しま�
`**/*.js` や `src/**/*.ts` などの glob パターンを使用してファイルを検索します。一致するファイルパスを変更時間順に並べて返します。
----
-
-### list
-
-指定されたパス内のファイルとディレクトリを一覧表示します。
-
-```json title="opencode.json" {4}
-{
- "$schema": "https://opencode.ai/config.json",
- "permission": {
- "list": "allow"
- }
-}
-```
-
-このツールはディレクトリの内容を一覧表示します。結果をフィルタリングするための glob パターンを受け入れます。
---
@@ -341,7 +325,7 @@ MCP (Model Context Protocol) サーバーを使用すると、外部ツールと
## 内部動作
-内部的には、`grep`、`glob`、`list` などのツールは内部で [ripgrep](https://github.com/BurntSushi/ripgrep) を使用します。デフォルトでは、ripgrep は `.gitignore` パターンを尊重します。つまり、`.gitignore` にリストされているファイルとディレクトリは検索とリストから除外されます。
+内部的には、`grep`、`glob` などのツールは内部で [ripgrep](https://github.com/BurntSushi/ripgrep) を使用します。デフォルトでは、ripgrep は `.gitignore` パターンを尊重します。つまり、`.gitignore` にリストされているファイルとディレクトリは検索とリストから除外されます。
---