aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_actions
Commit message (Expand)AuthorAgeFilesLines
...
* Add some debug logs魏曹先生2025-10-272-16/+61
* Fix some spelling issues.魏曹先生2025-10-242-3/+20
* Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生2025-10-242-3/+14
* Fix Clippy warnings and optimize code魏曹先生2025-10-132-4/+4
* feat: implement asynchronous action call system魏曹先生2025-10-134-20/+34
* feat: Implement JSON-based type-erased action invocation魏曹先生2025-10-135-11/+56
* feat: Add JSON-based action invocation to ActionPool魏曹先生2025-10-132-4/+4
* feat: Add connection infrastructure and documentation魏曹先生2025-10-123-0/+145
* chore: Update dependencies and module exports魏曹先生2025-10-122-0/+14
* feat: Implement SetUpstreamVaultAction魏曹先生2025-10-121-0/+17
* feat: Add server action registry魏曹先生2025-10-121-0/+9
* fix: Resolve callback type mismatch in client_registry魏曹先生2025-10-121-0/+39
* Create vcs_actions crate for client-server interaction logic魏曹先生2025-10-0611-0/+24