狼哥
f92c54f371
fix: support OPENCLAW_HOME env var ( #275 )
...
fix: support OPENCLAW_HOME for non-standard OpenClaw paths\n\nAdds get_openclaw_home() helper in scripts/utils.py and updates all\ninstall/runtime scripts to resolve OpenClaw home from OPENCLAW_HOME\nenvironment variable with fallback to ~/.openclaw.\n\nCloses #271
2026-04-10 00:55:27 +08:00
cft0808
0f1c24bd44
fix: 修复多个bug并合并社区贡献
...
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
2026-03-30 21:48:55 +08:00
lidream
695c324fdb
fix(windows): keep install.ps1 PowerShell-5.1 compatible ( #165 )
...
* fix(windows): repair install.ps1 parser errors and make installer runnable
* fix(windows): keep install.ps1 PowerShell-5.1 compatible and correct startup hints
---------
Co-authored-by: cft0808 <41196455+cft0808@users.noreply.github.com >
2026-03-25 00:26:42 +08:00
cft0808
02dfdcd8b0
fix: resolve open GitHub issues ( #142 #139 #136 #131 #127 #124 #132 #125 )
...
- install.sh: clean invalid binding 'pattern' field (Closes #142 )
- server.py: make dispatch channel configurable via agent_config.json (Closes #139 )
- server.py: add POST /api/set-dispatch-channel endpoint
- sync_agent_config.py: preserve dispatchChannel across syncs
- ModelConfig.tsx/api.ts: add dispatch channel selector UI
- install.ps1: add Windows PowerShell install script (Closes #136 )
- Verify gongbu/bingbu SOUL.md are correct and consistent (Closes #131 )
- Already fixed in prior commit: Closes #127 , Closes #124 , Closes #132 , Closes #125
2026-03-16 22:08:33 +08:00