release v0.4.21: 文件路径点击预览, 拷贝菜单, 多模态降级, markitdown技能, 审批输入修复#25
Merged
Conversation
…onboarding enhancements - FilePathLink: clickable file paths with existence check, preview modal for markdown files, reveal in explorer for other types, nested modal support, break-all for table wrapping - MarkdownMessage: always-visible copy menu (markdown source / HTML light / dark), flash notification below button, shared markdown-copy utility extracted from Deliverables - Avatar component extracted for reuse across Sidebar, ChatTeamSidebar, TeamModals - Sidebar: layout and styling improvements - Onboarding: enhanced flow - Deliverables: refactored to use shared MarkdownMessage and copy utilities - Backend: file check/preview/reveal API endpoints, deliverable service enhancements - Docs and templates minor updates Made-with: Cursor
Each approval card's text input was bound to a single shared useState, causing typed text to appear in every card simultaneously. Changed to per-approval-id Record<string, string> so each card has independent state. Made-with: Cursor
Made-with: Cursor
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.
Version bump v0.4.20 → v0.4.21