Skip to content

feat: add GitHub Copilot CLI plugin - #253

Merged
Siddhant-K-code merged 1 commit into
mainfrom
siddhant-k-code-add-copilot-cli-plugin
Aug 22, 2026
Merged

feat: add GitHub Copilot CLI plugin#253
Siddhant-K-code merged 1 commit into
mainfrom
siddhant-k-code-add-copilot-cli-plugin

Conversation

@Siddhant-K-code

Copy link
Copy Markdown
Owner

Summary

  • package the repository as an agent-strace Copilot CLI plugin with a marketplace catalog
  • add native Copilot lifecycle hooks, a trace analyst agent, and an investigation skill
  • align generated hooks and payload normalization with the current GitHub hook format
  • preserve existing trace metadata when Copilot sessions resume
  • document marketplace installation and bump the feature version to 0.94.0

Validation

  • installed and listed the plugin through a clean local marketplace with Copilot CLI 1.0.80
  • passed focused hook and plugin tests on Python 3.13 (41 tests)
  • git diff --check

The complete suite currently also reports 4 failures and 17 errors in existing assignment/compliance tests on macOS because their path-safety checks reject the /var symlink; those modules are not changed here.

Official format: https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/plugins-creating

Package agent-strace as a Copilot CLI marketplace plugin with tracing hooks, a trace analyst agent, and an investigation skill. Align generated Copilot hooks with the current native event format and preserve metadata when sessions resume.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@Siddhant-K-code
Siddhant-K-code merged commit 6c48227 into main Aug 22, 2026
5 checks passed
@Siddhant-K-code
Siddhant-K-code deleted the siddhant-k-code-add-copilot-cli-plugin branch August 22, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant