mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-25 16:06:02 +03:00
[PR #80] [MERGED] Create github copilot plugin with hooks #81
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/planning-with-files#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/add-copilot-hooks📝 Commits (1)
d69eda6create 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.