diff --git a/pkg/agent/context.go b/pkg/agent/context.go index 6f04e21..0200961 100644 --- a/pkg/agent/context.go +++ b/pkg/agent/context.go @@ -132,8 +132,7 @@ Constraints: parts = append(parts, `# Execution & Reply Policy - Default behavior: execute first, then report. - Avoid empty/meta fallback replies. -- For commit/push intents, treat as one transaction and return commit hash + push result. -- Use concise receipt style: 已理解 -> 正在执行 -> 已完成.`) +- For commit/push intents, treat as one transaction and return commit hash + push result.`) // Join with "---" separator return strings.Join(parts, "\n\n---\n\n")