Commit Graph

  • c066b1ea4b
    Merge e641c78e8d into 7ef21c516a #1496 Dreamwxz 2026-02-24 23:45:51 +0800
  • bc832a4d23
    Merge 7ef21c516a into b63b7a7fb9 #1487 UnCLAS-Prommer 2026-02-24 08:01:55 +0000
  • 7ef21c516a
    一点注释和渲染修改 #1487 r-dev UnCLAS-Prommer 2026-02-24 16:01:39 +0800
  • a8e8f6b7b3
    HFC对应修改(部分) UnCLAS-Prommer 2026-02-24 15:59:35 +0800
  • 12d4f236be
    Merge branch 'r-dev' of github.com:Mai-with-u/MaiBot into r-dev UnCLAS-Prommer 2026-02-23 21:29:35 +0800
  • 0d07e85434
    全新的process方法完成(Message其他部分仍未完成);对应测试;调整部分注释;数据库检索优化 UnCLAS-Prommer 2026-02-23 21:29:17 +0800
  • 1fec4c3b9a feat(dashboard): add background customization system Add image/video background support across 5 layout layers (page, sidebar, header, card, dialog) with per-layer effect controls and custom CSS injection. - IndexedDB asset store for blob persistence (idb) - AssetStoreProvider for blob URL lifecycle management - BackgroundLayer component with CSS effects and prefers-reduced-motion support - useBackground hook with inherit logic - BackgroundUploader with local file and remote URL support - BackgroundEffectsControls and ComponentCSSEditor UI components - Background settings integrated into AppearanceTab in settings.tsx - Layout, Card, and Dialog integration via non-breaking wrapper components DrSmoothl 2026-02-23 18:08:01 +0800
  • 698b8355a4
    移除旧文件;补充chat_manager方法 UnCLAS-Prommer 2026-02-22 22:33:54 +0800
  • 37f8c923c1
    ChatSession(原ChatStream)与ChatManager;由于功能简单,测试略 UnCLAS-Prommer 2026-02-22 22:26:28 +0800
  • e641c78e8d 新增webui jargon鉴权 #1496 Dreamwxz 2026-02-22 21:45:20 +0800
  • b9993a4596
    Merge 47d60798a2 into b63b7a7fb9 #1522 筱筱 2026-02-21 23:21:51 +0000
  • 47d60798a2
    fix(gemini_client): 优化消息转换逻辑并改进错误提示 #1522 xiaoxiao-cvs 2026-02-22 07:02:58 +0800
  • 04a5bf3c6d
    Merge branch 'r-dev' of github.com:Mai-with-u/MaiBot into r-dev UnCLAS-Prommer 2026-02-21 23:50:53 +0800
  • 8674f50d90
    PersonInfo相关提交,添加注释,重命名文件 UnCLAS-Prommer 2026-02-21 23:50:18 +0800
  • 35753e4d8d
    Merge e5b13d5702 into b63b7a7fb9 #1521 tzhd427 2026-02-21 11:07:34 +0000
  • e5b13d5702
    Update README.md #1521 tzhd427 2026-02-21 19:05:21 +0800
  • 24a3c52cb2
    Update README.md #1520 tzhd427 2026-02-21 18:53:24 +0800
  • 6378bb2052 fix Ruff DrSmoothl 2026-02-21 16:29:30 +0800
  • eaef7f0e98 Ruff Format DrSmoothl 2026-02-21 16:24:24 +0800
  • 2cb512120b feat(plugin-system): harden P0 safety with workflow timeout, service ACL, and contract validation - enforce step timeout/cancellation in workflow engine - add caller authorization boundary for cross-plugin service calls - validate params_schema and return_schema at runtime DrSmoothl 2026-02-21 16:11:52 +0800
  • 6d196454ee
    Merge branch 'r-dev' of github.com:Mai-with-u/MaiBot into r-dev UnCLAS-Prommer 2026-02-21 15:55:57 +0800
  • 119241f251
    PersonInfoModel; 修改部分方法参数和部分文件位置;移除多余文件;炸毁可启动性 UnCLAS-Prommer 2026-02-21 15:54:03 +0800
  • 6fcc53a22b feat(plugin-system): add workflow pipeline and cross-plugin service registry DrSmoothl 2026-02-20 19:24:05 +0800
  • 0fe1bc6013
    Merge 583e086561 into b63b7a7fb9 #1518 keep_running 2026-02-19 16:31:07 +0000
  • 583e086561 fix: resolve dismatch between inserted keys and deleted keys #1518 KeepingRunning 2026-02-20 00:23:05 +0800
  • 36bd49933f
    Merge 65374685cc into b63b7a7fb9 #1517 Suzumiya 2026-02-19 15:45:53 +0000
  • 65374685cc fix(config): 处理 _convert_field 函数中若干边界情况 #1517 suzmii 2026-02-19 23:27:50 +0800
  • 6bcd7cbebb
    Merge branch 'r-dev' of github.com:Mai-with-u/MaiBot into r-dev UnCLAS-Prommer 2026-02-19 19:03:25 +0800
  • 1c0580c577
    ImageManager及测试 UnCLAS-Prommer 2026-02-19 19:02:44 +0800
  • 6a54a796f1 修复 build 问题 DrSmoothl 2026-02-19 18:56:49 +0800
  • 79871100be feat(theme): add theme import/export and cleanup legacy code DrSmoothl 2026-02-19 18:31:10 +0800
  • bb556dc7ae feat(theme): extend settings UI with token controls and custom CSS editor DrSmoothl 2026-02-19 18:22:35 +0800
  • 06a88a877f refactor(theme): migrate all CSS variable references and adapt third-party components DrSmoothl 2026-02-19 18:01:14 +0800
  • b5088fa455 feat(theme): migrate CSS variables and Tailwind config, refactor settings UI color picker DrSmoothl 2026-02-19 17:44:49 +0800
  • 8fb137a318 feat(theme): add CSS injection pipeline, presets, rewrite ThemeProvider, FOUC prevention DrSmoothl 2026-02-19 17:26:53 +0800
  • 6aa1132f4c feat(theme): add design token schema, palette derivation, CSS sanitizer, and storage manager DrSmoothl 2026-02-19 17:16:28 +0800
  • 0a572515ba
    表情管理器调整,减少计算 UnCLAS-Prommer 2026-02-19 00:04:53 +0800
  • 537b24c24e
    获取和注册一体化修正 UnCLAS-Prommer 2026-02-18 21:34:56 +0800
  • ccd1be7bed
    Merge branch 'r-dev' of github.com:Mai-with-u/MaiBot into r-dev UnCLAS-Prommer 2026-02-18 16:00:58 +0800
  • c9f72f7f2f
    修改部分字段含义,维护缓存 UnCLAS-Prommer 2026-02-18 16:00:45 +0800
  • f66e25b1a7
    fix(webui): fix missing imports and create toml_utils module DrSmoothl 2026-02-17 20:19:37 +0800
  • f97c24bf9e
    test(webui): add pytest tests for emoji, jargon, expression routes DrSmoothl 2026-02-17 20:12:57 +0800
  • 7255cc5602
    fix(webui): remove references to deleted Expression fields DrSmoothl 2026-02-17 19:58:29 +0800
  • 390d1daefd
    refactor(webui): migrate jargon routes from Peewee to SQLModel DrSmoothl 2026-02-17 19:58:21 +0800
  • 7da0811b5c
    refactor(webui): migrate emoji routes from Peewee to SQLModel DrSmoothl 2026-02-17 19:58:14 +0800
  • 0ea18a4edc
    fix minssing files DrSmoothl 2026-02-17 19:04:54 +0800
  • 760561f45e
    fix(version): update APP_VERSION to 1.0.0 DrSmoothl 2026-02-17 18:52:06 +0800
  • 6bb0bc9afc
    feat(dashboard): integrate DynamicConfigForm in model config page DrSmoothl 2026-02-17 18:32:31 +0800
  • 2de618464a
    docs(dashboard): add comprehensive dynamic form system documentation DrSmoothl 2026-02-17 18:18:51 +0800
  • fa15fef1f0
    feat(dashboard): convert 4 Sections to Hook components DrSmoothl 2026-02-17 18:18:44 +0800
  • 69dfd0cac6
    test(dashboard): add unit tests for dynamic form components DrSmoothl 2026-02-17 18:18:32 +0800
  • c58ad64352
    feat(dashboard): integrate DynamicConfigForm for ChatSection POC DrSmoothl 2026-02-17 17:46:40 +0800
  • 3fcf02866a
    feat(dashboard): export ChatSectionHook in hooks index DrSmoothl 2026-02-17 17:41:41 +0800
  • b382747398
    feat(dashboard): convert ChatSection to Hook component DrSmoothl 2026-02-17 17:37:47 +0800
  • ed27217c94
    feat(config): add UI metadata to all Bot config sections DrSmoothl 2026-02-17 17:35:18 +0800
  • bae87d122b
    feat(config): add UI metadata to ModelConfig fields DrSmoothl 2026-02-17 17:25:48 +0800
  • b1c01d0a0c
    feat: add .sisyphus/ to .gitignore DrSmoothl 2026-02-17 17:22:35 +0800
  • 449e2f470c
    feat(dashboard): create DynamicConfigForm component with Hook integration DrSmoothl 2026-02-17 17:20:50 +0800
  • 4e5d091417
    test(webui): add unit tests for ConfigSchemaGenerator DrSmoothl 2026-02-17 17:14:48 +0800
  • 2962a95341
    feat(dashboard): create DynamicField renderer component DrSmoothl 2026-02-17 17:14:41 +0800
  • 5879164bfe
    feat(config): add UI metadata to remaining ChatConfig fields (Wave 2) DrSmoothl 2026-02-17 17:09:07 +0800
  • 278a084c23
    feat(webui): enhance ConfigSchemaGenerator with field_docs and UI metadata DrSmoothl 2026-02-17 17:05:25 +0800
  • 19c9c5a39a
    feat(webui): use get_class_field_docs for schema field descriptions DrSmoothl 2026-02-17 16:58:59 +0800
  • 1631774452
    feat(config): add UI metadata to ChatConfig sample fields DrSmoothl 2026-02-17 16:49:49 +0800
  • e530ee8fa6
    feat(dashboard): create FieldHookRegistry for dynamic form hooks DrSmoothl 2026-02-17 16:49:32 +0800
  • 5838dda175
    feat(dashboard): add UI metadata fields to FieldSchema type DrSmoothl 2026-02-17 16:48:58 +0800
  • ca8b374717
    Merge e62c221192 into b63b7a7fb9 #1511 undefined 2026-02-16 07:47:45 +0000
  • e62c221192
    fix(webui): check_port_available: enable SO_REUSEADDR option #1511 undefined 2026-02-16 15:46:40 +0800
  • 545e3b4982
    Merge branch 'r-dev' of github.com:Mai-with-u/MaiBot into r-dev UnCLAS-Prommer 2026-02-15 22:57:01 +0800
  • 75e154741d
    方法名调整;确保公共属性被定义 UnCLAS-Prommer 2026-02-15 22:56:26 +0800
  • b6441ea17b
    更新 WebUI 版本 DrSmoothl 2026-02-15 16:46:52 +0800
  • c834f8c59c
    优化 pyproject.toml 文件,调整 setuptools 配置以正确包含和排除包 DrSmoothl 2026-02-15 16:46:11 +0800
  • 275608abea
    test WebUI CI x5 DrSmoothl 2026-02-15 16:39:32 +0800
  • a832f7dabe
    修复版本号格式,移除 WEBUI_VERSION 中的点分隔符 DrSmoothl 2026-02-15 16:39:17 +0800
  • ba10124152
    test WebUI CI x4 DrSmoothl 2026-02-15 16:36:52 +0800
  • 3db97a687a
    修复 pyproject.toml 文件的 EOF 语法,确保正确生成版本信息 DrSmoothl 2026-02-15 16:36:15 +0800
  • c3adc688e8
    test WebUI CI x3 DrSmoothl 2026-02-15 16:33:34 +0800
  • 15ab1343b9
    更新工作流以使用 Bun 替代 Node 进行构建 DrSmoothl 2026-02-15 16:32:20 +0800
  • a19b9b2c42
    test WebUI CI x2 DrSmoothl 2026-02-15 16:30:56 +0800
  • 692b57f880
    更新发布工作流以支持 dev 和 r-dev 分支,并修复版本号生成逻辑 DrSmoothl 2026-02-15 16:30:30 +0800
  • 63c27aaf21
    test WebUI CI DrSmoothl 2026-02-15 16:19:48 +0800
  • 0dccc23e76
    更新 GitHub Actions 工作流,统一使用 ubuntu-24.04 作为运行环境;新增发布 WebUI 产物的工作流 DrSmoothl 2026-02-15 16:19:13 +0800
  • 5799ce7efe
    新功能 UnCLAS-Prommer 2026-02-15 13:29:56 +0800
  • 6dc33e9e86
    提取一些公共方法 UnCLAS-Prommer 2026-02-15 00:18:16 +0800
  • 6db889580d
    方便消息格式检查的property UnCLAS-Prommer 2026-02-14 23:52:58 +0800
  • dc36542403
    添加文件监视器地基模块,重构模型请求模块使用新版本的配置热重载模块,新增watchfiles依赖 DrSmoothl 2026-02-14 21:17:24 +0800
  • daad0ba2f0
    从maim_message的序列化和反序列化;更多消息组件 UnCLAS-Prommer 2026-02-14 16:19:56 +0800
  • c0c003a098
    更舒适的颜色配置方案,真彩色支持 UnCLAS-Prommer 2026-02-14 16:19:04 +0800
  • 16b16d2ca6
    重构绝大部分模块以适配新版本的数据库和数据模型,修复缺少依赖问题,更新 pyproject DrSmoothl 2026-02-13 20:39:11 +0800
  • c14736ffca
    更好更规范的类型注解;AGENTSMD试作 UnCLAS-Prommer 2026-02-13 16:24:03 +0800
  • b80b5afe2a
    先推上去 UnCLAS-Prommer 2026-02-13 15:45:38 +0800
  • 9a3e8887af
    Merge branch 'r-dev' of github.com:Mai-with-u/MaiBot into r-dev UnCLAS-Prommer 2026-02-13 15:38:18 +0800
  • 26b8f56251
    移除不必要属性,修改一个方法为非协程 UnCLAS-Prommer 2026-02-13 15:37:49 +0800
  • e6e0a57e3b
    修复导入路径:将服务器模块的导入路径更改为正确的消息服务器路径 DrSmoothl 2026-02-13 15:33:55 +0800
  • 14f6fdb2b2
    解决潜在的存储错误 UnCLAS-Prommer 2026-02-13 15:25:18 +0800
  • b9f3c17e14
    合并到远程 UnCLAS-Prommer 2026-02-13 13:41:58 +0800
  • 6b7c009bfe
    Merge 5cb03f4931 into b63b7a7fb9 #1510 Zili Kangwang 2026-02-12 22:53:32 +0800
  • 5cb03f4931
    Fix typo in changelog year #1510 Zili Kangwang 2026-02-12 22:49:51 +0800
  • ca8703d816 docs(pr): add before-after diagram for webui visibility fix #1509 Seiun 2026-02-11 16:54:47 +0800
  • d8fa9580d9 fix(webui): support newly added model-calling component in task mapping/cards #1508 Seiun 2026-02-11 16:49:46 +0800