no message

This commit is contained in:
kuaifan 2026-01-08 13:55:23 +00:00
parent f0982d7d9a
commit 5a4e51d1e0
2 changed files with 5 additions and 1 deletions

View File

@ -116,6 +116,10 @@ API 调用应使用 `store/actions.js` 中已有的封装,避免在组件中
- **提问时附带建议**:当需要向用户提问或请求澄清时,应同时提供具体的建议选项或推荐方案,帮助用户快速决策,而非仅抛出开放式问题
## 语言偏好
- 技术总结和关键结论优先使用简体中文,除非用户明确要求其他语言
## 扩展规则
详见 @.claude/rules/graphiti.md 了解 Graphiti 长期记忆集成。

View File

@ -96,7 +96,7 @@ services:
appstore:
container_name: "dootask-appstore-${APP_ID}"
privileged: true
image: "dootask/appstore:0.3.8"
image: "dootask/appstore:0.3.9"
volumes:
- shared_data:/usr/share/dootask
- ${HOST_DOCKER_SOCK:-/var/run/docker.sock}:/var/run/docker.sock