aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_actions/src/registry/client_registry.rs
Commit message (Expand)AuthorAgeFilesLines
* fix: Make the ActionContext passed to on_proc_begin mutable魏曹先生2025-10-271-1/+1
* Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生2025-10-241-2/+3
* Fix Clippy warnings and optimize code魏曹先生2025-10-131-2/+2
* feat: implement asynchronous action call system魏曹先生2025-10-131-7/+10
* feat: Implement JSON-based type-erased action invocation魏曹先生2025-10-131-5/+23
* feat: Add JSON-based action invocation to ActionPool魏曹先生2025-10-131-2/+2
* fix: Resolve callback type mismatch in client_registry魏曹先生2025-10-121-0/+39
* Create vcs_actions crate for client-server interaction logic魏曹先生2025-10-061-0/+0