summaryrefslogtreecommitdiff
path: root/bot.go
AgeCommit message (Collapse)Author
2 daysFix: listen to the finish signalGrail Finder
2025-08-22Fix: export chat save in db; botPersona switching back to assistantGrail Finder
2025-08-20Feat: bot to write for any char in chat (completion only)Grail Finder
2025-08-08Enha: show tool responseGrail Finder
2025-08-08Chore: db path to configGrail Finder
2025-08-08Enha: get func name from oai tool callGrail Finder
2025-08-08Enha: showSys to skip sys or tool msgsGrail Finder
2025-08-08Enha: /chat /completions tool calls to live in peaceGrail Finder
2025-08-08Feat: tool chunk channel for openai tool callsGrail Finder
2025-08-08Feat: openai type func call for llamacppGrail Finder
2025-08-07Fix: use of logger before initGrail Finder
2025-08-07Feat: open router implGrail Finder
2025-06-11Feat: rename user through propsGrail Finder
2025-05-21Enha: rename to tts.go; use one buffer;Grail Finder
2025-05-21Chore: project rename; gf-lt => grailfinder's llm tuiGrail Finder
2025-05-19Chore: linterGrail Finder
2025-05-19Feat: stop audio [WIP]Grail Finder
2025-05-18Refactor: cleanup stt mess, config useGrail Finder
2025-05-18Feat: stt voice typing with whisper.cpp server [WIP]Grail Finder
2025-05-17Fix: signal that llm is doneGrail Finder
2025-05-17Feat: add extra kokoro ttsGrail Finder
2025-05-01Fix: tool descriptionGrail Finder
2025-03-21feat: initialize Cluedo state at program startup when conditions are metGrail Finder (aider)
2025-03-21fix: initialize Cluedo state when enabled and role is CluedoPlayerGrail Finder (aider)
2025-03-21refactor: reorder cluedo logic and improve player card display in chatRoundGrail Finder
2025-03-21fix: properly declare rm variable in removeThinking functionGrail Finder (aider)
2025-03-21refactor: Adjust spacing and add extra package import in bot.goGrail Finder
2025-03-21feat: add Cluedo game mode with turn-based card remindersGrail Finder (aider)
2025-03-10Feat: a bit of progress with r1Grail Finder
2025-03-10feat: add error detection and handling for LLM API responsesGrail Finder (aider)
2025-03-10refactor: Improve error logging and add comment for error handling in ↵Grail Finder
sendMsgToLLM
2025-03-10Refactor: pngmeta rewriteGrail Finder
2025-02-28Feat: add deepseek integration [WIP] (only completion works)Grail Finder
2025-02-19Chore: move rag settings to configGrail Finder
2025-02-16Feat: divide continue-gen and next-msg-genGrail Finder
2025-02-15Enha: log level to propsGrail Finder
2025-02-15Fix: thinkingGrail Finder
2025-02-11Feat: show card's imgGrail Finder
2025-02-11Fix: /v1 chat endpoint; linterGrail Finder
2025-02-08Feat: add tool reminder bindGrail Finder
2025-02-06Enha: server updateGrail Finder
2025-02-02Refactor: remove iconsGrail Finder
2025-02-02Feat: remove thinking and tool msgs from ctxGrail Finder
2025-02-01Feat: switch between completion and chat apiGrail Finder
2025-01-29Feat: set/change props from tui for /completionGrail Finder
2025-01-28Feat: edit agent png cardsGrail Finder
2025-01-22Feat: llamacpp /completion attemptGrail Finder
2025-01-16Fix: specv2 cards wrapper caseGrail Finder
2025-01-15Feat (status line): add model nameGrail Finder
2025-01-09Fix: flow controlGrail Finder