[PR #524] [MERGED] vs code github copilot official hooks preview support #541

Closed
opened 2026-03-02 04:13:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/git-ai-project/git-ai/pull/524
Author: @svarlamov
Created: 2/14/2026
Status: Merged
Merged: 2/14/2026
Merged by: @svarlamov

Base: mainHead: feat/vsc-gh-copilot-official-hooks


📝 Commits (1)

  • 7fd4823 vs code github copilot official hooks preview support

📊 Changes

15 files changed (+1442 additions, -62 deletions)

View changed files

📝 agent-support/vscode/src/ai-edit-manager.ts (+16 -0)
📝 agent-support/vscode/src/consts.ts (+1 -0)
📝 agent-support/vscode/src/extension.ts (+29 -25)
agent-support/vscode/src/test/vscode-hooks.test.ts (+17 -0)
agent-support/vscode/src/utils/vscode-hooks.ts (+10 -0)
📝 src/commands/checkpoint_agent/agent_presets.rs (+929 -35)
📝 tests/claude_code.rs (+69 -0)
tests/fixtures/copilot_chat_session_lookup_auto.jsonl (+2 -0)
tests/fixtures/copilot_chat_session_lookup_details_only.jsonl (+2 -0)
tests/fixtures/copilot_chat_session_lookup_json_file.json (+18 -0)
tests/fixtures/copilot_chat_session_lookup_non_auto.jsonl (+2 -0)
tests/fixtures/copilot_chat_session_lookup_selected_model.jsonl (+2 -0)
tests/fixtures/copilot_session_event_stream.jsonl (+7 -0)
tests/fixtures/copilot_transcript_session_lookup.jsonl (+2 -0)
📝 tests/github_copilot.rs (+336 -2)

📄 Description

Fixes #520


🔄 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/git-ai-project/git-ai/pull/524 **Author:** [@svarlamov](https://github.com/svarlamov) **Created:** 2/14/2026 **Status:** ✅ Merged **Merged:** 2/14/2026 **Merged by:** [@svarlamov](https://github.com/svarlamov) **Base:** `main` ← **Head:** `feat/vsc-gh-copilot-official-hooks` --- ### 📝 Commits (1) - [`7fd4823`](https://github.com/git-ai-project/git-ai/commit/7fd4823c39ddd8dc4da3a56751b7fda8db892053) vs code github copilot official hooks preview support ### 📊 Changes **15 files changed** (+1442 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `agent-support/vscode/src/ai-edit-manager.ts` (+16 -0) 📝 `agent-support/vscode/src/consts.ts` (+1 -0) 📝 `agent-support/vscode/src/extension.ts` (+29 -25) ➕ `agent-support/vscode/src/test/vscode-hooks.test.ts` (+17 -0) ➕ `agent-support/vscode/src/utils/vscode-hooks.ts` (+10 -0) 📝 `src/commands/checkpoint_agent/agent_presets.rs` (+929 -35) 📝 `tests/claude_code.rs` (+69 -0) ➕ `tests/fixtures/copilot_chat_session_lookup_auto.jsonl` (+2 -0) ➕ `tests/fixtures/copilot_chat_session_lookup_details_only.jsonl` (+2 -0) ➕ `tests/fixtures/copilot_chat_session_lookup_json_file.json` (+18 -0) ➕ `tests/fixtures/copilot_chat_session_lookup_non_auto.jsonl` (+2 -0) ➕ `tests/fixtures/copilot_chat_session_lookup_selected_model.jsonl` (+2 -0) ➕ `tests/fixtures/copilot_session_event_stream.jsonl` (+7 -0) ➕ `tests/fixtures/copilot_transcript_session_lookup.jsonl` (+2 -0) 📝 `tests/github_copilot.rs` (+336 -2) </details> ### 📄 Description Fixes #520 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:13:55 +03:00
Sign in to join this conversation.
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/git-ai#541
No description provided.