Grail Finder
0068cd17ff
Chore: add colorschemes
2025-09-05 08:55:05 +03:00
Grail Finder
a21664fe92
Fix: export chat save in db; botPersona switching back to assistant
2025-08-22 23:15:20 +03:00
Grail Finder
eee5e83d32
Feat: bot to write for any char in chat (completion only)
2025-08-20 22:45:41 +03:00
Grail Finder
c3a5de7a0d
Enha: showSys to skip sys or tool msgs
2025-08-08 13:08:21 +03:00
Grail Finder
d7d432b8a1
Enha: /chat /completions tool calls to live in peace
2025-08-08 13:03:37 +03:00
Grail Finder
813cb49d36
Feat: open router impl
2025-08-07 12:18:01 +03:00
Grail Finder
9b2558ffe8
Enha: msg copy; if index not provided or incorrect, copy user input
2025-08-07 07:08:30 +03:00
Grail Finder
c58f251745
Enha: export chat to export dir
2025-08-07 06:43:02 +03:00
Grail Finder
a4b7503e79
Feat: user can send messages under different personas
2025-07-27 11:35:13 +03:00
Grail Finder
cd606a774e
Fix: out of range index pick
2025-07-23 07:30:31 +03:00
Grail Finder
2040473468
Chore: readme update
2025-06-17 07:18:45 +03:00
Grail Finder
c2da07ddc3
Feat: rename user through props
2025-06-11 11:36:24 +03:00
Grail Finder
3500b44b2f
Fix: update status line panic
2025-05-27 11:19:01 +03:00
Grail Finder
fe4f759173
Chore: project rename; gf-lt => grailfinder's llm tui
2025-05-21 19:55:14 +03:00
Grail Finder
a7e7da6f99
Feat: stop audio [WIP]
2025-05-19 09:42:47 +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
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
57fb00c494
Feat: cluedo card;
2025-03-22 07:29:25 +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
71987d25e9
Chore: move rag settings to config
2025-02-19 19:56:58 +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
c857661393
Feat: add tool reminder bind
2025-02-08 18:28:47 +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
3374080ba0
Feat: chat preview
2025-01-24 09:24:37 +03:00
Grail Finder
75f51c1a19
Feat: llamacpp /completion attempt
2025-01-22 20:17:49 +03:00
Grail Finder
c41ff09b2f
Fix: specv2 cards wrapper case
2025-01-16 17:53:35 +03:00
Grail Finder
db678b5215
Enha: table for sysprompts
2025-01-15 18:05:47 +03:00
Grail Finder
1ea19ba11e
Feat (status line): add model name
2025-01-15 16:46:59 +03:00
Grail Finder
85f96aa401
Feat: RAG file loading status textview
2025-01-11 17:29:21 +03:00
Grail Finder
363bbae2c7
Fix: RAG updates
2025-01-09 15:49:59 +03:00
Grail Finder
7bbedd93cf
Enha (RAG): raw text as primary key in vector db
2025-01-07 11:11:44 +03:00
Grail Finder
b822b3a161
Refactor: rag to sep package
2025-01-05 20:51:31 +03:00
Grail Finder
4736e43631
Feat (RAG): tying tui calls to rag funcs [WIP; skip-ci]
...
RAG itself is annoying to properly implement, plucking sentences with no
context is useless. Also it should not be a part of main package, same
for goes for tui. The number of global vars is absurd.
2025-01-04 18:13:13 +03:00
Grail Finder
4db8aea43d
Feat: read json sysprompt cards
2024-12-23 19:02:36 +03:00
Grail Finder
f367ad266a
Enha: chat management table
2024-12-15 22:02:32 +03:00