summaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src/registry/client_registry.rs
AgeCommit message (Expand)Author
2026-01-12Reorganize crate structure and move documentation files魏曹先生
2026-01-02Add host mode authentication and reference sheet handling魏曹先生
2025-12-15Add edit mapping action for sheet operations魏曹先生
2025-12-01Update func `current_doc_dir` to `current_cfg_dir`魏曹先生
2025-11-25Implement virtual file edit right management魏曹先生
2025-11-25Rename `virtual_file_action.rs` to `track_action.rs`魏曹先生
2025-11-06update: Connection and registry enhancements魏曹先生
2025-11-05Add sheet restoration and drop functionality魏曹先生
2025-11-03update: Registry and connection improvements魏曹先生
2025-10-30Add update_to_latest_info action魏曹先生
2025-10-30Change auth_member to return MemberId on success魏曹先生
2025-10-29Apply clippy suggestions魏曹先生
2025-10-29Add LocalWorkspace and UserDirectory to client ActionContext魏曹先生
2025-10-27fixed: Incorrect condition setting for determining whether to send魏曹先生
2025-10-27fix: Make the ActionContext passed to on_proc_begin mutable魏曹先生
2025-10-24Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生
2025-10-13Fix Clippy warnings and optimize code魏曹先生
2025-10-13feat: implement asynchronous action call system魏曹先生
2025-10-13feat: Implement JSON-based type-erased action invocation魏曹先生
2025-10-13feat: Add JSON-based action invocation to ActionPool魏曹先生
2025-10-12fix: Resolve callback type mismatch in client_registry魏曹先生
2025-10-06Create vcs_actions crate for client-server interaction logic魏曹先生