Skip to content

Disable prompt storage by default#298

Merged
acunniffe merged 11 commits intomainfrom
feat/config-defaults-changes
Dec 21, 2025
Merged

Disable prompt storage by default#298
acunniffe merged 11 commits intomainfrom
feat/config-defaults-changes

Conversation

@acunniffe
Copy link
Copy Markdown
Collaborator

@acunniffe acunniffe commented Dec 19, 2025

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

@git-ai-project git-ai-project deleted a comment from git-ai-cloud-dev Bot Dec 19, 2025
@git-ai-cloud-dev
Copy link
Copy Markdown

git-ai-cloud-dev Bot commented Dec 19, 2025

Stats powered by Git AI

🧠 you    █████████████████░░░  87%
🤖 ai     ░░░░░░░░░░░░░░░░░███  13%
More stats
  • 0.0 lines generated for every 1 accepted
  • 1 minute waiting for AI
  • Top model: cursor::claude-4.5-opus-high-thinking (139 accepted lines, 4 generated lines)

AI code tracked with git-ai

@svarlamov
Copy link
Copy Markdown
Member

Awesome work! Tested on my end and everything worked great -- just added two todos that we discussed in the PR description

@acunniffe acunniffe merged commit 1f9a5dc into main Dec 21, 2025
6 checks passed
@acunniffe acunniffe deleted the feat/config-defaults-changes branch December 21, 2025 16:49
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.

2 participants