mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-19 10:43:08 +00:00
feat: Mobile improvements and Add selective file staging and improve branch switching
This commit is contained in:
@@ -2174,8 +2174,8 @@ function createMockWorktreeAPI(): WorktreeAPI {
|
||||
};
|
||||
},
|
||||
|
||||
commit: async (worktreePath: string, message: string) => {
|
||||
console.log('[Mock] Committing changes:', { worktreePath, message });
|
||||
commit: async (worktreePath: string, message: string, files?: string[]) => {
|
||||
console.log('[Mock] Committing changes:', { worktreePath, message, files });
|
||||
return {
|
||||
success: true,
|
||||
result: {
|
||||
|
||||
Reference in New Issue
Block a user