SengokuCola
8bbbedf0b4
Merge branch 'dev-0.12' into dev
2025-12-10 14:55:49 +08:00
SengokuCola
342a1e22c4
feat:仅保留两种思考力度
2025-12-08 20:13:39 +08:00
SengokuCola
a0ba073cfb
remove:人格的兴趣配置项移动到planner prompt中
2025-12-08 19:24:04 +08:00
墨梓柒
00c1e7d601
优化由于WebUI启动时端口占用导致异常退出没有提示的问题
2025-12-08 18:48:11 +08:00
SengokuCola
910c73be73
feat:默认开启planner replyer联动
2025-12-07 23:54:04 +08:00
SengokuCola
3798933f91
fix:私聊自我回复炸裂
2025-12-07 23:45:54 +08:00
SengokuCola
20c97b9cc9
feat:表达方式根据不同thinking level进分别处理
2025-12-07 23:38:20 +08:00
SengokuCola
d2a4abc33f
feat:根据回复力度,启用不同的prompt
2025-12-07 16:45:37 +08:00
SengokuCola
b03e245817
test:合并express提取和Jargon提取
2025-12-07 16:24:13 +08:00
SengokuCola
2e31fa2055
feat:复用jargon和expression的部分代码,代码层面合并,合并配置项
...
缓解bot重复学习自身表达的问题
缓解单字黑话推断时消耗过高的问题
修复count过高时推断过长的问题
移除表达方式学习强度配置
2025-12-07 14:28:30 +08:00
SengokuCola
717b18be1e
feat:思考级别控制
2025-12-07 13:20:02 +08:00
SengokuCola
903e0f278a
remove:自动频率控制
2025-12-07 11:42:49 +08:00
SengokuCola
eb86d3ed43
remove:移除情绪功能
2025-12-07 00:56:06 +08:00
晴空
3e555dd66c
Remove unused _deep_merge function
...
Removed the _deep_merge function from plugin_routes.py.
2025-12-06 23:20:20 +08:00
晴空
f7ac70fa1e
Add deep_merge function and improve key handling
...
Add a function to deep merge two dictionaries, allowing src values to overwrite or merge into dst. Update key handling in normalize_dotted_keys to improve logging and handling of empty keys.
2025-12-06 23:12:32 +08:00
晴空
a14e5b84c1
Implement utility functions for plugin config handling
...
Added utility functions for normalizing dotted keys and coercing types in plugin configuration.
2025-12-06 22:45:38 +08:00
SengokuCola
441fc0b742
feat:优化记忆查询的超时设置
2025-12-06 18:59:45 +08:00
SengokuCola
83ec86f28b
config:change some parameters
2025-12-06 15:02:40 +08:00
SengokuCola
553a4123fb
fix:不知道为什么一直冒出来
2025-12-06 00:32:50 +08:00
SengokuCola
34825abaa7
fix:表达和聊天配置项为0时bug
2025-12-05 21:23:00 +08:00
SengokuCola
bc045a0c85
feat:可配置做梦时间段
...
Update bot_config_template.toml
2025-12-05 13:53:07 +08:00
SengokuCola
c3798e1a8d
fix:解析动作错误
2025-12-05 13:46:09 +08:00
SengokuCola
541799b1c2
feat:添加结束对话动作
2025-12-05 13:24:02 +08:00
SengokuCola
cef094e125
feat:重构pf brain chat使用react
2025-12-05 01:51:19 +08:00
SengokuCola
95a1712c90
feat:为私聊增加checker和次级回复,更多动作
2025-12-04 23:39:09 +08:00
SengokuCola
a155194157
Create search_jargon_tool.py
2025-12-04 20:38:49 +08:00
SengokuCola
add29efefc
better:优化做梦表现
2025-12-04 20:00:20 +08:00
SengokuCola
0399f878f0
config:增加两个配置项,梦起始时间和全局记忆
2025-12-04 19:59:57 +08:00
墨梓柒
12bc661790
feat: 添加模型级别最大token数配置,并更新相关逻辑以支持优先级处理
2025-12-03 11:45:15 +08:00
墨梓柒
6680afaa4a
feat: 更新 token 处理逻辑,清除 Cookie 并要求用户重新登录;保留 first_setup_completed 状态
2025-12-03 11:31:13 +08:00
墨梓柒
f8446e6bf7
Merge pull request #1398 from Ronifue/dev
...
fix: 修复保存toml时的空行累计bug和注释丢失问题
2025-12-03 10:50:58 +08:00
墨梓柒
d97c6aa948
feat: 添加模型级别温度配置并优化温度优先级处理逻辑
2025-12-03 10:45:20 +08:00
SengokuCola
056a909c77
feat:将是否拦截改为拦截登记
2025-12-03 09:52:23 +08:00
SengokuCola
f85c5e9b5f
feat :做梦
2025-12-03 01:00:43 +08:00
SengokuCola
7f66d5588d
better:优化表达方式提取的token消耗
2025-12-03 00:21:02 +08:00
Ronifue
940e4a5f6b
Merge branch 'dev' of https://github.com/Ronifue/MaiBot into dev
2025-12-02 16:21:04 +08:00
Ronifue
dd73030919
fix: 简化逻辑
2025-12-02 16:20:44 +08:00
Lofu
07bc84d21f
Merge branch 'Mai-with-u:dev' into dev
2025-12-02 16:11:58 +08:00
SengokuCola
34129bafad
fix:ruff
2025-12-02 16:04:18 +08:00
Ronifue
2b7559b8cc
fix: 修复保存toml时偶发的空行累计bug和注释丢失问题
2025-12-02 16:00:05 +08:00
SengokuCola
138bd8ec70
feat:优化黑话附加
2025-12-02 15:43:46 +08:00
SengokuCola
8237f1a4c1
Merge branch 'dev' of https://github.com/Mai-with-u/MaiBot into dev
2025-12-02 15:08:23 +08:00
SengokuCola
138afe41a4
better:加强记忆检索能力
2025-12-02 15:08:20 +08:00
墨梓柒
b79ee9855c
feat: 添加黑话管理路由,支持黑话的增删改查功能
2025-12-02 13:46:16 +08:00
SengokuCola
c562ebe97a
fix:修复并发导致的重复表达学习问题
2025-12-02 12:47:54 +08:00
墨梓柒
2f61df1cc5
feat: 增强虚拟身份模式支持,添加群 ID 处理和历史记录管理
2025-12-01 23:30:01 +08:00
SengokuCola
188061456c
Merge branch 'dev' of https://github.com/Mai-with-u/MaiBot into dev
2025-12-01 19:11:02 +08:00
SengokuCola
32755987a0
ref:重构记忆检索流程,略微提高消耗,提高精度
2025-12-01 19:10:48 +08:00
墨梓柒
bf831e9004
Merge pull request #1390 from Ronifue/dev
...
fix & feat: 修复、修正一些问题
2025-11-30 18:07:53 +08:00
墨梓柒
11f79a73cb
feat: 增强缩略图生成逻辑,支持后台异步生成并返回生成状态
2025-11-30 18:02:16 +08:00