diff options
| author | Aiden Cline <[email protected]> | 2026-03-25 11:21:42 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-25 16:21:42 +0000 |
| commit | 77fc88c8ade8e5a620ebbe1197f3a572d29ae91a (patch) | |
| tree | 153ba48632283a0bc0f9d9f92232b89c88762bfd /packages/web/src/content/docs/th | |
| parent | cafc2b204b8061b66b4fe010aaa2848d8f9e1bc8 (diff) | |
| download | opencode-77fc88c8ade8e5a620ebbe1197f3a572d29ae91a.tar.gz opencode-77fc88c8ade8e5a620ebbe1197f3a572d29ae91a.zip | |
chore: remove dead code for todoread tool (#19128)
Diffstat (limited to 'packages/web/src/content/docs/th')
| -rw-r--r-- | packages/web/src/content/docs/th/modes.mdx | 1 | ||||
| -rw-r--r-- | packages/web/src/content/docs/th/permissions.mdx | 1 | ||||
| -rw-r--r-- | packages/web/src/content/docs/th/tools.mdx | 21 |
3 files changed, 0 insertions, 23 deletions
diff --git a/packages/web/src/content/docs/th/modes.mdx b/packages/web/src/content/docs/th/modes.mdx index 0ed3d4da5..2cbb05a26 100644 --- a/packages/web/src/content/docs/th/modes.mdx +++ b/packages/web/src/content/docs/th/modes.mdx @@ -236,7 +236,6 @@ Provide constructive feedback without making direct changes. | `list` | แสดงรายการเนื้อหาไดเร็กทอรี | | `patch` | ใช้แพทช์กับไฟล์ | | `todowrite` | จัดการรายการสิ่งที่ต้องทำ | -| `todoread` | อ่านรายการสิ่งที่ต้องทำ | | `webfetch` | ดึงเนื้อหาเว็บ | --- diff --git a/packages/web/src/content/docs/th/permissions.mdx b/packages/web/src/content/docs/th/permissions.mdx index c81ee5b33..adf381dee 100644 --- a/packages/web/src/content/docs/th/permissions.mdx +++ b/packages/web/src/content/docs/th/permissions.mdx @@ -138,7 +138,6 @@ OpenCode ใช้การกำหนดค่า `permission` เพื่อ - `task` — การเปิดตัวตัวแทนย่อย (ตรงกับประเภทตัวแทนย่อย) - `skill` — กำลังโหลดทักษะ (ตรงกับชื่อทักษะ) - `lsp` — กำลังเรียกใช้คำสั่ง LSP (ปัจจุบันยังไม่ละเอียด) -- `todoread`, `todowrite` — กำลังอ่าน/updating รายการสิ่งที่ต้องทำ - `webfetch` — กำลังดึง URL (ตรงกับ URL) - `websearch`, `codesearch` — การค้นหาเว็บ/code (ตรงกับข้อความค้นหา) - `external_directory` — ทริกเกอร์เมื่อเครื่องมือแตะเส้นทางนอกไดเร็กทอรีการทำงานของโปรเจ็กต์ diff --git a/packages/web/src/content/docs/th/tools.mdx b/packages/web/src/content/docs/th/tools.mdx index 6db4cfc2a..17dbd9fdb 100644 --- a/packages/web/src/content/docs/th/tools.mdx +++ b/packages/web/src/content/docs/th/tools.mdx @@ -248,27 +248,6 @@ description: จัดการเครื่องมือที่ LLM ส� --- -### todoread - -อ่านรายการสิ่งที่ต้องทำที่มีอยู่ - -```json title="opencode.json" {4} -{ - "$schema": "https://opencode.ai/config.json", - "permission": { - "todoread": "allow" - } -} -``` - -อ่านสถานะรายการสิ่งที่ต้องทำปัจจุบัน ใช้โดย LLM เพื่อติดตามงานที่กำลังรอดำเนินการหรือเสร็จสิ้น - -:::note -เครื่องมือนี้ปิดใช้งานสำหรับตัวแทนย่อยตามค่าเริ่มต้น แต่คุณสามารถเปิดใช้งานได้ด้วยตนเอง [เรียนรู้เพิ่มเติม](/docs/agents/#สิทธิ์) -::: - ---- - ### webfetch ดึงเนื้อหาเว็บ |
