@workclaw/cli 1.0.329 → 1.0.330
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/box/configs/index.d.ts +2 -0
- package/dist/box/configs/index.d.ts.map +1 -0
- package/dist/box/configs/model.d.ts +13 -0
- package/dist/box/configs/model.d.ts.map +1 -0
- package/dist/box/constants/index.d.ts +2 -0
- package/dist/box/constants/index.d.ts.map +1 -0
- package/dist/box/constants/model.d.ts +9 -0
- package/dist/box/constants/model.d.ts.map +1 -0
- package/dist/box/index.d.ts.map +1 -1
- package/dist/box/installer/installer.d.ts.map +1 -1
- package/dist/box/src/box.d.ts.map +1 -1
- package/dist/box/types/index.d.ts +8 -0
- package/dist/box/types/index.d.ts.map +1 -1
- package/dist/{index-CG5v9o0c.js → index-DV-DJElg.js} +65 -37
- package/dist/index.js +1 -1
- package/dist/local/configs/index.d.ts +2 -0
- package/dist/local/configs/index.d.ts.map +1 -0
- package/dist/local/configs/model.d.ts +13 -0
- package/dist/local/configs/model.d.ts.map +1 -0
- package/dist/local/constants/index.d.ts +2 -0
- package/dist/local/constants/index.d.ts.map +1 -0
- package/dist/local/constants/model.d.ts +4 -0
- package/dist/local/constants/model.d.ts.map +1 -0
- package/dist/local/installer/installer.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/box/configs/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const MODEL_GENERAL_CONFIG: {
|
|
2
|
+
reasoning: boolean;
|
|
3
|
+
input: string[];
|
|
4
|
+
cost: {
|
|
5
|
+
input: number;
|
|
6
|
+
output: number;
|
|
7
|
+
cacheRead: number;
|
|
8
|
+
cacheWrite: number;
|
|
9
|
+
};
|
|
10
|
+
contextWindow: number;
|
|
11
|
+
maxTokens: number;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../src/box/configs/model.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB;;;;;;;;;;;CAMhC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/box/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const SUPPORTED_MODELS: readonly ["gpt-4.1-mini", "gpt-4o-mini", "gpt-5-chat", "gpt-5-mini"];
|
|
2
|
+
export type ModelType = typeof SUPPORTED_MODELS[number];
|
|
3
|
+
export declare const DEFAULT_MODEL: ModelType;
|
|
4
|
+
export declare const MODEL_ID_MAP: Record<ModelType, {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
}>;
|
|
8
|
+
export declare const DEFAULT_PROVIDER = "siliconflow-minimax";
|
|
9
|
+
//# sourceMappingURL=model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../src/box/constants/model.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,sEAKnB,CAAA;AAEV,MAAM,MAAM,SAAS,GAAG,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAA;AAEvD,eAAO,MAAM,aAAa,EAAE,SAAwB,CAAA;AAEpD,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,SAAS,EAAE;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAKxE,CAAA;AAED,eAAO,MAAM,gBAAgB,wBAAwB,CAAA"}
|
package/dist/box/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/box/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/box/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AAIxC,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAavD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"installer.d.ts","sourceRoot":"","sources":["../../../src/box/installer/installer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAgB,MAAM,UAAU,CAAA;
|
|
1
|
+
{"version":3,"file":"installer.d.ts","sourceRoot":"","sources":["../../../src/box/installer/installer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAgB,MAAM,UAAU,CAAA;AAiFhE,qBAAa,YAAY;IAIX,OAAO,CAAC,MAAM;IAH1B,OAAO,CAAC,OAAO,CAAK;IACpB,OAAO,CAAC,UAAU,CAAa;gBAEX,MAAM,EAAE,kBAAkB;IAI9C,cAAc,IAAI,IAAI;IAyBtB,OAAO,CAAC,QAAQ;IAoChB,OAAO,CAAC,aAAa;IAMrB,aAAa,IAAI,MAAM;IAIvB,OAAO,CAAC,cAAc;IAOhB,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;YA0BhB,eAAe;YA0Bf,iBAAiB;YAoHjB,cAAc;CAwQ7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"box.d.ts","sourceRoot":"","sources":["../../../src/box/src/box.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;
|
|
1
|
+
{"version":3,"file":"box.d.ts","sourceRoot":"","sources":["../../../src/box/src/box.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAU1C;;;GAGG;AACH,wBAAsB,gBAAgB,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC,CA6KzE"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
import { ModelType } from '../constants';
|
|
2
3
|
export interface BoxOptions {
|
|
3
4
|
env?: string;
|
|
4
5
|
appKey?: string;
|
|
@@ -8,6 +9,7 @@ export interface BoxOptions {
|
|
|
8
9
|
pluginVersion?: string;
|
|
9
10
|
openclawPath?: string;
|
|
10
11
|
debug?: boolean;
|
|
12
|
+
model?: ModelType;
|
|
11
13
|
}
|
|
12
14
|
/**
|
|
13
15
|
* BoxInstaller 配置验证 schema
|
|
@@ -25,6 +27,12 @@ export declare const BoxInstallerConfigSchema: z.ZodObject<{
|
|
|
25
27
|
appSecret: z.ZodString;
|
|
26
28
|
pluginVersion: z.ZodOptional<z.ZodString>;
|
|
27
29
|
openclawPath: z.ZodOptional<z.ZodIntersection<z.ZodString, z.ZodString>>;
|
|
30
|
+
model: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
31
|
+
"gpt-4.1-mini": "gpt-4.1-mini";
|
|
32
|
+
"gpt-4o-mini": "gpt-4o-mini";
|
|
33
|
+
"gpt-5-chat": "gpt-5-chat";
|
|
34
|
+
"gpt-5-mini": "gpt-5-mini";
|
|
35
|
+
}>>>;
|
|
28
36
|
}, z.core.$strip>;
|
|
29
37
|
export type BoxInstallerConfig = z.infer<typeof BoxInstallerConfigSchema>;
|
|
30
38
|
export interface InstallResult {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/box/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAWvB,MAAM,WAAW,UAAU;IACzB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,KAAK,CAAC,EAAE,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/box/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAWvB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAE7C,MAAM,WAAW,UAAU;IACzB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,SAAS,CAAA;CAClB;AAED;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;iBAoBpC,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAEzE,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;CACb"}
|
|
@@ -193,6 +193,27 @@ class AppError2 extends Error {
|
|
|
193
193
|
function getHomeDir$1() {
|
|
194
194
|
return process$1.env.HOME || process$1.env.USERPROFILE || "";
|
|
195
195
|
}
|
|
196
|
+
const SUPPORTED_MODELS = [
|
|
197
|
+
"gpt-4.1-mini",
|
|
198
|
+
"gpt-4o-mini",
|
|
199
|
+
"gpt-5-chat",
|
|
200
|
+
"gpt-5-mini"
|
|
201
|
+
];
|
|
202
|
+
const DEFAULT_MODEL = "gpt-5-mini";
|
|
203
|
+
const MODEL_ID_MAP = {
|
|
204
|
+
"gpt-4.1-mini": { id: "gpt-4.1-mini", name: "GPT-4.1-Mini" },
|
|
205
|
+
"gpt-4o-mini": { id: "gpt-4o-mini", name: "GPT-4o-Mini" },
|
|
206
|
+
"gpt-5-chat": { id: "gpt-5-chat", name: "GPT-5-Chat" },
|
|
207
|
+
"gpt-5-mini": { id: "gpt-5-mini", name: "GPT-5-Mini" }
|
|
208
|
+
};
|
|
209
|
+
const DEFAULT_PROVIDER$1 = "siliconflow-minimax";
|
|
210
|
+
const MODEL_GENERAL_CONFIG$1 = {
|
|
211
|
+
reasoning: false,
|
|
212
|
+
input: ["text"],
|
|
213
|
+
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
|
|
214
|
+
contextWindow: 2e5,
|
|
215
|
+
maxTokens: 65536
|
|
216
|
+
};
|
|
196
217
|
const PLUGIN_PACKAGE_NAME$1 = "@workclaw/openclaw-workclaw";
|
|
197
218
|
function execAsync$1(command, options) {
|
|
198
219
|
return new Promise((resolve2, reject) => {
|
|
@@ -460,6 +481,7 @@ class BoxInstaller {
|
|
|
460
481
|
debug.log("[更新配置] 无原有配置");
|
|
461
482
|
}
|
|
462
483
|
const config = getConfig(this.config.env || "test", this.config.customIp);
|
|
484
|
+
const modelInfo = MODEL_ID_MAP[this.config.model];
|
|
463
485
|
const newConfig = {
|
|
464
486
|
// diagnostics: 诊断配置
|
|
465
487
|
diagnostics: {
|
|
@@ -478,7 +500,7 @@ class BoxInstaller {
|
|
|
478
500
|
// 配置合并模式:'merge' 合并 | 'replace' 替换
|
|
479
501
|
mode: "replace",
|
|
480
502
|
providers: {
|
|
481
|
-
|
|
503
|
+
[DEFAULT_PROVIDER$1]: {
|
|
482
504
|
// 模型 API 基础地址
|
|
483
505
|
baseUrl: config.MODEL_BASE_URL,
|
|
484
506
|
// API 密钥(留空,由外部提供)
|
|
@@ -489,19 +511,11 @@ class BoxInstaller {
|
|
|
489
511
|
authHeader: true,
|
|
490
512
|
models: [{
|
|
491
513
|
// 模型 ID(provider/model 格式)
|
|
492
|
-
id:
|
|
514
|
+
id: modelInfo.id,
|
|
493
515
|
// 模型显示名称
|
|
494
|
-
name:
|
|
495
|
-
//
|
|
496
|
-
|
|
497
|
-
// 支持的输入类型:['text'] | ['text', 'image']
|
|
498
|
-
input: ["text"],
|
|
499
|
-
// 价格(0 表示免费或未设置)
|
|
500
|
-
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
|
|
501
|
-
// 上下文窗口大小(token)
|
|
502
|
-
contextWindow: 2e5,
|
|
503
|
-
// 最大输出 token 数
|
|
504
|
-
maxTokens: 65536
|
|
516
|
+
name: modelInfo.name,
|
|
517
|
+
// 模型通用配置
|
|
518
|
+
...MODEL_GENERAL_CONFIG$1
|
|
505
519
|
}]
|
|
506
520
|
}
|
|
507
521
|
}
|
|
@@ -510,13 +524,7 @@ class BoxInstaller {
|
|
|
510
524
|
agents: {
|
|
511
525
|
defaults: {
|
|
512
526
|
// 默认使用的模型
|
|
513
|
-
model: { primary:
|
|
514
|
-
models: {
|
|
515
|
-
"siliconflow-minimax/Pro/MiniMaxAI/MiniMax-M2.5": {
|
|
516
|
-
// 模型别名,用于显示
|
|
517
|
-
alias: "Pro/MiniMaxAI/MiniMax-M2.5"
|
|
518
|
-
}
|
|
519
|
-
},
|
|
527
|
+
model: { primary: `${DEFAULT_PROVIDER$1}/${modelInfo.id}` },
|
|
520
528
|
// 工作区目录路径
|
|
521
529
|
workspace: paths.workspace,
|
|
522
530
|
// 会话压缩模式:'safeguard' 保守模式
|
|
@@ -714,6 +722,7 @@ async function createBoxCommand(options) {
|
|
|
714
722
|
let appKey = options.appKey;
|
|
715
723
|
let appSecret = options.appSecret;
|
|
716
724
|
let customIp = options.customIp;
|
|
725
|
+
let model = options.model;
|
|
717
726
|
const questions = [];
|
|
718
727
|
if (!env) {
|
|
719
728
|
debug.log("[盒子安装] 需要选择环境");
|
|
@@ -765,6 +774,21 @@ async function createBoxCommand(options) {
|
|
|
765
774
|
} else {
|
|
766
775
|
debug.log("[盒子安装] 使用命令行参数: appSecret");
|
|
767
776
|
}
|
|
777
|
+
if (!model) {
|
|
778
|
+
debug.log("[盒子安装] 需要选择模型");
|
|
779
|
+
questions.push({
|
|
780
|
+
type: "list",
|
|
781
|
+
name: "model",
|
|
782
|
+
message: chalk.cyan("请选择模型:"),
|
|
783
|
+
default: DEFAULT_MODEL,
|
|
784
|
+
choices: SUPPORTED_MODELS.map((m) => ({
|
|
785
|
+
name: m === DEFAULT_MODEL ? `${chalk.green(m)} ${chalk.dim("(默认)")}` : m,
|
|
786
|
+
value: m
|
|
787
|
+
}))
|
|
788
|
+
});
|
|
789
|
+
} else {
|
|
790
|
+
debug.log(`[盒子安装] 使用命令行参数: model=${model}`);
|
|
791
|
+
}
|
|
768
792
|
if (questions.length > 0) {
|
|
769
793
|
debug.log(`[盒子安装] 开始交互式问答,共 ${questions.length} 个问题`);
|
|
770
794
|
const answers = await inquirer.prompt(questions);
|
|
@@ -772,7 +796,9 @@ async function createBoxCommand(options) {
|
|
|
772
796
|
env = env || answers.env || "test";
|
|
773
797
|
appKey = appKey || answers.appKey;
|
|
774
798
|
appSecret = appSecret || answers.appSecret;
|
|
799
|
+
model = model || answers.model || DEFAULT_MODEL;
|
|
775
800
|
}
|
|
801
|
+
model = model || DEFAULT_MODEL;
|
|
776
802
|
if (env === "custom" && !customIp) {
|
|
777
803
|
debug.log("[盒子安装] 自定义环境需要输入后端 IP");
|
|
778
804
|
const answer = await inquirer.prompt([{
|
|
@@ -796,7 +822,7 @@ async function createBoxCommand(options) {
|
|
|
796
822
|
} else if (env === "custom" && customIp) {
|
|
797
823
|
debug.log(`[盒子安装] 使用命令行参数: customIp=${customIp}`);
|
|
798
824
|
}
|
|
799
|
-
debug.log(`[盒子安装] 最终参数: env=${env}, customIp=${customIp}, openclawPath=${options.openclawPath}`);
|
|
825
|
+
debug.log(`[盒子安装] 最终参数: env=${env}, customIp=${customIp}, openclawPath=${options.openclawPath}, model=${model}`);
|
|
800
826
|
debug.log("[盒子安装] 创建 BoxInstaller 实例...");
|
|
801
827
|
const installer = new BoxInstaller({
|
|
802
828
|
appKey,
|
|
@@ -805,7 +831,8 @@ async function createBoxCommand(options) {
|
|
|
805
831
|
customIp,
|
|
806
832
|
wsUrl: options.wsUrl,
|
|
807
833
|
pluginVersion: options.pluginVersion,
|
|
808
|
-
openclawPath: options.openclawPath
|
|
834
|
+
openclawPath: options.openclawPath,
|
|
835
|
+
model
|
|
809
836
|
});
|
|
810
837
|
debug.log("[盒子安装] 开始安装...");
|
|
811
838
|
await installer.install();
|
|
@@ -840,7 +867,7 @@ async function createBoxCommand(options) {
|
|
|
840
867
|
}
|
|
841
868
|
}
|
|
842
869
|
function registerCommands$1(program2) {
|
|
843
|
-
program2.command("box").description("盒子设备安装(无需登录)").option("-e, --env <env>", "环境 (test/prod/custom)").option("--app-key <appKey>", "App Key").option("--app-secret <appSecret>", "App Secret").option("--customIp <ip>", "自定义后端 IP(仅 custom 环境生效)").option("--ws-url <url>", "自定义 WebSocket URL(仅 custom 环境生效,默认自动生成)").option("--plugin-version <plugin-version>", "插件版本号(默认最新版)").option("--openclaw-path <path>", "OpenClaw 安装目录路径(默认 ~/.openclaw)").option("--debug", "开启调试日志").action(createBoxCommand);
|
|
870
|
+
program2.command("box").description("盒子设备安装(无需登录)").option("-e, --env <env>", "环境 (test/prod/custom)").option("--app-key <appKey>", "App Key").option("--app-secret <appSecret>", "App Secret").option("--customIp <ip>", "自定义后端 IP(仅 custom 环境生效)").option("--ws-url <url>", "自定义 WebSocket URL(仅 custom 环境生效,默认自动生成)").option("--plugin-version <plugin-version>", "插件版本号(默认最新版)").option("--openclaw-path <path>", "OpenClaw 安装目录路径(默认 ~/.openclaw)").option("--model <model>", `选择模型 (${SUPPORTED_MODELS.join("/")}),默认 ${DEFAULT_MODEL}`).option("--debug", "开启调试日志").action(createBoxCommand);
|
|
844
871
|
}
|
|
845
872
|
function createHttpClient(baseURL) {
|
|
846
873
|
return axios.create({
|
|
@@ -4908,6 +4935,16 @@ function buildLocalCode(phone, machineId) {
|
|
|
4908
4935
|
function getHomeDir() {
|
|
4909
4936
|
return process$1.env.HOME || process$1.env.USERPROFILE || "";
|
|
4910
4937
|
}
|
|
4938
|
+
const DEFAULT_PROVIDER = "siliconflow-minimax";
|
|
4939
|
+
const DEFAULT_MODEL_ID = "MiniMax-M2.5";
|
|
4940
|
+
const DEFAULT_MODEL_NAME = "MiniMax-M2.5";
|
|
4941
|
+
const MODEL_GENERAL_CONFIG = {
|
|
4942
|
+
reasoning: false,
|
|
4943
|
+
input: ["text"],
|
|
4944
|
+
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
|
|
4945
|
+
contextWindow: 2e5,
|
|
4946
|
+
maxTokens: 65536
|
|
4947
|
+
};
|
|
4911
4948
|
const PLUGIN_PACKAGE_NAME = "@workclaw/openclaw-workclaw";
|
|
4912
4949
|
function execAsync(command, options) {
|
|
4913
4950
|
return new Promise((resolve2, reject) => {
|
|
@@ -5241,19 +5278,15 @@ class LocalInstaller {
|
|
|
5241
5278
|
models: {
|
|
5242
5279
|
mode: "replace",
|
|
5243
5280
|
providers: {
|
|
5244
|
-
|
|
5281
|
+
[DEFAULT_PROVIDER]: {
|
|
5245
5282
|
baseUrl: boundConfig.modelApiBaseUrl || config.MODEL_BASE_URL,
|
|
5246
5283
|
apiKey: boundConfig.modelApiKey,
|
|
5247
5284
|
api: "openai-completions",
|
|
5248
5285
|
authHeader: true,
|
|
5249
5286
|
models: [{
|
|
5250
|
-
id:
|
|
5251
|
-
name:
|
|
5252
|
-
|
|
5253
|
-
input: ["text"],
|
|
5254
|
-
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
|
|
5255
|
-
contextWindow: 2e5,
|
|
5256
|
-
maxTokens: 65536
|
|
5287
|
+
id: DEFAULT_MODEL_ID,
|
|
5288
|
+
name: DEFAULT_MODEL_NAME,
|
|
5289
|
+
...MODEL_GENERAL_CONFIG
|
|
5257
5290
|
}]
|
|
5258
5291
|
}
|
|
5259
5292
|
}
|
|
@@ -5261,12 +5294,7 @@ class LocalInstaller {
|
|
|
5261
5294
|
// agents: 代理配置
|
|
5262
5295
|
agents: {
|
|
5263
5296
|
defaults: {
|
|
5264
|
-
model: { primary:
|
|
5265
|
-
models: {
|
|
5266
|
-
"siliconflow-minimax/Pro/MiniMaxAI/MiniMax-M2.5": {
|
|
5267
|
-
alias: "Pro/MiniMaxAI/MiniMax-M2.5"
|
|
5268
|
-
}
|
|
5269
|
-
},
|
|
5297
|
+
model: { primary: `${DEFAULT_PROVIDER}/${DEFAULT_MODEL_ID}` },
|
|
5270
5298
|
workspace: paths.workspace,
|
|
5271
5299
|
compaction: { mode: "safeguard" },
|
|
5272
5300
|
verboseDefault: "full",
|
package/dist/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/local/configs/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const MODEL_GENERAL_CONFIG: {
|
|
2
|
+
reasoning: boolean;
|
|
3
|
+
input: string[];
|
|
4
|
+
cost: {
|
|
5
|
+
input: number;
|
|
6
|
+
output: number;
|
|
7
|
+
cacheRead: number;
|
|
8
|
+
cacheWrite: number;
|
|
9
|
+
};
|
|
10
|
+
contextWindow: number;
|
|
11
|
+
maxTokens: number;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../src/local/configs/model.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB;;;;;;;;;;;CAMhC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/local/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../src/local/constants/model.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,wBAAwB,CAAA;AAErD,eAAO,MAAM,gBAAgB,iBAAiB,CAAA;AAE9C,eAAO,MAAM,kBAAkB,iBAAiB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"installer.d.ts","sourceRoot":"","sources":["../../../src/local/installer/installer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAA6B,oBAAoB,EAAE,MAAM,UAAU,CAAA;
|
|
1
|
+
{"version":3,"file":"installer.d.ts","sourceRoot":"","sources":["../../../src/local/installer/installer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAA6B,oBAAoB,EAAE,MAAM,UAAU,CAAA;AA+F/E;;;GAGG;AACH,qBAAa,cAAc;IACzB,OAAO,CAAC,OAAO,CAAK;IACpB,OAAO,CAAC,UAAU,CAAa;IAC/B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsB;IAC7C,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAiB;IAC3C,OAAO,CAAC,KAAK,CAAa;IAE1B;;OAEG;gBACS,MAAM,EAAE,oBAAoB;IAOxC;;OAEG;IACH,cAAc,IAAI,IAAI;IAUtB;;OAEG;IACG,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAgE9B;;OAEG;IACH,aAAa,IAAI,MAAM;IAIvB;;OAEG;IACH,QAAQ,IAAI,MAAM;IAIlB;;OAEG;IACH,OAAO,CAAC,cAAc;IAOtB;;OAEG;YACW,OAAO;IAoBrB;;OAEG;YACW,kBAAkB;IAchC;;OAEG;YACW,eAAe;IAmB7B;;OAEG;YACW,iBAAiB;IAoH/B;;OAEG;YACW,cAAc;CA0M7B"}
|