feat: add thread discussion support#13
Merged
Merged
Conversation
- Add thread management for comment discussions - Implement 1-thread-1-file storage structure - Support multiple threads per line - Add reply functionality with thread selection - Improve UI with latest comment display - Simplify storage structure (remove comments/ subdirectory) - Parse timestamps correctly when reading files - Fix async thread selection behavior - Remove auto-reply behavior from add comment BREAKING CHANGE: Storage structure changed to support threads. Old comments will be automatically migrated to new structure.
- Fix unused variable warnings - Fix variable shadowing issues - Resolve empty if branch warnings with luacheck ignore - Apply stylua formatting
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
Key Features
<leader>rrCommands
<leader>rc: Create new comment (always creates new thread)<leader>rr: Reply to existing comment (with thread selection if multiple)<leader>rs: Show comments at cursorBreaking Changes
Storage structure changed to support threads. Old comments will be automatically migrated to new structure.
Test Plan