chore(commit): remove the recent commit messages dropdown#20
Merged
Conversation
Resurfacing old commit messages next to AI suggestions made no sense (user feedback). Removes the subject-field dropdown + history button, the recentMessages store slice and its refreshes, and the per-commit recording into SQLite. The commit_messages table stays — migration v2 is applied and migrations are append-only — it is just no longer read or written.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
recentMessagesstore slice, its refreshes on repo open / tab switch / close, and the per-commit recording into SQLite; removes thecommitMessagesdb module and the dropdown''s CSS.commit_messagestable stays: migration v2 is applied on user installs and migrations are append-only — the table is simply no longer read or written. Noted in TASKS.md / ROADMAP.md.Test plan
pnpm exec tsc --noEmit— cleanpnpm exec vitest run— 158/158 passpnpm exec vite build— green🤖 Generated with Claude Code