16 Commits
Author SHA1 Message Date
forkless 71ccf4d995 auto-reset conversation history when switching persona 2026-06-17 02:37:59 +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 8232917210 fix: allow /ai persona custom to set KV override and use CustomPersona textarea 2026-06-17 00:55:35 +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 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 f749b3dd02 Scaffold Go plugin skeleton with Ollama client, conversation store, rate limiter 2026-06-16 17:45:53 +02:00