Commit graph

71 commits

Author SHA1 Message Date
doolijb
a5ba629d55 Context Infill Engine fixes, improvements, context template improvements, reworked post history instructions 2026-07-24 04:13:59 -07:00
doolijb
9d676fc1ff Document & accessibility view, bug fixes 2026-07-21 23:17:43 -07:00
doolijb
87d320ce42 bump ver 2026-07-20 19:51:17 -07:00
doolijb
b76f6a7546 bump ver 2026-07-18 03:47:21 -07:00
doolijb
04e60aba0c Rename world to narrator, fixes, upgrade to skeleton.dev v5, ui polishing 2026-07-18 03:43:57 -07:00
doolijb
ac42eaf847 Fixes 2026-07-17 02:30:18 -07:00
doolijb
ed21eb80c8 Fixes, WIP world narration chat prompt 2026-07-16 23:46:20 -07:00
doolijb
c91dc160bb Bump ver 2026-07-16 09:25:53 -07:00
doolijb
7cc61df2eb UI polish, model improvements, restore connectiveness without .env set 2026-07-16 09:25:29 -07:00
doolijb
6374a3eef2 bugfixes, ui improvements, multiplayer fixes, re-download missing kcpp binaries 2026-07-14 23:36:49 -07:00
doolijb
d4ecd21c70 Android APK signing, available features, embedding api, docker kcpp fix 2026-07-13 17:27:24 -07:00
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
42a4556820 Custom themes 2026-07-07 22:11:23 -07:00
doolijb
52311c1155 bump package ver 2026-07-06 16:45:43 -07:00
doolijb
6266fb5cdf bump project version 0.5.0-pr-5 2026-07-06 04:16:15 -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
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
8ea1be072b Initital Summarization 2026-06-15 01:13:47 -07:00
doolijb
4ea1b1f907 Character import library 2026-03-04 20:52:56 -08:00
doolijb
5e9ffb5617 bug fixes, hide assistant chat, optimize wizard for non-admin users 2026-01-30 23:16:46 -08:00
doolijb
7ad9f66cb8 bump package.json 2026-01-28 22:15:14 -08:00
doolijb
f7f38dd699 Misc 2025-12-02 21:53:12 -08:00
doolijb
9d364e5bdc Ollama adapter fixes. Improved assistant char generation. 2025-11-12 23:25:59 -08:00
doolijb
7c8597f5db Initial, assistant can draft character 2025-11-05 22:42:27 -08:00
Jody Doolittle
5dc43b8996 Overhaul socket handler names, authentication, accounts 2025-08-22 01:01:23 -07:00
Jody Doolittle
6ccb319a16 Merge branch 'feature/reorg-socket-handlers' into develop 2025-08-19 22:01:14 -07:00
Jody Doolittle
6882a96e57 Fixes, readme updates 2025-08-17 13:18:45 -07:00
Jody Doolittle
313aa8423e Initial reorganization 2025-08-13 22:40:48 -07:00
Jody Doolittle
08ab2dfb23 Another run.cmd fix + executables 2025-08-09 23:28:07 -07:00
Jody Doolittle
db1c50ecd8 Extract ListItem components, enhance tag search, fix double-brace syntax, and improve chat UX
Component Architecture
NEW: Extract LorebookListItem, PersonaListItem components for consistency
UPDATE: Refactor all sidebars to use dedicated ListItem components
ENHANCE: Add tag-based search across Characters, Personas, and Chats sidebars
Template Syntax Standardization
FIX: Standardize on {{char:#}} double-brace syntax throughout codebase
UPDATE: TipTap extensions, lorebook bindings, and prompt templates
MIGRATE: Legacy {char:#} syntax support maintained for backwards compatibility
Chat Experience Improvements
NEW: Next character indicator in group chats with continue/choose options
ADD: getChatResponseOrder socket for intelligent character turn management
ENHANCE: Auto-scroll behavior with retry logic and position restoration
FIX: Proper response order after message deletion and creation
Tag System Integration
COMPLETE: Full tag support for Lorebooks with CRUD operations
ADD: processLorebookTags helper function for tag management
ENHANCE: Tag search functionality across all entity types
UPDATE: Socket interfaces to include tag arrays
Database & Infrastructure
IMPROVE: Database lock management with proper cleanup
STANDARDIZE: Data directory handling with environment variable support
OPTIMIZE: Query efficiency with proper tag relationships
FIX: PGlite configuration and migration handling
Bug Fixes & Polish
FIX: Italic markdown parsing with trailing spaces
REMOVE: Debug console.log statements throughout codebase
ENHANCE: Loading states and error handling in forms
IMPROVE: Socket event naming consistency and response handling
2025-08-09 00:25:09 -07:00
Jody Doolittle
cb2449ce58 Added database lock 2025-07-29 14:53:11 -07:00
Jody Doolittle
a52376b4ed Merge branch 'feature/ollama-manager' into feature/0.4-refinements 2025-07-27 20:12:52 -07:00
Jody Doolittle
737a1638a5 Initial tags sidebar
Character, persona forms validation
2025-07-22 23:20:29 -07:00
Jody Doolittle
65f44cf557 Merge branch 'develop' into feature/ollama-manager 2025-07-10 17:05:28 -07:00
Jody Doolittle
5dcc036985 Bump to 0.3.2 2025-07-10 16:15:20 -07:00
Jody Doolittle
c0daa534f9
Fix v3, add json support (#46)
* Fix v3, add json support

* Add chunk banners

* Customize entrypoint
2025-07-10 15:37:20 -07:00
Jody Doolittle
d6a0d1f5d7 WIP Ollama manager 2025-07-08 16:54:30 -07:00
Jody Doolittle
adbfa01235 Bump to 0.3.1 2025-07-06 16:36:42 -07:00
Jody Doolittle
f57aaa8df6
Feature/fix ws binding (#33)
* Bind server ws to 0.0.0.0 instead of local ip

* Use page.url.host instead of programically grabbing server-side ip

* Remove env/ip binded socket host

* client build socket url using client domain
2025-07-06 16:26:06 -07:00
Jody Doolittle
ed4780cc53
Feature/fix lmstudio (#34)
* Add gemma tokencounter, more conservative estimator

* LM Studio fixes

* Set correct default endpoint for LM Studio
2025-07-06 16:19:02 -07:00
Jody Doolittle
8c525228ec Migrate to pglite 2025-07-03 12:18:02 -07:00
Jody Doolittle
203e686af6 Cleanup workflow, retry 2025-07-03 08:35:56 -07:00
Jody Doolittle
67cccf2a9e Rewrite readme, version bump 2025-07-02 14:10:40 -07:00
Jody Doolittle
450226ecf4 Bunch of minor fixes 2025-06-30 17:30:33 -07:00
Jody Doolittle
05921fe577 Update packaging, logo 2025-06-30 09:12:33 -07:00