Skip to content

Commit 608e252

Browse files
author
Your Name
committed
add Copilot Cockpit tool entry
1 parent 8fbf6c4 commit 608e252

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

website/data/tools.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,30 @@ tools:
354354
- verification
355355
- quality-gates
356356
- cost-governance
357+
358+
- id: copilot-cockpit
359+
name: Copilot Cockpit
360+
description: >-
361+
A VS Code extension for structured GitHub Copilot workflows. Adds planning,
362+
approvals, scheduling, research runs, and review checkpoints inside the editor.
363+
category: VS Code Extensions
364+
featured: false
365+
requirements:
366+
- VS Code version 1.80.0 or higher
367+
- GitHub Copilot in VS Code
368+
- Download the VSIX from GitHub Releases and install it in VS Code
369+
links:
370+
github: https://github.com/goodguy1963/Copilot-Cockpit
371+
documentation: https://github.com/goodguy1963/Copilot-Cockpit#readme
372+
features:
373+
- "Todo cockpit: Plan work, manage approvals, and keep execution status visible"
374+
- "Scheduler and jobs: Run scheduled tasks, multi-step jobs, and pause checkpoints"
375+
- "MCP integration: Use built-in MCP tools for repo workflows inside VS Code"
376+
- "Research runs: Capture and review research tasks without leaving the editor"
377+
tags:
378+
- vscode
379+
- extension
380+
- copilot
381+
- planning
382+
- scheduling
383+
- mcp

0 commit comments

Comments
 (0)