52 Commits
Author SHA1 Message Date
forkless 71ccf4d995 auto-reset conversation history when switching persona 2026-06-17 02:37:59 +02:00
forkless 677f3b5d4f v0.1.19: strip meta-instructions from all personas, pure character voice 2026-06-17 02:20:55 +02:00
forkless 80ca1a7e12 fix: remove LogError call that triggered nil pointer in /ai new 2026-06-17 02:16:20 +02:00
forkless ebea69c5f3 fix: add nil guards for conversationStore and engagementEngine in /ai new 2026-06-17 02:12:43 +02:00
forkless b2c9d2748a fix: add panic recovery to ExecuteCommand to prevent plugin crash 2026-06-17 02:10:47 +02:00
forkless b3cec4f4cc fix: log /ai new errors instead of showing user Failed to reset conversation 2026-06-17 02:07:15 +02:00
forkless e6885f7db9 fix: terminator one directive only + /ai new ignore KVDelete errors 2026-06-17 02:05:54 +02:00
forkless 26417d22da strengthen brevity instruction with IMPORTANT/no exceptions framing 2026-06-17 02:02:46 +02:00
forkless fc77e2c820 fix: move brevity instruction to front of system prompt where model weights it more 2026-06-17 01:59:18 +02:00
forkless 0abba2bf44 fix: fall back to dropdown persona when KV override points to removed persona 2026-06-17 01:50:04 +02:00
forkless 7711f4fbb5 bump to v0.1.18, rebuild, deploy 2026-06-17 01:47:37 +02:00
forkless 49e575d9da swap help_text example to Gordon Ramsay food critic 2026-06-17 01:46:37 +02:00
forkless 8db18e9cf9 fix: remove duplicate brevity instruction from example prompt 2026-06-17 01:45:12 +02:00
forkless b80084bdc8 shorten help_text example to single concise paragraph 2026-06-17 01:43:43 +02:00
forkless 09f1dad207 add defaultCustomPersona fallback when custom textarea is empty 2026-06-17 01:42:30 +02:00
forkless 247594e5a6 fix: three separate blockquotes for example prompt paragraphs 2026-06-17 01:36:57 +02:00
forkless 6bf862271e fix: wrap example prompt in blockquote for visual separation 2026-06-17 01:26:34 +02:00
forkless 9c32320d4c fix: double blank lines between help_text paragraphs 2026-06-17 01:23:02 +02:00
forkless 7d1c55ea5f fix: adjust help_text paragraph spacing per user spec 2026-06-17 01:21:52 +02:00
forkless c94dd1247e fix: remove italics from help_text label so users don't copy it as part of prompt 2026-06-17 01:19:34 +02:00
forkless 09c43ef287 fix: italicize and separate example prompt in CustomPersona help_text 2026-06-17 01:17:38 +02:00
forkless 2423497dec feat: add example prompt in CustomPersona help_text, remove broken code fallback 2026-06-17 01:15:43 +02:00
forkless 60e3eff9d2 fix: simplify persona resolution to single path, use personaDesc for system prompt 2026-06-17 01:09:36 +02:00
forkless 03a321e542 fix: fall back to default custom persona when CustomPersona textarea is empty 2026-06-17 01:06:09 +02:00
forkless 8b48d31aba remove Yoda persona 2026-06-17 01:03:56 +02:00
forkless 59cc300a24 fix: replace Yoda prompt with user's version — salesman-first, 10-20% inversion, good/bad examples 2026-06-17 01:00:30 +02:00
forkless 8232917210 fix: allow /ai persona custom to set KV override and use CustomPersona textarea 2026-06-17 00:55:35 +02:00
forkless 2724305f67 fix: Yoda — every sentence must invert, one normal sentence max per reply 2026-06-17 00:48:24 +02:00
forkless 8d9485e749 fix: rewrite Yoda prompt as pure in-character examples, no meta-instructions 2026-06-17 00:46:06 +02:00
forkless 671e768594 fix: correct Yoda speech to topicalization/fronting mix instead of rigid OSV 2026-06-17 00:43:45 +02:00
forkless fbcb7cb7d3 fix: force Yoda backwards syntax (90/10 blend instead of 30/70) 2026-06-17 00:42:26 +02:00
forkless 1637a54caa fix: reset conversation history on fresh @-mention to prevent context bleed 2026-06-17 00:37:20 +02:00
forkless 72114f14ee fix: show dropdown display names in /ai persona list, add Custom at bottom 2026-06-17 00:31:48 +02:00
forkless 07fe9156ad fix: align persona list continuation indent with first-line description position 2026-06-17 00:21:41 +02:00
forkless 6b68b13039 fix: indent multi-line persona descriptions in list output instead of truncating 2026-06-17 00:21:01 +02:00
forkless bc54f711e0 fix: truncate persona list output to first line (multi-line prompts were dumping full text) 2026-06-17 00:20:22 +02:00
forkless 11bc5c44af v0.1.17: replace persona library with juxtaposed characters, add custom persona support 2026-06-17 00:13:52 +02:00
forkless 4a212c160c Restructure docs: move to docs/, rename CHANGES->CHANGELOG, add SECURITY.md 2026-06-16 22:04:43 +02:00
forkless 72d4821a26 Rewrite DESIGN.md to reflect current v0.1.16 state 2026-06-16 21:57:57 +02:00
forkless 7f3caee8ec Fix unknown persona detection, bump to v0.1.16 2026-06-16 21:46:07 +02:00
forkless 012826d93b Update Shakespeare persona, bump to v0.1.15 2026-06-16 21:41:13 +02:00
forkless 5ccd736640 Remove model commands, remove persona truncation, bump to v0.1.14 2026-06-16 21:36:15 +02:00
forkless 95cbc928e1 Remove /resetmatty, fix persona list formatting, bump to v0.1.13 2026-06-16 21:30:34 +02:00
forkless f038316615 Add /ai persona command, debug logging toggle, context trimming, persona override 2026-06-16 21:11:44 +02:00
forkless 31a81fbfaa Add EngagementEngine, persona system, dropdowns, penalties, /resetmatty, debug logging 2026-06-16 19:45:50 +02:00
forkless 83da1698c0 Add dev init script with auto-created admin user (admin/admin) on first boot 2026-06-16 17:52:46 +02:00
forkless 427aedaae7 Add streaming Ollama response with live post updates 2026-06-16 17:50:27 +02:00
forkless ed1cc8a6a6 Add MessageHasBeenPosted hook with @-mention, thread reply, bot account 2026-06-16 17:46:53 +02:00
forkless f749b3dd02 Scaffold Go plugin skeleton with Ollama client, conversation store, rate limiter 2026-06-16 17:45:53 +02:00
forkless 2709120cf3 Refine interaction model: @-mention as primary with EngagementEngine lifecycle 2026-06-16 17:29:33 +02:00
forkless 8da5dcec9b Scaffold project skeleton with DESIGN.md and supporting docs 2026-06-16 17:09:45 +02:00
forkless 217edeb568 Initial commit 2026-06-16 16:57:35 +02:00