From 18945ae6cda951be4829d64deeff1cf8b2a51159 Mon Sep 17 00:00:00 2001 From: Tyler Willis Date: Mon, 12 Jan 2026 19:27:45 -0800 Subject: [PATCH] docs: add OpenCode and GitHub Copilot CLI platform details Add command format and hooks support information for planned platforms: - OpenCode: Markdown commands, no hooks support - GitHub Copilot CLI: Markdown commands, tool permissions only (no lifecycle hooks) Co-Authored-By: Claude Opus 4.5 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dfe6011..643cd3bb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ DeepWork is a tool for defining and executing multi-step workflows with AI codin |----------|--------|----------------|---------------| | **Claude Code** | Full Support | Markdown | Yes (stop_hooks, pre/post) | | **Gemini CLI** | Full Support | TOML | No (global only) | -| GitHub Copilot | Planned | - | - | +| OpenCode | Planned | Markdown | No | +| GitHub Copilot CLI | Planned | Markdown | No (tool permissions only) | ## Installation