From 68f8ad3fdde5cb17ceb6a7f0903025109afc45e8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 18 Apr 2026 16:09:32 +0200 Subject: [PATCH] add Copilot Cockpit tool entry --- website/data/tools.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/website/data/tools.yml b/website/data/tools.yml index 434f87f7f..4849639a3 100644 --- a/website/data/tools.yml +++ b/website/data/tools.yml @@ -354,3 +354,30 @@ tools: - verification - quality-gates - cost-governance + + - id: copilot-cockpit + name: Copilot Cockpit + description: >- + A VS Code extension for structured GitHub Copilot workflows. Adds planning, + approvals, scheduling, research runs, and review checkpoints inside the editor. + category: VS Code Extensions + featured: false + requirements: + - VS Code version 1.80.0 or higher + - GitHub Copilot in VS Code + - Download the VSIX from GitHub Releases and install it in VS Code + links: + github: https://github.com/goodguy1963/Copilot-Cockpit + documentation: https://github.com/goodguy1963/Copilot-Cockpit#readme + features: + - "Todo cockpit: Plan work, manage approvals, and keep execution status visible" + - "Scheduler and jobs: Run scheduled tasks, multi-step jobs, and pause checkpoints" + - "MCP integration: Use built-in MCP tools for repo workflows inside VS Code" + - "Research runs: Capture and review research tasks without leaving the editor" + tags: + - vscode + - extension + - copilot + - planning + - scheduling + - mcp