[PR #80] [MERGED] Create github copilot plugin with hooks #81

Closed
opened 2026-03-03 18:50:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OthmanAdi/planning-with-files/pull/80
Author: @lincolnwan
Created: 2/22/2026
Status: Merged
Merged: 2/22/2026
Merged by: @OthmanAdi

Base: masterHead: feature/add-copilot-hooks


📝 Commits (1)

  • d69eda6 create github copilot plugin

📊 Changes

11 files changed (+416 additions, -1 deletions)

View changed files

.github/hooks/planning-with-files.json (+37 -0)
.github/hooks/scripts/agent-stop.ps1 (+46 -0)
.github/hooks/scripts/agent-stop.sh (+45 -0)
.github/hooks/scripts/post-tool-use.ps1 (+15 -0)
.github/hooks/scripts/post-tool-use.sh (+10 -0)
.github/hooks/scripts/pre-tool-use.ps1 (+31 -0)
.github/hooks/scripts/pre-tool-use.sh (+29 -0)
.github/hooks/scripts/session-start.ps1 (+48 -0)
.github/hooks/scripts/session-start.sh (+42 -0)
📝 README.md (+8 -1)
docs/copilot.md (+105 -0)

📄 Description

As of early 2026, GitHub Copilot has officially introduced native support for Agent Hooks. This commit creates a complete GitHub Copilot hooks-based plugin for planning-with-files, replicating the existing Claude Code plugin's functionality using .github/hooks/ configuration and scripts.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OthmanAdi/planning-with-files/pull/80 **Author:** [@lincolnwan](https://github.com/lincolnwan) **Created:** 2/22/2026 **Status:** ✅ Merged **Merged:** 2/22/2026 **Merged by:** [@OthmanAdi](https://github.com/OthmanAdi) **Base:** `master` ← **Head:** `feature/add-copilot-hooks` --- ### 📝 Commits (1) - [`d69eda6`](https://github.com/OthmanAdi/planning-with-files/commit/d69eda6b31963643335aca7079b2d161890a94c5) create github copilot plugin ### 📊 Changes **11 files changed** (+416 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.github/hooks/planning-with-files.json` (+37 -0) ➕ `.github/hooks/scripts/agent-stop.ps1` (+46 -0) ➕ `.github/hooks/scripts/agent-stop.sh` (+45 -0) ➕ `.github/hooks/scripts/post-tool-use.ps1` (+15 -0) ➕ `.github/hooks/scripts/post-tool-use.sh` (+10 -0) ➕ `.github/hooks/scripts/pre-tool-use.ps1` (+31 -0) ➕ `.github/hooks/scripts/pre-tool-use.sh` (+29 -0) ➕ `.github/hooks/scripts/session-start.ps1` (+48 -0) ➕ `.github/hooks/scripts/session-start.sh` (+42 -0) 📝 `README.md` (+8 -1) ➕ `docs/copilot.md` (+105 -0) </details> ### 📄 Description As of early 2026, GitHub Copilot has officially introduced native support for Agent Hooks. This commit creates a complete GitHub Copilot hooks-based plugin for planning-with-files, replicating the existing Claude Code plugin's functionality using `.github/hooks/` configuration and scripts. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 18:50:29 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/planning-with-files#81
No description provided.