mirror of
https://mirror.skon.top/github.com/cft0808/edict
synced 2026-04-20 12:50:13 +08:00
Bug 修复: - Fix #232: court_discuss.py 添加 from __future__ import annotations 兼容 Python 3.9 - Fix #233: Dockerfile 添加 channels 模块 COPY 解决 Docker 运行时 ModuleNotFoundError - Fix #234: sync_agent_config.py 将 dispatchChannel 默认值从 'feishu' 改为空字符串 - Fix #241: sync_agent_config.py 收集 defaults.models 中的所有可用模型到看板选择器 社区贡献 (cherry-pick): - PR #239 (@ElninoZhong): 添加 workflow state vs execution ownership 文档 - PR #237 (@ElninoZhong): 修复 feishu 默认值问题 - PR #212 (@YIOYIOIOI): Windows install.ps1 优先 python 命令 + UTF-8 编码修复 依赖更新 (Dependabot): - actions/checkout v4 → v6 - docker/setup-buildx-action v3 → v4 - docker/build-push-action v5 → v7 - actions/labeler v5 → v6 - actions/stale v9 → v10