cloudaxe-opencode/packages/opencode/src/tool
2026-01-12 15:21:01 -06:00
..
bash.ts fix: check worktree for external_directory permission in subdirs (#7811) 2026-01-11 14:17:36 -06:00
bash.txt feat: write truncated tool outputs to files (#7239) 2026-01-07 17:25:00 -06:00
batch.ts batch: enable edit, todoread, clarify error message, minor tool description change (#5659) 2025-12-17 10:23:35 -06:00
batch.txt batch: enable edit, todoread, clarify error message, minor tool description change (#5659) 2025-12-17 10:23:35 -06:00
codesearch.ts Permission rework (#6319) 2026-01-01 17:54:11 -05:00
codesearch.txt add web and codesearch tools 2025-11-10 16:39:54 -05:00
edit.ts core: extract external directory validation to shared utility to reduce code duplication across tools 2026-01-10 18:49:42 -05:00
edit.txt tweak(edit): separate edit tool error message with clearer guidance to avoid llm doom editing loop (#2051) 2025-09-05 12:36:13 -04:00
external-directory.ts fix: check worktree for external_directory permission in subdirs (#7811) 2026-01-11 14:17:36 -06:00
glob.ts core: extract external directory validation to shared utility to reduce code duplication across tools 2026-01-10 18:49:42 -05:00
glob.txt doc: fix typos in various files (#6294) 2025-12-28 13:06:25 -06:00
grep.ts core: extract external directory validation to shared utility to reduce code duplication across tools 2026-01-10 18:49:42 -05:00
grep.txt doc: fix typos in various files (#6196) 2025-12-26 10:21:33 -06:00
invalid.ts chore: cleanup versioned zod imports (#3460) 2025-10-26 14:50:41 -05:00
ls.ts core: extract external directory validation to shared utility to reduce code duplication across tools 2026-01-10 18:49:42 -05:00
ls.txt fix: adjust list tool prompt to handle cwd better (#3115) 2025-10-12 16:48:03 -05:00
lsp.ts core: extract external directory validation to shared utility to reduce code duplication across tools 2026-01-10 18:49:42 -05:00
lsp.txt feat: add experimental lsp tool (#5886) 2025-12-22 00:34:21 -06:00
multiedit.ts chore: format code 2025-11-08 01:59:02 +00:00
multiedit.txt
patch.ts core: extract external directory validation to shared utility to reduce code duplication across tools 2026-01-10 18:49:42 -05:00
patch.txt
question.ts feat(question): support multi-select questions (#7386) 2026-01-08 17:32:21 -05:00
question.txt feat(question): support multi-select questions (#7386) 2026-01-08 17:32:21 -05:00
read.ts core: extract external directory validation to shared utility to reduce code duplication across tools 2026-01-10 18:49:42 -05:00
read.txt feat: allow read tool to handle images (#3052) 2025-10-09 09:05:11 -05:00
registry.ts fix: ensure plurals are properly handled (#8070) 2026-01-12 15:21:01 -06:00
skill.ts fix: restore skill filtering by agent permissions (#7042) 2026-01-06 12:01:37 -06:00
task.ts refactor: simplify task tool subagent filtering (#7165) 2026-01-07 13:28:13 -06:00
task.txt chore: fix various typos (#6429) 2025-12-30 09:42:04 -06:00
todo.ts Permission rework (#6319) 2026-01-01 17:54:11 -05:00
todoread.txt
todowrite.txt chore: fix various typos (#6429) 2025-12-30 09:42:04 -06:00
tool.ts feat: write truncated tool outputs to files (#7239) 2026-01-07 17:25:00 -06:00
truncation.ts feat: write truncated tool outputs to files (#7239) 2026-01-07 17:25:00 -06:00
webfetch.ts Permission rework (#6319) 2026-01-01 17:54:11 -05:00
webfetch.txt fix(webfetch): make format parameter optional with markdown default (#6345) 2025-12-29 15:53:12 -06:00
websearch.ts Permission rework (#6319) 2026-01-01 17:54:11 -05:00
websearch.txt add web and codesearch tools 2025-11-10 16:39:54 -05:00
write.ts core: extract external directory validation to shared utility to reduce code duplication across tools 2026-01-10 18:49:42 -05:00
write.txt