[PR #261] [MERGED] improve performance of git-ai checkpoint for 1000+ file human checkpoints #366

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

📋 Pull Request Information

Original PR: https://github.com/git-ai-project/git-ai/pull/261
Author: @acunniffe
Created: 12/3/2025
Status: Merged
Merged: 12/4/2025
Merged by: @svarlamov

Base: mainHead: fix/human-cli-checkpoint-output


📝 Commits (5)

  • d8510ea human cli output
  • bb3b029 human checkpoint pathspec support
  • 7336508 fix copilot
  • 454fb73 major performance improvements to vs code copilot support
  • 3f9046c add unit tests to cover new github copilot preset functionality

📊 Changes

7 files changed (+726 additions, -79 deletions)

View changed files

📝 agent-support/vscode/src/ai-edit-manager.ts (+148 -46)
📝 agent-support/vscode/src/consts.ts (+1 -1)
📝 agent-support/vscode/src/extension.ts (+10 -3)
📝 src/commands/checkpoint_agent/agent_presets.rs (+75 -19)
📝 src/commands/git_ai_handlers.rs (+17 -10)
📝 tests/github_copilot.rs (+207 -0)
tests/github_copilot_integration.rs (+268 -0)

📄 Description

No description provided


🔄 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/261 **Author:** [@acunniffe](https://github.com/acunniffe) **Created:** 12/3/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@svarlamov](https://github.com/svarlamov) **Base:** `main` ← **Head:** `fix/human-cli-checkpoint-output` --- ### 📝 Commits (5) - [`d8510ea`](https://github.com/git-ai-project/git-ai/commit/d8510eae7a5d9b731b6108ac4e4968b265dc8b4e) human cli output - [`bb3b029`](https://github.com/git-ai-project/git-ai/commit/bb3b029721eda6c3a32b29751cf2ca5bba5dbf8a) human checkpoint pathspec support - [`7336508`](https://github.com/git-ai-project/git-ai/commit/7336508e4ae8228ac9cb90c68fe35464654be71f) fix copilot - [`454fb73`](https://github.com/git-ai-project/git-ai/commit/454fb73382f98bea602c833fdc612ecd43968fe5) major performance improvements to vs code copilot support - [`3f9046c`](https://github.com/git-ai-project/git-ai/commit/3f9046cd86c6e82a73e7e10d0520ceb08603d02d) add unit tests to cover new github copilot preset functionality ### 📊 Changes **7 files changed** (+726 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `agent-support/vscode/src/ai-edit-manager.ts` (+148 -46) 📝 `agent-support/vscode/src/consts.ts` (+1 -1) 📝 `agent-support/vscode/src/extension.ts` (+10 -3) 📝 `src/commands/checkpoint_agent/agent_presets.rs` (+75 -19) 📝 `src/commands/git_ai_handlers.rs` (+17 -10) 📝 `tests/github_copilot.rs` (+207 -0) ➕ `tests/github_copilot_integration.rs` (+268 -0) </details> ### 📄 Description _No description provided_ --- <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:25 +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#366
No description provided.