generated from nhcarrigan/template
feat: batch of fixes and features #56
Reference in New Issue
Block a user
Delete Branch "feat/stuff"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR includes a batch of bug fixes and new features:
Bug Fixes
New Features
/cdcommand - Change the working directory of an active tab with context preservation/searchcommand - Search and highlight matches within the conversationTest Plan
/cd <path>and verify the directory changes while preserving conversation context/search <query>and verify matches are highlighted in yellow/searchwith no args to clear the search highlighting✨ This PR was created with help from Hikari~ 🌸
- Created new HighlightedText component for safe text highlighting - Replaced unsafe {@html} usage with component-based approach - Maintains full search functionality without security risks