1
0
Commit Graph

566 Commits

Author SHA1 Message Date
4878cb18ef Add cat stream events to LLM commit messages 2025-05-26 02:37:52 +02:00
79ffeedbfa Add event listeners for IPC messages in renderer.js 2025-05-26 02:36:26 +02:00
a2fe374b32 Import AnimeCat and initialize it in renderer.js 2025-05-26 02:34:59 +02:00
48ca4c6e90 Comment out unused script in index.html 2025-05-26 02:34:59 +02:00
cf2c2fc7a3 Adjust cat slot left position in index.html 2025-05-26 02:32:37 +02:00
b9eb74b47b Fix cat slot position in index.html 2025-05-26 02:32:37 +02:00
f259bad82a auto-git:
[change] index.html
2025-05-26 02:27:29 +02:00
f05a76aba5 auto-git:
[change] index.html
2025-05-26 02:27:24 +02:00
43e7a22d4c auto-git:
[change] index.html
2025-05-26 02:27:06 +02:00
1d65e6d712 auto-git:
[change] index.html
2025-05-26 02:25:54 +02:00
a82eb42189 auto-git:
[change] index.html
2025-05-26 02:25:35 +02:00
773e9947a8 Reduce cat image size 2025-05-26 02:25:35 +02:00
df139c6db4 Minimize cat slot margin 2025-05-26 02:25:35 +02:00
c8986317e8 Fine-tune cat slot position 2025-05-26 02:25:35 +02:00
eaa319e535 Adjust cat slot position 2025-05-26 02:25:35 +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
91ebae3664 Add minutes commit threshold setting 2025-05-25 22:02:10 +02:00
ceffa9ba0a Fix incorrect IPC method calls in preload.js 2025-05-25 21:50:24 +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
dde9a4d630 Add datetime information to folder object on first commit 2025-05-25 21:49:35 +02:00
2e4f5e95b1 Fix settings.html to handle minutes commit threshold 2025-05-25 21:49:06 +02:00
194dbf336f Fix preload.js to correctly expose minutes commit threshold methods 2025-05-25 21:49:06 +02:00
cf5cae5dde Update preload.js to include minutes commit threshold methods 2025-05-25 21:49:06 +02:00
f28e128e14 Add minutes input to settings.html 2025-05-25 21:49:06 +02:00
cb2cfcbf77 auto-git:
[change] settings.html
2025-05-25 21:47:29 +02:00
a30b217d1b Fix typo in ellapsedMinutesInput variable name in settings.html 2025-05-25 21:47:29 +02:00
0a3cbc49d2 Correct variable name and update input ID in settings.html 2025-05-25 21:47:29 +02:00
b30b4a4909 Add time input for intelligent commit threshold in settings.html 2025-05-25 21:47:29 +02:00
cc12b83b46 Fix label text in settings.html 2025-05-25 21:47:29 +02:00
52a449a782 Refactor and add hack to kill Ollama process on port 11434 in main.js 2025-05-25 20:01:23 +02:00