Commit Graph

  • 593400c0aa bot.py支持gateway的修改 UnCLAS-Prommer 2026-03-18 20:24:07 +08:00
  • 17248a4cbc 添加message gateway组件类型 UnCLAS-Prommer 2026-03-18 20:18:11 +08:00
  • 32519c688b refactor: event_dispatcher UnCLAS-Prommer 2026-03-18 15:29:08 +08:00
  • 14a0c21cbf refactor: component_registry更易理解 UnCLAS-Prommer 2026-03-18 02:08:13 +08:00
  • ca6fd96d4c refactor: 确认ErrorCode可以继承str,恢复原来设计 UnCLAS-Prommer 2026-03-17 21:39:06 +08:00
  • 84a6524bd9 refactor: 移除generation;添加新的ErrorCode;修改ErrorCode的一个名称 UnCLAS-Prommer 2026-03-17 20:00:19 +08:00
  • 49b620219d refcator: 重命名policy为authorization;移除envelope的generation(runner不再重载); UnCLAS-Prommer 2026-03-17 01:30:31 +08:00
  • e1b2ecb5b1 fix: (AI) 更robust的传输 UnCLAS-Prommer 2026-03-16 19:37:58 +08:00
  • 3419075599 feat: 添加注释;添加日志颜色自定义 UnCLAS-Prommer 2026-03-16 18:18:40 +08:00
  • 668f41431a 移除无用配置 UnCLAS-Prommer 2026-03-16 16:57:14 +08:00
  • 03ed59e388 更改文件结构 SengokuCola 2026-03-24 11:36:26 +08:00
  • df872187d8 Merge branch 'r-dev' into r-dev Dawn ARC 2026-03-24 10:00:58 +08:00
  • 6a0b902e17 doc:新增英文doc作为默认,修改内容 SengokuCola 2026-03-24 01:40:03 +08:00
  • f431d78bff feat:优化maisaka SengokuCola 2026-03-24 01:30:36 +08:00
  • 620f682c38 Update .gitignore SengokuCola 2026-03-23 17:56:37 +08:00
  • bfc9781c4f feat:尝试建立hfc逻辑 SengokuCola 2026-03-23 17:56:18 +08:00
  • e7ca3142e9 feat:修改maisaka SengokuCola 2026-03-23 17:55:39 +08:00
  • fc2599e39c update: 升级 quick-algo 依赖至 0.1.4 晴猫 2026-03-21 13:09:30 +09:00
  • 84551460e6 fix: 限制 maibot-plugin-sdk 版本范围,避免不兼容更新 晴猫 2026-03-21 12:22:58 +09:00
  • 6a2dc6fceb fix: 修正 .gitignore 中 CLAUDE.md 的注释格式 晴猫 2026-03-21 12:15:12 +09:00
  • 0ecb201ad5 document link and update 晴猫 2026-03-21 12:13:01 +09:00
  • e66b2eb662 feat: 添加安全静态文件路径解析测试,增强路径遍历保护 DrSmoothl 2026-03-19 18:05:10 +08:00
  • a1540d7e17 feat: A_Memorix:加强严格模式、错误与删除语义 A-Dawn 2026-03-19 15:38:36 +08:00
  • 71b3a828c6 添加 A_Memorix 插件 v2.0.0(包含运行时与文档) DawnARC 2026-03-19 00:09:04 +08:00
  • eb257345dd Merge branch 'r-dev' into r-dev Dawn ARC 2026-03-18 21:57:41 +08:00
  • bd84e500e1 feat:新增记忆测试、检索工具与服务 DawnARC 2026-03-18 21:35:17 +08:00
  • 999e7246e2 feat:新增 A_Memorix 记忆插件 DawnARC 2026-03-18 21:33:15 +08:00
  • aa815f0c14 fix: 修正文档中的措辞以增强可读性和一致性 DrSmoothl 2026-03-17 14:47:51 +08:00
  • 33d408d3ea feat: 添加 Caddy 反向代理配置示例及 TLS/SSL 文档 DrSmoothl 2026-03-17 14:40:51 +08:00
  • 28afa6f2c2 refactor: 添加类型注解以增强代码可读性 DrSmoothl 2026-03-16 23:01:29 +08:00
  • a40d28a409 feat: 添加 EmojiManager 的配置热重载功能及其注销机制 DrSmoothl 2026-03-16 22:58:53 +08:00
  • 0811213db0 feat: enhance background layer handling and uploader functionality DrSmoothl 2026-03-16 22:19:05 +08:00
  • a5a6d2cb26 fix: 修复错误的插件重载机制,改为插件级区分 test: 补充新版本插件系统重载机制的测试 DrSmoothl 2026-03-16 13:27:10 +08:00
  • e7ac064a80 WebUI 后端类型注解补全,使用全 typing 库类型注解 DrSmoothl 2026-03-16 13:09:12 +08:00
  • df088205dd refactor(plugin_loader): 优化插件发现与加载逻辑,使用 Path 类型增强可读性 DrSmoothl 2026-03-16 08:22:42 +08:00
  • 7136deac93 补充 uds 的类型注解 DrSmoothl 2026-03-16 08:16:01 +08:00
  • 7420f84fd0 补充 named pipe 文件的类型注解 DrSmoothl 2026-03-16 08:03:51 +08:00
  • 00c2158f76 feat: 更新 handle_config_reload 方法文档,明确配置热重载的行为和通知机制 DrSmoothl 2026-03-16 07:49:25 +08:00
  • 6e97bead53 Merge branch 'r-dev' of github.com:Mai-with-u/MaiBot into r-dev UnCLAS-Prommer 2026-03-15 23:53:59 +08:00
  • cab502e727 修复拼写;将str换为路径使其更清晰 UnCLAS-Prommer 2026-03-15 23:48:15 +08:00
  • ef9b0d6d08 feat(plugin_loader): 添加临时 sys.path 入口管理器以支持插件加载 DrSmoothl 2026-03-15 22:04:33 +08:00
  • 8a10f0a9cb Merge pull request #1553 from Anderwer/fix/plugin-runtime-package-imports 墨梓柒 2026-03-15 22:00:19 +08:00
  • e8244ed49e fix: 为 Runtime 和 Loader 补充包式插件导入支持 anderwer 2026-03-15 16:58:53 +08:00
  • e1b3cf6e9f fix: 修复 Windows 平台下信号处理器注册问题,避免不必要的注册尝试 DrSmoothl 2026-03-15 16:27:50 +08:00
  • ef11a5fceb Merge pull request #1552 from Anderwer/fix/plugin-runtime-windows-signal-handler 墨梓柒 2026-03-15 16:19:08 +08:00
  • 314bbcd587 fix(plugin_runtime): handle unsupported signal handlers on Windows anderwer 2026-03-15 16:04:38 +08:00
  • 49b9401709 feat: 添加 Windows Named Pipe 传输实现,支持异步连接和数据传输,修复 Windows 平台插件系统导入隔离误把 DLLs 加进去的 bug DrSmoothl 2026-03-15 15:44:14 +08:00
  • a9969ad361 refactor: enhance setup page with translation support and default configurations 晴猫 2026-03-15 11:14:56 +09:00
  • da7aafe665 feat: 完善设置向导,添加平台选择和账号管理功能 晴猫 2026-03-15 10:44:46 +09:00
  • bd0918b866 fix: 注释掉不必要的导入语句 晴猫 2026-03-15 10:07:20 +09:00
  • a9142aa643 localization: Update Japanese and Korean translations; add missing Korean locale files 晴猫 2026-03-15 10:07:15 +09:00
  • 34a8de56c3 feat: 添加静态路径准备和自动构建功能的单元测试 晴猫 2026-03-15 10:06:59 +09:00
  • 9c577840cc fix: update package dependencies and improve language handling in the header component 晴猫 2026-03-15 10:06:44 +09:00
  • bf7e96c518 Merge branch 'codex/claude-code-cross-platform-runtime' into r-dev 晴猫 2026-03-15 09:43:23 +09:00
  • 5eac9b3f31 fix: default i18n locale from system locale 晴猫 2026-03-15 09:41:23 +09:00
  • 4599b4054e fix: update .env file handling to raise error if not found and templates are unavailable 晴猫 2026-03-15 09:26:39 +09:00
  • 321ac31a6b fix: remove redundant dependency-groups section from pyproject.toml 晴猫 2026-03-15 08:31:25 +09:00
  • 4678bfa58c Merge pull request #1550 from Mai-with-u/codex/claude-code-cross-platform-runtime 晴猫 2026-03-15 08:29:09 +09:00
  • 975939535c fix: align dependency-groups with r-dev to avoid TOML duplicate key 晴猫 2026-03-15 08:27:32 +09:00
  • be047aa2c3 fix: align sender paths with plan, remove QQ-as-universal fallback 晴猫 2026-03-15 08:25:56 +09:00
  • d3420bd1b3 fix: address second-round review feedback on bot identity PR 晴猫 2026-03-15 08:05:36 +09:00
  • 4f8ab0abb1 fix: address bot identity review regressions 晴猫 2026-03-15 07:51:31 +09:00
  • 134a838073 feat: 添加跨平台运行时身份处理计划,确保平台感知和发送者ID正确性 晴猫 2026-03-15 07:34:41 +09:00
  • c8dc9ddb60 test: add pytest-asyncio dependency group 晴猫 2026-03-15 07:29:48 +09:00
  • 267b42001e fix: make bot identity platform-aware 晴猫 2026-03-15 07:22:08 +09:00
  • 6cb094229a Merge pull request #1548 from Mai-with-u/codex/dependency-cleanup 晴猫 2026-03-15 07:20:34 +09:00
  • 14c85e388f fix: 更新依赖项管理,优化 pyproject.toml 和 requirements.txt 文件 晴猫 2026-03-15 07:18:12 +09:00
  • 34ffc56b85 fix: 更新文档中的文件路径,修正 locale 感知 Prompt 加载的引用 晴猫 2026-03-15 06:54:28 +09:00
  • e1a055b959 fix: 优化测试用例中的文件写入和读取错误处理逻辑 晴猫 2026-03-15 04:02:28 +09:00
  • 210a811f23 移除无用内容 UnCLAS-Prommer 2026-03-15 01:11:01 +08:00
  • 292f0a1d7a feat: 增加网络安全功能,验证公共 URL 和适配器配置路径 DrSmoothl 2026-03-14 22:55:51 +08:00
  • 0244e5b64e update: 升级 quick-algo 依赖至 0.1.4 晴猫 2026-03-14 23:40:10 +09:00
  • 4a0fc0ef38 fix(webui): harden static file and port checks DrSmoothl 2026-03-14 22:34:15 +08:00
  • 1978b097e3 fix: 增加安全路径解析功能,防止路径穿越请求 DrSmoothl 2026-03-14 22:22:06 +08:00
  • 172615f18a WebUI 前端 & 后端超级大重构 DrSmoothl 2026-03-14 21:06:36 +08:00
  • 6ca5a2939e fix: 重构 Radix UI 组件库配置,简化分组结构 DrSmoothl 2026-03-14 18:24:45 +08:00
  • 58d16c6702 fix: 更新 Electron 配置,优化输入输出设置;精简多语言文件中的 ESLint 描述 DrSmoothl 2026-03-14 18:15:30 +08:00
  • 51f2455ee1 将前端 TailwindCSS 版本从v3 升级到 v4 DrSmoothl 2026-03-14 18:11:37 +08:00
  • 037bc493a0 fix: event_bus类型注解 UnCLAS-Prommer 2026-03-14 10:07:53 +08:00
  • 6c6e441fbe pylance fix x3 DrSmoothl 2026-03-14 02:14:32 +08:00
  • 2e080e437a pylance fix x2 DrSmoothl 2026-03-14 02:08:50 +08:00
  • 10ff7a01c2 pylance fix DrSmoothl 2026-03-14 01:50:00 +08:00
  • 2c330e3902 重构事件总线和插件运行时,优化消息处理逻辑,新增 IPC 传输字典转换功能,改进组件管理协议 DrSmoothl 2026-03-14 01:39:59 +08:00
  • 84212e8e95 PFC 新版基础模块适配 DrSmoothl 2026-03-14 01:06:33 +08:00
  • a4303d9b81 移除所有 MongoDB 风格 filter DrSmoothl 2026-03-14 00:56:40 +08:00
  • c4a0cc19f8 重构服务模块,优化消息处理逻辑,移除冗余功能,更新数据模型适配 DrSmoothl 2026-03-14 00:52:10 +08:00
  • 1d40168c81 优化命令处理逻辑,新增命令消息标记和存储功能 DrSmoothl 2026-03-14 00:44:30 +08:00
  • 4b9c905026 PFC 兼容新版数据模型 DrSmoothl 2026-03-14 00:36:52 +08:00
  • 4bc9c5bf7e 炸 service 层 x 2,把能归类为现有重构好的模块的都归类过去 DrSmoothl 2026-03-14 00:33:08 +08:00
  • 43c5b34623 炸 service 层 DrSmoothl 2026-03-14 00:13:35 +08:00
  • 898fab6de9 部分模块的新数据结构适配 DrSmoothl 2026-03-13 23:36:17 +08:00
  • 6201b862c9 feat: 更新 Crowdin 配置以包含韩语翻译,移除对目标语言的排除 春河晴 2026-03-13 20:31:26 +09:00
  • 5da82c4e24 feat: 更新 Crowdin 工作流以支持 dashboard WebUI 的本地化文件,添加相关验证逻辑 春河晴 2026-03-13 20:09:21 +09:00
  • 5f5ff4ce8e Merge pull request #1542 from Mai-with-u/l10n_r-dev 晴猫 2026-03-13 20:01:44 +09:00
  • e1b2895060 chore(i18n): sync Crowdin translations Crowdin Bot 2026-03-13 11:01:19 +00:00
  • df6109be28 feat: 添加 GitHub 侧 Crowdin 工作流的实施和维护指南文档 春河晴 2026-03-13 19:51:40 +09:00
  • e21ea5f9cf feat: 更新文档以说明工作流可见性要求和 GitHub CLI 使用方法 春河晴 2026-03-13 19:33:36 +09:00
  • ca605eb560 移除部分内置插件 DrSmoothl 2026-03-13 17:42:20 +08:00
  • 2f3519411a feat: 添加 Host 应用版本号支持,优化插件加载和热重载逻辑,检测重复插件 ID DrSmoothl 2026-03-13 17:35:35 +08:00
  • 8da1b6d93f feat: 实现插件能力令牌的多版本支持,优化插件热重载逻辑 DrSmoothl 2026-03-13 16:54:01 +08:00