feat: Mobile improvements and Add selective file staging and improve branch switching

This commit is contained in:
gsxdsm
2026-02-17 15:20:28 -08:00
parent de021f96bf
commit 7fcf3c1e1f
42 changed files with 2706 additions and 256 deletions

View File

@@ -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: {