Alexej Wolff draug
  • localhost
  • Joined on 2023-01-28
draug pushed to main at draug/ReSekai 2026-05-09 04:39:21 +00:00
e8cd01c693 feat: banner generation, improved memory system, streaming text animation
draug pushed to main at draug/ReSekai 2026-05-06 23:19:45 +00:00
f6fffc1561 feat: increase max_tokens 2x (1500->3000)
draug pushed to main at draug/ReSekai 2026-05-06 23:03:00 +00:00
9bf40a0aa6 fix: explicit UTF-8 charset everywhere
draug pushed to main at draug/ReSekai 2026-05-06 23:01:10 +00:00
51964edff7 fix: add buffer for SSE stream parsing to prevent truncated words
draug pushed to main at draug/ReSekai 2026-05-06 22:57:29 +00:00
ee0b52f88a fix: add top_p 0.95, stricter word completion rules
draug pushed to main at draug/ReSekai 2026-05-06 22:55:06 +00:00
a698b5f832 fix: increase max_tokens to 1500, stricter grammar rules
draug pushed to main at draug/ReSekai 2026-05-06 22:44:23 +00:00
249d21364e feat: add 'save as global NPC' toggle for story characters
draug pushed to main at draug/ReSekai 2026-05-06 22:40:57 +00:00
ce55101bc5 chore: remove deploy.ps1 from repo, add to gitignore
2423f5756a fix: textarea resize vertical only, deploy script npm install
4346bcce40 feat: auto-save story characters as global NPCs on save
28922fec29 fix: restore messages variable in deepseek endpoints
Compare 4 commits »
draug pushed to main at draug/ReSekai 2026-05-06 22:39:06 +00:00
96432d22f5 chore: remove deploy.ps1 from repo, add to gitignore
draug pushed to main at draug/ReSekai 2026-05-06 22:37:59 +00:00
a4cbc2db86 fix: textarea resize vertical only, deploy script npm install
draug pushed to main at draug/ReSekai 2026-05-06 22:32:56 +00:00
49f2b9261d feat: auto-save story characters as global NPCs on save
draug pushed to main at draug/ReSekai 2026-05-06 22:25:48 +00:00
56e78053cf fix: restore messages variable in deepseek endpoints
draug pushed to main at draug/ReSekai 2026-05-06 19:57:32 +00:00
77b2794eb1 feat: WorldState memory, increased context, better error handling
draug pushed to main at draug/ReSekai 2026-05-05 22:24:29 +00:00
0b62e73111 chore: formatting and minor improvements
draug pushed to main at draug/ReSekai 2026-05-05 22:21:35 +00:00
63a6b740b4 fix: skip default rule reminder when story has custom narrativeRules
draug pushed to main at draug/ReSekai 2026-05-05 22:15:26 +00:00
9c43c9df2e fix: add OOC mode instructions to system prompt
draug pushed to main at draug/ReSekai 2026-05-05 22:11:43 +00:00
c379074781 feat: add Inter font, extract useStoryGeneration hook, fix mobile menu
draug pushed to main at draug/ReSekai 2026-05-05 21:47:47 +00:00
c9a7144960 Fix: trust proxy for cookies behind nginx, sameSite=lax for OAuth
draug pushed to main at draug/ReSekai 2026-05-05 21:42:28 +00:00
68c2b129fa Major refactor: security, performance, and code organization
draug pushed to main at draug/ReSekai 2026-05-04 22:48:49 +00:00
bbefa114f8 feat: Show character avatar in chat - split view on desktop, background on mobile