Fix owner name SLURLs in inventory offers - #371
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughSummary by CodeRabbit
WalkthroughThe change adds a ChangesChat history formatting
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This change updates how owner names are displayed in inventory offers to prevent unwanted SLURL parsing while preserving the intended owner links. No actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The "gave you" message wrapped its whole sender string in <nolink>, which works upstream because that string is plain text. Ours holds an agent SLURL from the [SL:KB] patch, so LLUrlEntryNoLink matched the lot and the SLURL rendered raw. The object and group names get their own tags now, the way getSanitizedDescription already does it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
d0c565e to
a7ada49
Compare
Resolves #325.