[PR #298] Disable prompt storage by default #387

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

Original Pull Request: https://github.com/git-ai-project/git-ai/pull/298

State: closed
Merged: Yes


Recently a few teams have shared that their secrets / PII scanners have been going off because their developers have been putting data into prompts that shouldn't be shared with the Coding Agents / LLMs / Git AI.

All the Git AI features that require raw prompts are experimental and limited in their usage, so we think it makes sense to disable prompt sharing by default and make it easy to turn back on per-repo.

This PR

  • Toggles off prompt saving by default
  • introduces git-ai config command to make it easier to update config.json
  • Toggle off prompt saving in repos without remotes unless user has * for allowed repos
  • Document git-ai config command in CLI reference
**Original Pull Request:** https://github.com/git-ai-project/git-ai/pull/298 **State:** closed **Merged:** Yes --- Recently a few teams have shared that their secrets / PII scanners have been going off because their developers have been putting data into prompts that shouldn't be shared with the Coding Agents / LLMs / Git AI. All the Git AI features that require raw prompts are experimental and limited in their usage, so we think it makes sense to disable prompt sharing by default and make it easy to turn back on per-repo. This PR - [x] Toggles off prompt saving by default - [x] introduces `git-ai config` command to make it easier to update `config.json` - [x] Toggle off prompt saving in repos without remotes unless user has `*` for allowed repos - [x] Document `git-ai config` command in CLI reference
kerem 2026-03-02 04:13:29 +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#387
No description provided.