You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the recent changes in PR #48 (and related issues #46, #47), Simili-Bot now indexes both Issues and Pull Requests. However, the 'Similar Threads' output table does not visually distinguish between them.
Problem Statement
With the recent changes in PR #48 (and related issues #46, #47), Simili-Bot now indexes both Issues and Pull Requests. However, the 'Similar Threads' output table does not visually distinguish between them.
Currently, it looks like:
Users cannot tell if
#124is a PR or an Issue without clicking.Proposed Solution
Type stringfield toSimilarIssuestruct ininternal/core/pipeline/pipeline.go.internal/steps/similarity.go, extract thetypefield from the Qdrant payload (added in PR feat: CLI PR indexing (#46) & standardized embedding content (#47) #48) and populate the struct.internal/steps/response_builder.go, prepend an icon or label to the thread link.[PR] #124 ...or using icons 📝 (Vote/Issue) vs 🔀 (PR).References
typepayload field.Feature Scope