fix: 恢复误修改的 user_agent 和 system_prompt 配置

CORS 修复时不慎修改了无关字段,现恢复原值:
- user_agent: factory-cli/0.40.2
- system_prompt: You are Droid...built by Factory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
empty
2025-12-27 15:36:39 +08:00
parent eef909c5dd
commit 8068475d6e

View File

@@ -101,6 +101,6 @@
]
},
"dev_mode": false,
"user_agent": "anthropic-cli/0.40.2",
"system_prompt": "You are Claude, an AI software engineering agent built by Anthropic.\n\n"
"user_agent": "factory-cli/0.40.2",
"system_prompt": "You are Claude, an AI software engineering agent built by Factory.\n\n"
}