1
0
Commit Graph

305 Commits

Author SHA1 Message Date
2060f4a7c4 Refactor get-commits handler to support pagination in main.js 2025-05-26 20:52:05 +02:00
67b9850ee7 Revert isIgnored function to original implementation 2025-05-26 20:41:46 +02:00
7bebfafa5a Fix unnecessary parentheses in isIgnored function 2025-05-26 20:41:46 +02:00
ce33c3d8f1 Refactor isIgnored function to use IGNORED_NAMES 2025-05-26 20:41:46 +02:00
3464119588 auto-git:
[change] main.js
2025-05-26 20:37:01 +02:00
90d10fa4cb Update visibility condition for 'Open Folder' menu item 2025-05-26 20:36:52 +02:00
523ce91120 Fix typo in label for copying folder path 2025-05-26 20:36:52 +02:00
41b73d9372 auto-git:
[change] main.js
2025-05-26 20:35:32 +02:00
144b2e89eb Add IPC handler for retrieving selected folder sync data 2025-05-26 20:22:00 +02:00
42595ad74b Add context menu for files in tree view 2025-05-26 20:20:38 +02:00
8a079d8e1e Remove commented-out code in main.js 2025-05-26 19:41:38 +02:00
aa189e0956 Remove redundant store set call in main.js 2025-05-26 19:39:45 +02:00
50a36e9c9c Fix typo in debug message 2025-05-26 10:12:00 +02:00
e8237e7692 Fix typo in debug message 2025-05-26 10:12:00 +02:00
204589038b auto-git:
[change] main.js
2025-05-26 09:28:37 +02:00
791dfa8585 Add missing ipcMain handler for 'get-daily-commit-stats' in main.js 2025-05-26 06:45:05 +02:00
0a2dd0d5ac auto-git:
[change] main.js
2025-05-26 06:31:18 +02:00
6a4622b368 Await autoCommit with 'win' parameter in startMonitoringWatcher 2025-05-26 03:04:19 +02:00
cc2dd069ba Pass 'win' parameter to autoCommit in startMonitoringWatcher 2025-05-26 03:04:19 +02:00
14bd7ccf9c Add parameter 'win' to autoCommit function 2025-05-26 03:04:19 +02:00
40655e4b1c Pass window object to streamLLMCommitMessages in main.js 2025-05-26 03:03:05 +02:00
d0a802798a auto-git:
[change] main.js
2025-05-26 03:00:31 +02:00
abaa0ed838 auto-git:
[change] main.js
2025-05-26 03:00:22 +02:00
06dca69910 auto-git:
[change] main.js
2025-05-26 03:00:15 +02:00
9c26193fa1 auto-git:
[change] main.js
2025-05-26 02:56:50 +02:00
361dab832e auto-git:
[change] main.js
2025-05-26 02:56:21 +02:00
0f511bf881 auto-git:
[change] main.js
2025-05-26 02:56:17 +02:00
4878cb18ef Add cat stream events to LLM commit messages 2025-05-26 02:37:52 +02:00
32bf0fb1a8 Add test comment to handle LLM runs 2025-05-26 00:52:15 +02:00
797f10cc2e Comment out unnecessary code in autoCommit function 2025-05-26 00:46:55 +02:00
1fcad45b97 Update date formatting in autoCommit function 2025-05-26 00:46:55 +02:00
36ed02cc9a Add comment 'test' in main.js 2025-05-25 22:41:30 +02:00
d31cbf339c Add empty line in main.js 2025-05-25 22:41:30 +02:00
7f8749a4af Comment out unused code block in main.js 2025-05-25 22:39:59 +02:00
e53d8ccf0b Add folder update logic in main.js 2025-05-25 22:39:59 +02:00
5a49754626 auto-git:
[change] main.js
2025-05-25 22:34:47 +02:00
9fd99edc12 Add empty line after folderObj processing 2025-05-25 22:34:47 +02:00
5ef4d0e03a Fix typo in debug message formatting 2025-05-25 22:34:47 +02:00
71f41a9cc7 Add condition to run LLM commit rewrite only if needsRelocation is false 2025-05-25 22:29:35 +02:00
9f67d4f95b Remove unnecessary comments in main.js 2025-05-25 22:29:35 +02:00
4205493ace Refactor commit rewrite logic to use folder object 2025-05-25 22:25:07 +02:00
445814aa73 Add folder monitoring for auto-commit 2025-05-25 22:25:07 +02:00
d289554c3a Rename updateMissingFolders to updateFoldersListener and adjust interval 2025-05-25 22:05:01 +02:00
01d211317a Set firstCandidateBirthday when a new LLM candidate is added 2025-05-25 22:05:01 +02:00
6157c544e7 Fix typo in comment for firstCandidateBirthday 2025-05-25 22:05:01 +02:00
26b5cb2856 Add comment to clear firstCandidateBirthday 2025-05-25 22:05:01 +02:00
49bfe0c04f Refactor autoCommit to handle firstCandidateBirthday 2025-05-25 22:02:10 +02:00
991306365a Update folderObj structure in main.js 2025-05-25 22:02:10 +02:00
6647486046 Add IPC handlers for minutes commit threshold 2025-05-25 21:50:24 +02:00
578fdfca1a Add minutesCommitThreshold configuration option 2025-05-25 21:49:35 +02:00