Commit graph

313 commits

Author SHA1 Message Date
doolijb
735e2f7098 Experimental android build 2026-07-13 03:48:59 -07:00
doolijb
42f4745186 Potential docker+koboldcpp manager fix, potential theme import fix, documentation, misc ui improvmeents 2026-07-11 22:10:30 -07:00
doolijb
e469a49958 Added initial tests, koboldcpp end to end functionality and LLM queue hardening 2026-07-11 01:45:38 -07:00
doolijb
5320e651fe LLM queue overhaul, functioning KoboldCPP manager lifecycle, new managed KCPP connection type 2026-07-09 00:37:25 -07:00
doolijb
1325a48ce9 svelte warning cleanup 2026-07-07 22:15:46 -07:00
doolijb
42a4556820 Custom themes 2026-07-07 22:11:23 -07:00
doolijb
b9392f2586 dockerfile fixes 2026-07-06 16:49:38 -07:00
doolijb
52311c1155 bump package ver 2026-07-06 16:45:43 -07:00
doolijb
6e0ff59f3f Fix edit chat form, add dist docker build 2026-07-06 16:45:14 -07:00
doolijb
df857c6eb8 personaIds characterIds default to empty array 2026-07-06 06:20:14 -07:00
doolijb
f0dd6b08dc Whitelist more sharp builds 2026-07-06 06:06:19 -07:00
doolijb
d4a7b7abe3 Fix package.json import 2026-07-06 05:43:49 -07:00
doolijb
fff8883848 Grab correct node version 2026-07-06 05:36:45 -07:00
doolijb
542f691d6b whitelist macos sharp build 2026-07-06 05:13:59 -07:00
doolijb
876e83ee8e update .gitignore 2026-07-06 05:01:31 -07:00
doolijb
0084986e18 Additional licensing additions 2026-07-06 04:55:20 -07:00
doolijb
db363e011c Improve license handling 2026-07-06 04:44:31 -07:00
doolijb
6a292dd310 Add LGPL-3.0 to allowed licenses 2026-07-06 04:27:29 -07:00
doolijb
6266fb5cdf bump project version 0.5.0-pr-5 2026-07-06 04:16:15 -07:00
doolijb
d7f4f51386 narative graph and koboldcpp manager overhaul 2026-07-06 04:14:07 -07:00
doolijb
a5eb8145de Startup wizard overhaul, sillytavern import 2026-06-23 23:07:54 -07:00
doolijb
7629f9ba16 ContextInfillEngine replaced with KeywordInfillEngine, additional debugging controls 2026-06-23 17:19:22 -07:00
doolijb
cbfdb9e69c pin chat character images, graph history entries 2026-06-21 23:36:31 -07:00
doolijb
27f6468fe2 Socket cleanup and permissions 2026-06-21 20:24:21 -07:00
doolijb
b120af37f1 added anthropic connection type 2026-06-19 23:31:37 -07:00
doolijb
909c76e5ea Thinking improvments 2026-06-19 23:03:38 -07:00
doolijb
eb6479ade0 ollama manager - fix hugging face, remove ollamadb.dev 2026-06-19 21:22:10 -07:00
doolijb
6c631d3261 Prompt management for lore/summarization 2026-06-18 23:47:01 -07:00
doolijb
91731bf1a6 relationship graphs initial 2026-06-18 03:09:40 -07:00
doolijb
389584c953 Scenes initial and lorebook sidebar entry UI overhaul 2026-06-17 02:02:43 -07:00
doolijb
66fd80c344 0.5.0-pr-4 2026-06-16 18:13:40 -07:00
doolijb
e8f1118196 RAG initital 2026-06-16 18:12:40 -07:00
doolijb
95749e4be0 User backgrounds initial 2026-06-15 20:10:39 -07:00
doolijb
d23484fb87 KoboldCPP manager initial 2026-06-15 14:00:39 -07:00
doolijb
d9c0c685a1 Fix pin toggle blank screen and continue response bug
Replace Zag.js Switch components with native checkboxes in
HistoryEntryManager to eliminate event machinery that caused the
page to go blank when toggling the Pinned/constant field.

Fix continue response to use the prefill placeholder rather than
inserting a synthetic duplicate assistant message. The old approach
produced two consecutive assistant entries in chat-completion APIs
(invalid) and a wrongly-closed block for text-completion formats,
preventing the LLM from seeing the partial content as a continuation
signal. Now sets _continuationPrefill on the chat object and the
ContentInfillEngine seeds the -2 placeholder with it instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 13:06:45 -07:00
doolijb
8ea1be072b Initital Summarization 2026-06-15 01:13:47 -07:00
doolijb
e43ed8f2ed Fix sampling config sidebar 2026-03-25 23:04:28 -07:00
doolijb
a734f4d4f8 Fix connections 2026-03-25 22:17:06 -07:00
doolijb
8307690d34 Add blueoak to approved licenses 2026-03-04 21:07:12 -08:00
doolijb
4ea1b1f907 Character import library 2026-03-04 20:52:56 -08:00
Jody Doolittle
64e699a74a
Merge pull request #84 from Flippo24/db_init_fix
fixed the initial-start crash by ensuring a default connection is ...
2026-03-04 16:56:53 -08:00
Jody Doolittle
1981c124ee
Merge branch 'develop' into db_init_fix 2026-03-04 16:56:40 -08:00
Jody Doolittle
c6a7518cfa
Merge pull request #86 from Flippo24/sockets
PUBLIC_SOCKETS_ENDPOINT sets custom websockets endpoint
2026-03-04 16:49:16 -08:00
doolijb
a95d6e44f3 Fix delete mutable context 2026-02-25 21:24:39 -08:00
doolijb
c020a064a5 WIP char lib draft, formatting 2026-02-01 21:30:36 -08:00
Flippo24
3fe3e041cf PUBLIC_SOCKETS_ENDPOINT sets websocket endpoint in client 2026-02-01 22:44:14 +01:00
Flippo24
cfb53b8abb fix: use same-origin socket endpoint and allow PUBLIC_SOCKETS_ENDPOINT override 2026-02-01 16:05:51 +01:00
Flippo24
73b8932e94
fixed the initial-start crash by ensuring a default connection is created and wired into system settings when none exists. This prevents users:current from failing on a fresh DB.
Details

Added a safety path in getUserConfigurations.ts to create a default Ollama connection when no valid default connection is present, then set system_settings.default_connection_id.
Also ensures system settings are reloaded after creation/updates so the fix uses current values.
2026-02-01 12:55:50 +01:00
doolijb
5e9ffb5617 bug fixes, hide assistant chat, optimize wizard for non-admin users 2026-01-30 23:16:46 -08:00
doolijb
39f0217cdf Initial trademark 2026-01-29 00:24:25 -08:00