summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ja/modes.mdx
diff options
context:
space:
mode:
authorAriane Emory <[email protected]>2026-04-15 18:44:53 -0400
committerGitHub <[email protected]>2026-04-15 17:44:53 -0500
commitd2ea6700aa2e6bdf5d04fe70ba893afbb320adbd (patch)
tree6f9b1305ea626daee3d48f1585315ea399bb8575 /packages/web/src/content/docs/ja/modes.mdx
parent6bed7d469d8f6a18d5543cc668d951d0d1e09776 (diff)
downloadopencode-d2ea6700aa2e6bdf5d04fe70ba893afbb320adbd.tar.gz
opencode-d2ea6700aa2e6bdf5d04fe70ba893afbb320adbd.zip
fix(core): Remove dead code and documentation related to the obsolete list tool. (#22672)
Diffstat (limited to 'packages/web/src/content/docs/ja/modes.mdx')
-rw-r--r--packages/web/src/content/docs/ja/modes.mdx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/ja/modes.mdx b/packages/web/src/content/docs/ja/modes.mdx
index c9f2a4d5e..623c19552 100644
--- a/packages/web/src/content/docs/ja/modes.mdx
+++ b/packages/web/src/content/docs/ja/modes.mdx
@@ -231,7 +231,6 @@ Markdown ファイル名はモード名になります (例: `review.md` は `re
| `read` | ファイルの内容を読み取る |
| `grep` | ファイルの内容を検索 |
| `glob` | パターンでファイルを検索 |
-| `list` | ディレクトリの内容をリストする |
| `patch` | ファイルにパッチを適用する |
| `todowrite` | ToDo リストを管理する |
| `webfetch` | Web コンテンツを取得する |