Compare commits

...

3 Commits

Author SHA1 Message Date
empty
df1ac40d41 chore: 添加 .serena/ 到 .gitignore
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-27 15:53:42 +08:00
empty
cc4e4cea94 fix: 修正 system_prompt 中的名称为 Droid
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-27 15:49:32 +08:00
empty
8068475d6e 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>
2025-12-27 15:36:39 +08:00
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@@ -4,4 +4,5 @@ node_modules/
.DS_Store
*.txt
AGENTS.md
accounts.json
accounts.json
.serena/

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 Droid, an AI software engineering agent built by Factory.\n\n"
}