[PR #324] [MERGED] Feat/better controls vscode extension #411

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

📋 Pull Request Information

Original PR: https://github.com/git-ai-project/git-ai/pull/324
Author: @acunniffe
Created: 1/6/2026
Status: Merged
Merged: 1/6/2026
Merged by: @acunniffe

Base: mainHead: feat/better-controls-vscode-extension


📝 Commits (4)

📊 Changes

3 files changed (+137 additions, -121 deletions)

View changed files

📝 agent-support/vscode/package.json (+16 -6)
📝 agent-support/vscode/src/blame-lens-manager.ts (+109 -113)
📝 agent-support/vscode/src/utils/config.ts (+12 -2)

📄 Description

Added 3 modes to the Git AI Plugin
off - don't run blame, full disable
line - show AI prompts if there's a line
all - show AI prompts on all lines (not just active ones)


🔄 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/324 **Author:** [@acunniffe](https://github.com/acunniffe) **Created:** 1/6/2026 **Status:** ✅ Merged **Merged:** 1/6/2026 **Merged by:** [@acunniffe](https://github.com/acunniffe) **Base:** `main` ← **Head:** `feat/better-controls-vscode-extension` --- ### 📝 Commits (4) - [`197cb7e`](https://github.com/git-ai-project/git-ai/commit/197cb7eb93acf4de878423e56e6cf33d613b847e) change options for AI view - [`c3ad968`](https://github.com/git-ai-project/git-ai/commit/c3ad9688f2076b40212a4e37c1e4ac8f56ef2426) bump version - [`e68b290`](https://github.com/git-ai-project/git-ai/commit/e68b290ed0099a28169c2784fa4f3df1b1857924) adjust margin - [`bbea7eb`](https://github.com/git-ai-project/git-ai/commit/bbea7eb0c0af5ae6ba5c7c0a71ecf2b618cad5a6) remove comments ### 📊 Changes **3 files changed** (+137 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `agent-support/vscode/package.json` (+16 -6) 📝 `agent-support/vscode/src/blame-lens-manager.ts` (+109 -113) 📝 `agent-support/vscode/src/utils/config.ts` (+12 -2) </details> ### 📄 Description Added 3 modes to the Git AI Plugin off - don't run blame, full disable line - show AI prompts if there's a line all - show AI prompts on all lines (not just active ones) --- <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:33 +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#411
No description provided.