Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencode-feishu",
"version": "1.10.10",
"version": "1.10.11",
"description": "OpenCode 飞书插件 — 通过飞书 WebSocket 长连接接入 OpenCode AI 对话",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion prompts/AUDIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
1. **工具约束属于 tool description,不属于 system prompt** — "Provide extremely detailed descriptions. This is by far the most important factor in tool performance."
2. **正向指令优于否定指令** — "Tell Claude what to do instead of what not to do."
3. **XML 标签用于结构化** — 最终未采用。
4. **简洁精确优于冗长** — Claude 更字面解读 prompt,少行精确胜过长篇。
4. **简洁精确优于冗长** — Claude 更字面的解读 prompt,少行精确胜过长篇。

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

在中文语法中,“解读”是动词,其前面的修饰成分应使用结构助词“地”而非“的”。建议将“更字面的解读”修改为“更字面地解读”,以使语言表达更符合规范。

Suggested change
4. **简洁精确优于冗长** — Claude 更字面的解读 prompt,少行精确胜过长篇。
4. **简洁精确优于冗长** — Claude 更字面地解读 prompt,少行精确胜过长篇。


核心转变:v1.7.6 塑形 agent 输出策略(强制流水线、强制按钮、强制模板)→ 重设计后只声明渠道事实和工具契约,agent 自主决定行为。

Expand Down
Loading