Commit Graph

258 Commits

Author SHA1 Message Date
Grail Finder
3500b44b2f Fix: update status line panic 2025-05-27 11:19:01 +03:00
Grail Finder
4a17dd745c Enha: rename to tts.go; use one buffer; 2025-05-21 21:16:42 +03:00
Grail Finder
fe4f759173 Chore: project rename; gf-lt => grailfinder's llm tui 2025-05-21 19:55:14 +03:00
Grail Finder
8b9a33d330 Chore: nolint comment for nonvalid issues 2025-05-19 10:45:26 +03:00
Grail Finder
94df5b830c Chore: linter 2025-05-19 10:42:10 +03:00
Grail Finder
a7e7da6f99 Feat: stop audio [WIP] 2025-05-19 09:42:47 +03:00
Grail Finder
2e5755c28a Enha: remove special tokens from whisper resp 2025-05-18 15:28:34 +03:00
Grail Finder
441225ede8 Refactor: cleanup stt mess, config use 2025-05-18 14:32:54 +03:00
Grail Finder
2b2e45ff00 Feat: stt voice typing with whisper.cpp server [WIP] 2025-05-18 14:01:56 +03:00
Grail Finder
2d56806cfa Feat: stt sketch [WIP] 2025-05-17 21:23:51 +03:00
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