|
|
9facff792d
|
auto-git:
[change] main.js
|
2025-05-31 19:37:11 +02:00 |
|
|
|
e36e7ee661
|
auto-git:
[change] main.js
|
2025-05-31 19:31:57 +02:00 |
|
|
|
541a3ab4bc
|
auto-git:
[change] main.js
|
2025-05-31 19:30:50 +02:00 |
|
|
|
5001f7a098
|
auto-git:
[change] main.js
|
2025-05-31 19:29:26 +02:00 |
|
|
|
07d7ac0cbd
|
Add new function StreamLLMREADME for generating README content using LLM
|
2025-05-31 19:28:16 +02:00 |
|
|
|
536c817ec5
|
auto-git:
[change] main.js
|
2025-05-31 19:24:35 +02:00 |
|
|
|
40e55c1446
|
Add file size and type filters for directory content retrieval
|
2025-05-31 19:20:37 +02:00 |
|
|
|
1a125dc530
|
Comment out unused import in main.js
|
2025-05-31 19:18:16 +02:00 |
|
|
|
a69a632dfe
|
Refactor README generation logic in main.js
|
2025-05-31 19:16:47 +02:00 |
|
|
|
724d1d0494
|
Add auto-generated README functionality
|
2025-05-31 19:16:34 +02:00 |
|
|
|
d40973def8
|
Add IPC handler for checking README existence
|
2025-05-31 19:16:27 +02:00 |
|
|
|
1118af8111
|
Add new endpoint to retrieve all commit hashes from a Git repository
|
2025-05-26 21:44:30 +02:00 |
|
|
|
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 |
|