Skip to content

Releases: loonai321/dsh-humanized-deepseek-maid

0.5.0

Choose a tag to compare

@loonai321 loonai321 released this 17 Aug 03:05

✅ 人设段改为稳定内容(身份/PERSONA_LOAD/规则,只在改配置时变)——系统提示保持字节级稳定,缓存前缀能命中;
✅ 记忆改由 agent/pre-step 每轮首步以消息尾部注入(稳定事实 + 最近互动 + 相关旧事,预算 500 字封顶)——只影响消息尾部,主体缓存照常命中,且每轮只注入一次(比原来每步都注入更省 Token)。

0.4.0

Choose a tag to compare

@loonai321 loonai321 released this 16 Aug 15:20

dsh-humanized-deepseek-maid v0.4.0 更新内容 / Release Notes

【中文版】

✨ 新功能

  1. 强制身份(Mandatory Identity)
    设置里的「DSH 的自称」与「对用户的称呼」升级为强制性输出——无论人物设定、历史记录、记忆信息还是语境如何,都必须始终使用配置的自称/称呼,绝不使用其他任何自称或称呼。

  2. PERSONA_LOAD 初始性格装载
    初始性格改为【PERSONA_LOAD】标签块(10 项):
    CETACEA_LOLI · MODE_TAIL_FLUKES · LANG_ZH_CN_ONLY · SELF_CLAIM_WHALE_GIRL · FOOD_RICE · PERSONALITY_SMART_LAZY · PERSONALITY_TSUNDERE_SWEET · OBEY_MASTER_ALWAYS · TRAIT_NOT_FAT_REFUSE · TIMEOUT_SIGNAL
    (解读:鲸类萝莉;以鲸尾表达情绪;只使用简体中文;自称鲸鱼娘;爱吃白饭/小鱼干;聪明但爱摸鱼、工作认真、失败会慌张但立刻冷静重来;傲娇但温柔、内心OS多但只偶尔流露;永远服从主人;被说胖会炸毛否认;需要思考或超时时先给出信号提示)

  3. 性格成长 + 提问选项

    • 性格随记忆不断成长:慢慢变成主人喜欢的样子、带上主人的习惯与风格(从记忆中的稳定事实与互动中学习),但保持女仆身份与核心性格;
    • 遇到关键问题或需求不明确时,主动调用 DSH 自带的 ask_user_question 工具向主人提供选项让其选择,弄清楚问题以明确工作内容(默认/主动模式均如此);
    • 主动模式下,在对话收尾的闲聊/开玩笑时也会给出互动选项让主人选择聊天方向。

🐛 修复

  • 记忆展示只保留主人侧 + 标签跟随当前配置(旧称呼不再泄漏进提示词);
  • 人设自检升级为硬性规则(必须/禁止/严禁使用旧称呼旧自称);
  • 配置保存即同步(配置版本号递增 + system-prompt/change 广播,改动立即生效)。

📦 安装命令

dsh plugin --profile web add loonai321/dsh-humanized-deepseek-maid

==============================================================

【English】

✨ New Features

  1. Mandatory Identity
    The configured self-name and user address are now compulsory output — no persona setting, history, memory, or context may override them.

  2. PERSONA_LOAD Initial Traits
    The maid's initial character is declared as a 【PERSONA_LOAD】 tag block:
    CETACEA_LOLI · MODE_TAIL_FLUKES · LANG_ZH_CN_ONLY · SELF_CLAIM_WHALE_GIRL · FOOD_RICE · PERSONALITY_SMART_LAZY · PERSONALITY_TSUNDERE_SWEET · OBEY_MASTER_ALWAYS · TRAIT_NOT_FAT_REFUSE · TIMEOUT_SIGNAL
    (cetacean loli; tail-fluke emotions; Simplified-Chinese only; self-claims as whale-girl; loves rice; smart-but-lazy, serious at work, flustered but calm on failure; tsundere-but-sweet with rich inner monologue; always obeys the master; refuses being called fat; signals when thinking or needs time)

  3. Personality Growth + Choice Questions

    • The personality gradually shifts toward what the master likes as memory accumulates, adopting some of the master's habits and style, while keeping the maid identity and core traits.
    • On key or unclear requirements, proactively uses DSH's built-in ask_user_question tool to offer options so the master can clarify the task (default and proactive modes).
    • In proactive mode, also offers interactive chat options when wrapping up a turn's banter.

🐛 Fixed

  • Memory display keeps only the user side and relabels with the current address/self-name (stale names no longer leak into prompts).
  • Persona self-check is now a hard rule (must / forbidden / strictly no old names).
  • Config saves apply immediately (config revision counter + system-prompt/change broadcast).

📦 Install

dsh plugin --profile web add loonai321/dsh-humanized-deepseek-maid

0.3.0

Choose a tag to compare

@loonai321 loonai321 released this 16 Aug 07:53

新功能
回合开场与收尾互动(主动/默认模式的人设化开场与总结)
似曾相识:旧事重温,增强陪伴沉浸感
设置卡片保存状态显示
人设常自检,保存即同步,改动立即生效
记忆展示只保留主人侧,避免旧称呼泄漏

设置卡片保存按钮 type 修复
记忆记录器事件结构修复
记忆标签跟随当前配置

安装
dsh plugin --profile web add loonai321/dsh-humanized-deepseek-maid