@simonyea/holysheep-cli 2.1.63 → 2.1.64

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.
@@ -4099,7 +4099,7 @@ var require_package = __commonJS({
4099
4099
  "package.json"(exports2, module2) {
4100
4100
  module2.exports = {
4101
4101
  name: "@simonyea/holysheep-cli",
4102
- version: "2.1.63",
4102
+ version: "2.1.64",
4103
4103
  description: "Claude Code/Cursor/Cline API relay for China \u2014 \xA51=$1, WeChat/Alipay payment, no credit card, no VPN. One command setup for all AI coding tools.",
4104
4104
  scripts: {
4105
4105
  build: "node scripts/build.mjs",
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ var require_package = __commonJS({
12
12
  "package.json"(exports2, module2) {
13
13
  module2.exports = {
14
14
  name: "@simonyea/holysheep-cli",
15
- version: "2.1.63",
15
+ version: "2.1.64",
16
16
  description: "Claude Code/Cursor/Cline API relay for China \u2014 \xA51=$1, WeChat/Alipay payment, no credit card, no VPN. One command setup for all AI coding tools.",
17
17
  scripts: {
18
18
  build: "node scripts/build.mjs",
@@ -5045,7 +5045,7 @@ var require_setup = __commonJS({
5045
5045
  }
5046
5046
  }
5047
5047
  const MODEL_CHOICES = [
5048
- { name: "gpt-5.4 (GPT 5.4, \u901A\u7528\u7F16\u7801)", value: "gpt-5.4", checked: true },
5048
+ { name: "gpt-5.5 (GPT 5.5, \u901A\u7528\u7F16\u7801)", value: "gpt-5.5", checked: true },
5049
5049
  { name: "gpt-5.3-codex-spark (GPT 5.3 Codex Spark, \u7F16\u7801)", value: "gpt-5.3-codex-spark", checked: true },
5050
5050
  { name: "claude-sonnet-4-6 (Sonnet 4.6, \u5747\u8861\u63A8\u8350)", value: "claude-sonnet-4-6", checked: true },
5051
5051
  { name: "claude-opus-4-7 (Opus 4.7, \u5F3A\u529B\u65D7\u8230)", value: "claude-opus-4-7", checked: true },
@@ -8175,7 +8175,7 @@ ${installCmd}
8175
8175
  return res.end();
8176
8176
  }
8177
8177
  const allModelIds = [
8178
- "gpt-5.4",
8178
+ "gpt-5.5",
8179
8179
  "gpt-5.3-codex-spark",
8180
8180
  "claude-sonnet-4-6",
8181
8181
  "claude-opus-4-7",
@@ -8598,7 +8598,7 @@ ${installCmd}
8598
8598
  __name(handleEnvClean, "handleEnvClean");
8599
8599
  function handleModels(_req, res) {
8600
8600
  json(res, [
8601
- { id: "gpt-5.4", label: "GPT 5.4", desc: "\u901A\u7528\u7F16\u7801" },
8601
+ { id: "gpt-5.5", label: "GPT 5.5", desc: "\u901A\u7528\u7F16\u7801" },
8602
8602
  { id: "gpt-5.3-codex-spark", label: "GPT 5.3 Codex Spark", desc: "\u7F16\u7801" },
8603
8603
  { id: "claude-sonnet-4-6", label: "Sonnet 4.6", desc: "\u5747\u8861\u63A8\u8350" },
8604
8604
  { id: "claude-sonnet-4-6[1m]", label: "Sonnet 4.6 (1M)", desc: "\u5747\u8861\u63A8\u8350\xB7100\u4E07\u4E0A\u4E0B\u6587" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonyea/holysheep-cli",
3
- "version": "2.1.63",
3
+ "version": "2.1.64",
4
4
  "description": "Claude Code/Cursor/Cline API relay for China — ¥1=$1, WeChat/Alipay payment, no credit card, no VPN. One command setup for all AI coding tools.",
5
5
  "scripts": {
6
6
  "build": "node scripts/build.mjs",