ccman 3.0.19 → 3.0.20
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/index.js +2 -12
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39,7 +39,7 @@ var init_package = __esm({
|
|
|
39
39
|
"../core/package.json"() {
|
|
40
40
|
package_default = {
|
|
41
41
|
name: "@ccman/core",
|
|
42
|
-
version: "3.0.
|
|
42
|
+
version: "3.0.20",
|
|
43
43
|
type: "module",
|
|
44
44
|
description: "Core business logic for ccman",
|
|
45
45
|
main: "./dist/index.js",
|
|
@@ -2302,14 +2302,9 @@ var init_codex2 = __esm({
|
|
|
2302
2302
|
"../core/dist/presets/codex.js"() {
|
|
2303
2303
|
"use strict";
|
|
2304
2304
|
CODEX_PRESETS = [
|
|
2305
|
-
{
|
|
2306
|
-
name: "PackyCode",
|
|
2307
|
-
baseUrl: "https://api.packycode.com",
|
|
2308
|
-
description: "PackyCode API \u670D\u52A1"
|
|
2309
|
-
},
|
|
2310
2305
|
{
|
|
2311
2306
|
name: "88Code",
|
|
2312
|
-
baseUrl: "https://www.88code.org/
|
|
2307
|
+
baseUrl: "https://www.88code.org/openai/v1",
|
|
2313
2308
|
description: "88Code API \u670D\u52A1"
|
|
2314
2309
|
}
|
|
2315
2310
|
];
|
|
@@ -2337,11 +2332,6 @@ var init_claude2 = __esm({
|
|
|
2337
2332
|
baseUrl: "https://api.packycode.com",
|
|
2338
2333
|
description: "PackyCode API \u670D\u52A1"
|
|
2339
2334
|
},
|
|
2340
|
-
{
|
|
2341
|
-
name: "CoordCode",
|
|
2342
|
-
baseUrl: "https://api.coordcode.com/api",
|
|
2343
|
-
description: "CoordCode API \u670D\u52A1"
|
|
2344
|
-
},
|
|
2345
2335
|
{
|
|
2346
2336
|
name: "88Code",
|
|
2347
2337
|
baseUrl: "https://www.88code.org/api",
|