[GH-ISSUE #262] ignore_prompts: true does not exclude prompts #96

Closed
opened 2026-03-02 04:11:47 +03:00 by kerem · 1 comment
Owner

Originally created by @franklhs on GitHub (Dec 4, 2025).
Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/262

Following the readme and set ignore_prompts: true

cat ~/.git-ai/config.json
{
  "git_path": "/usr/bin/git",
  "ignore_prompts": true
}

However, git notes --ref=ai show <commit_hash> still shows all the prompts and messages.

Originally created by @franklhs on GitHub (Dec 4, 2025). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/262 Following the readme and set `ignore_prompts: true` ``` cat ~/.git-ai/config.json { "git_path": "/usr/bin/git", "ignore_prompts": true } ``` However, `git notes --ref=ai show <commit_hash>` still shows all the prompts and messages.
kerem closed this issue 2026-03-02 04:11:47 +03:00
Author
Owner

@svarlamov commented on GitHub (Dec 4, 2025):

Thank you so much for this report, @franklhs! This was indeed a regression that was introduced recently by mistake during a large refactor. We've reimplemented the functionality, added a new testing harness to support config change testing, and added a suite of regression tests for ignore_prompts that will prevent this bug from being reintroduced in the future. Please run git-ai upgrade to get the latest release where this bug has been fixed (1.0.22 / )

<!-- gh-comment-id:3610351947 --> @svarlamov commented on GitHub (Dec 4, 2025): Thank you so much for this report, @franklhs! This was indeed a regression that was introduced recently by mistake during a large refactor. We've reimplemented the functionality, added a new testing harness to support config change testing, and added a suite of regression tests for `ignore_prompts` that will prevent this bug from being reintroduced in the future. Please run `git-ai upgrade` to get the latest release where this bug has been fixed (`1.0.22` / )
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#96
No description provided.