aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src/actions/user_actions.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change virtual file edit right action output format魏曹先生2025-12-081-2/+2
|
* Add print_info option to edit right change action魏曹先生2025-11-261-13/+20
| | | | | | | | | The action now accepts a boolean flag to control whether success information should be printed to stdout. When enabled, held files are prefixed with "+" and thrown files with "-". The logic for hold/throw operations was also corrected to match the intended behavior.
* Implement virtual file edit right management魏曹先生2025-11-251-9/+107
|
* Add `hold_virtual_file_action` in user actions魏曹先生2025-11-251-0/+36
|
* Create vcs_actions crate for client-server interaction logic魏曹先生2025-10-061-0/+0
- Add new crate to combine action_system and vcs_data functionality - Define dependencies on both action_system and vcs_data crates - Prepare structure for implementing client-server communication logic