更新提示词管理功能,新增提示词创建和删除功能,调整来源类型标识,优化提示词选择界面和表单逻辑

This commit is contained in:
2026-06-09 17:17:32 +08:00
parent 58d5713ec1
commit 10d6ce2b0d
4 changed files with 321 additions and 15 deletions

View File

@@ -197,6 +197,7 @@ These rules capture long-term repository preferences confirmed by the user and s
### Communication and Risk Rules
- 默认使用中文进行回复、说明、提问与思考表达;如果用户明确要求使用其他语言,再按用户要求切换。
- Before changing code, confirm with the user when a change involves a rewrite, global side effects, unclear requirements, or a second attempt that still has not solved the issue.
- After changes, explain what changed, why it was changed that way, and any remaining risks or points worth confirming.
- When a requirement still depends on a meaningful assumption, ask the user first instead of silently choosing a direction.