gsb-cli 0.1.2 → 0.1.3
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/src/version.js +1 -1
- package/package.json +1 -1
- package/skills/gsb-eval/SKILL.md +1 -1
package/dist/src/version.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
|
|
2
2
|
import { homedir } from "node:os";
|
|
3
3
|
import { dirname, join } from "node:path";
|
|
4
|
-
export const CLI_VERSION = "0.1.
|
|
4
|
+
export const CLI_VERSION = "0.1.3";
|
|
5
5
|
export const DEFAULT_BASE_URL = "http://localhost:8888";
|
|
6
6
|
const DEFAULT_CACHE_PATH = join(homedir(), ".chatbuy_gsb_eval_cli", "update_check.json");
|
|
7
7
|
const DEFAULT_TTL_MS = 24 * 60 * 60 * 1000;
|
package/package.json
CHANGED
package/skills/gsb-eval/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gsb-eval
|
|
3
3
|
description: Use this skill when the user asks for GSB evaluation, A/B human evaluation, response/rubric comparison, creating or publishing GSB tasks, uploading datasets, collecting human labels, analyzing GSB results, generating decision reports, or doing good/bad case analysis. Operate the ChatBuy GSB platform through gsb-cli and reuse the GSB analysis/reporting methodology.
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# GSB Eval Platform
|