@simonyea/holysheep-cli 2.1.72 → 2.1.73
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/dist/configure-worker.js +1 -1
- package/dist/index.js +5 -8
- package/package.json +1 -1
package/dist/configure-worker.js
CHANGED
|
@@ -4155,7 +4155,7 @@ var require_package = __commonJS({
|
|
|
4155
4155
|
"package.json"(exports2, module2) {
|
|
4156
4156
|
module2.exports = {
|
|
4157
4157
|
name: "@simonyea/holysheep-cli",
|
|
4158
|
-
version: "2.1.
|
|
4158
|
+
version: "2.1.73",
|
|
4159
4159
|
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.",
|
|
4160
4160
|
scripts: {
|
|
4161
4161
|
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.
|
|
15
|
+
version: "2.1.73",
|
|
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",
|
|
@@ -9683,10 +9683,11 @@ var require_aionui_wrapper = __commonJS({
|
|
|
9683
9683
|
// We use MutationObserver because the agent picker is rendered lazily.
|
|
9684
9684
|
(function(){
|
|
9685
9685
|
// Substrings to hide. Match in element text content (whole-token aware).
|
|
9686
|
+
// [v2.1.73] Only Aion CLI is hidden from the chat picker. Qwen Code and
|
|
9687
|
+
// CodeBuddy are kept (per user request 2026-05-06) and reordered via the
|
|
9688
|
+
// acpTypes patch instead of being DOM-hidden.
|
|
9686
9689
|
var HIDE = [
|
|
9687
9690
|
{label:'Aion CLI', test:function(t){return /\\bAion ?CLI\\b/i.test(t)}},
|
|
9688
|
-
{label:'Qwen Code', test:function(t){return /\\bQwen ?Code\\b/i.test(t)}},
|
|
9689
|
-
{label:'CodeBuddy', test:function(t){return /\\bCodeBuddy\\b/i.test(t)}},
|
|
9690
9691
|
];
|
|
9691
9692
|
function shouldHide(el){
|
|
9692
9693
|
// Only consider leaf-ish nodes that look like a pickable item:
|
|
@@ -9941,11 +9942,7 @@ var require_aionui_wrapper = __commonJS({
|
|
|
9941
9942
|
function _patchAcpTypesJs(src) {
|
|
9942
9943
|
if (!src || typeof src !== "string") return src;
|
|
9943
9944
|
let out = src;
|
|
9944
|
-
|
|
9945
|
-
const re = new RegExp(`(${id}:\\{[^{}]*?enabled:)!0`, "g");
|
|
9946
|
-
out = out.replace(re, "$1!1");
|
|
9947
|
-
}
|
|
9948
|
-
const PRIORITY = ["codex", "claude", "opencode", "droid"];
|
|
9945
|
+
const PRIORITY = ["claude", "codex", "opencode", "qwen", "codebuddy", "droid", "openclaw"];
|
|
9949
9946
|
const priorityJs = JSON.stringify(PRIORITY);
|
|
9950
9947
|
const filterMapRe = /(Object\.entries\([a-z]\)\.filter\(\([^)]*\)=>[^)]*\))\.map\(/;
|
|
9951
9948
|
const m = out.match(filterMapRe);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simonyea/holysheep-cli",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.73",
|
|
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",
|