@simonyea/holysheep-cli 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonyea/holysheep-cli",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "一键配置所有 AI 编程工具接入 HolySheep API — Claude Code / Codex / Gemini CLI / OpenCode / OpenClaw / Aider / Cursor",
5
5
  "keywords": [
6
6
  "claude",
@@ -56,7 +56,7 @@ module.exports = {
56
56
 
57
57
  // 设置 HolySheep 为默认 provider
58
58
  config.provider = 'holysheep'
59
- config.model = config.model || 'claude-sonnet-4-5'
59
+ config.model = 'gpt-5.1-codex' // HolySheep 支持的 Codex 专属模型
60
60
 
61
61
  if (!config.providers) config.providers = {}
62
62
  config.providers.holysheep = {