Commit Graph

398 Commits

Author SHA1 Message Date
Grail Finder
f7d1fbf73c Fix: signal that llm is done 2025-05-17 13:33:00 +03:00
Grail Finder
d05d904747 Feat: add extra kokoro tts 2025-05-17 12:19:30 +03:00
Grail Finder
10cca9037f Fix: tool description 2025-05-01 07:08:03 +03:00
Grail Finder
d2e4846835 Feat: import chat on f11 2025-04-06 13:59:44 +03:00
Grail Finder
4a9c90af3f Fix: esc on edit mode 2025-04-05 21:52:10 +03:00
Grail Finder
c6de09562b Bug: two esc presses needed to exit edit page 2025-04-05 21:01:48 +03:00
Grail Finder (aider)
67e540298a fix: Use correct ReadCard function in tables.go 2025-03-23 14:05:46 +03:00
Grail Finder (aider)
3e7499f71a feat: add new_chat_from_card option to reload card and start fresh chat 2025-03-23 13:03:15 +03:00
Grail Finder
98d48228d8 Fix: order in cluedo card 2025-03-23 12:57:49 +03:00
Grail Finder
57fb00c494 Feat: cluedo card; 2025-03-22 07:29:25 +03:00
Grail Finder (aider)
cb4a4b8cf7 feat: initialize Cluedo state at program startup when conditions are met 2025-03-21 19:19:09 +03:00
Grail Finder (aider)
e8f2fe7809 fix: initialize Cluedo state when enabled and role is CluedoPlayer 2025-03-21 18:58:13 +03:00
Grail Finder
d05cea050c refactor: reorder cluedo logic and improve player card display in chatRound 2025-03-21 18:58:05 +03:00
Grail Finder (aider)
954de708c5 fix: properly declare rm variable in removeThinking function 2025-03-21 18:37:06 +03:00
Grail Finder
03095359da refactor: Adjust spacing and add extra package import in bot.go 2025-03-21 18:36:52 +03:00
Grail Finder (aider)
18ad0f5f42 feat: add Cluedo game mode with turn-based card reminders 2025-03-21 18:30:39 +03:00
Grail Finder
4c994282b0 Feat: a bit of progress with r1 2025-03-10 23:38:33 +03:00
Grail Finder (aider)
53e9dff387 refactor: standardize user role in chat body messages 2025-03-10 22:05:48 +03:00
Grail Finder
686bb1fedd feat: add DeepSeekerChat chunk parser and refactor DeepSeeker to DeepSeekerCompletion 2025-03-10 22:05:40 +03:00
Grail Finder (aider)
d963304f61 feat: add error detection and handling for LLM API responses 2025-03-10 20:51:08 +03:00
Grail Finder
d04fbc792e refactor: Improve error logging and add comment for error handling in sendMsgToLLM 2025-03-10 20:51:00 +03:00
Grail Finder (aider)
cbd850bda8 chore: Remove AI comment from altwriter.go 2025-03-10 20:34:35 +03:00
Grail Finder
753184816c refactor: handle errors in createTextChunk and remove commented code 2025-03-10 20:33:49 +03:00
Grail Finder (aider)
de65f1fc82 fix: add error handling for binary.Write and remove unused variable 2025-03-10 20:25:21 +03:00
Grail Finder
0497cdcfe6 Refactor: pngmeta rewrite 2025-03-10 20:08:07 +03:00
Grail Finder
10f0efbb2a Fix: thinking block 2025-03-10 07:02:12 +03:00
Grail Finder
b653b52751 Enha: ctrl+v to go through all the links 2025-03-01 17:50:33 +03:00
Grail Finder
fd1ac24d75 Feat: add deepseek integration [WIP] (only completion works) 2025-02-28 16:16:11 +03:00
Grail Finder
49409f5d94 Feat: add extra/cluedo [WIP] 2025-02-26 16:02:48 +03:00
Grail Finder
97a1fc507e Feat: shift syscard to first msg option 2025-02-24 18:57:31 +03:00
Grail Finder
71987d25e9 Chore: move rag settings to config 2025-02-19 19:56:58 +03:00
Grail Finder
3ae71d81c4 Fix: card edit 2025-02-16 13:43:42 +03:00
Grail Finder
58d632ed19 Fix: tool use message 2025-02-16 12:27:21 +03:00
Grail Finder
c9f5b17f1f Feat: divide continue-gen and next-msg-gen 2025-02-16 09:22:15 +03:00
Grail Finder
c134479414 Enha: log level to props 2025-02-15 11:09:47 +03:00
Grail Finder
83babd0271 Fix: thinking 2025-02-15 08:46:33 +03:00
Grail Finder
2b9c44eff9 Feat: show card's img 2025-02-11 19:41:14 +03:00
Grail Finder
f0fb6a3137 Fix: /v1 chat endpoint; linter 2025-02-11 09:21:46 +03:00
Grail Finder
5468053908 Enha: rewrite (upsert) memory 2025-02-09 18:21:34 +03:00
Grail Finder
c857661393 Feat: add tool reminder bind 2025-02-08 18:28:47 +03:00
Grail Finder
884004a855 Enha: server update 2025-02-06 16:57:37 +03:00
Grail Finder
6676b7d12b Fix: load json syscards, replace char and user 2025-02-03 20:18:17 +03:00
Grail Finder
eb53b13381 Refactor: remove icons 2025-02-02 17:58:07 +03:00
Grail Finder
7ca188dcdc Feat: code block copy; model update; [WIP:broke tables] 2025-02-02 13:25:24 +03:00
Grail Finder
4e9b31baf8 Feat: remove thinking and tool msgs from ctx 2025-02-02 10:05:43 +03:00
Grail Finder
84c94ecea3 Feat: switch between completion and chat api 2025-02-01 16:32:36 +03:00
Grail Finder
336451340b Feat: set/change props from tui for /completion 2025-01-29 20:18:40 +03:00
Grail Finder
7bf18dede5 Feat: edit agent png cards 2025-01-28 20:40:09 +03:00
Grail Finder
976d6423ac Refactor: different endpoint types 2025-01-24 09:25:08 +03:00
Grail Finder
3374080ba0 Feat: chat preview 2025-01-24 09:24:37 +03:00