ccman 3.0.10 → 3.0.11
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 +6 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2050,7 +2050,7 @@ var import_inquirer2 = __toESM(require("inquirer"));
|
|
|
2050
2050
|
// ../core/package.json
|
|
2051
2051
|
var package_default = {
|
|
2052
2052
|
name: "@ccman/core",
|
|
2053
|
-
version: "3.0.
|
|
2053
|
+
version: "3.0.11",
|
|
2054
2054
|
type: "module",
|
|
2055
2055
|
description: "Core business logic for ccman",
|
|
2056
2056
|
main: "./dist/index.js",
|
|
@@ -2288,6 +2288,11 @@ var CC_PRESETS = [
|
|
|
2288
2288
|
baseUrl: "https://www.88code.org/api",
|
|
2289
2289
|
description: "88Code API \u670D\u52A1"
|
|
2290
2290
|
},
|
|
2291
|
+
{
|
|
2292
|
+
name: "KKYYXX",
|
|
2293
|
+
baseUrl: "https://api.kkyyxx.xyz",
|
|
2294
|
+
description: "KKYYXX API \u670D\u52A1"
|
|
2295
|
+
},
|
|
2291
2296
|
{
|
|
2292
2297
|
name: "BigModel",
|
|
2293
2298
|
baseUrl: "https://open.bigmodel.cn/api/anthropic",
|