scream-code 0.10.1 → 0.10.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/README.md +2 -2
- package/dist/{app-DVRLAZ8b.mjs → app-DkhRwgvY.mjs} +1023 -712
- package/dist/base64-js-DzVmk6Nb.mjs +95 -0
- package/dist/{chunk-apG1qJts.mjs → chunk-D90kvbyJ.mjs} +2 -1
- package/dist/{dist-0bMQWc-B.mjs → dist-AcjRoBBn.mjs} +1 -1
- package/dist/{from-CKE2n10i.mjs → from-BMeHuTTE.mjs} +1 -1
- package/dist/main.mjs +1 -1
- package/dist/markit-DG5XsAGz.mjs +56336 -0
- package/dist/{multipart-parser-BxHsVgPe.mjs → multipart-parser-_uHCprmc.mjs} +2 -2
- package/dist/{src-Dae4j3bv.mjs → src-BMbOMRuY.mjs} +3 -3
- package/dist/{text-input-dialog-Dk5xzj4F.mjs → text-input-dialog-C8_8qYYi.mjs} +1 -1
- package/dist/{text-input-dialog-D_xK0DJH.mjs → text-input-dialog-Cj7OClhs.mjs} +0 -20
- package/package.json +3 -2
|
@@ -3,8 +3,8 @@ import { fileURLToPath as __cjsShimFileURLToPath } from 'node:url';
|
|
|
3
3
|
import { dirname as __cjsShimDirname } from 'node:path';
|
|
4
4
|
const __filename = __cjsShimFileURLToPath(import.meta.url);
|
|
5
5
|
const __dirname = __cjsShimDirname(__filename);
|
|
6
|
-
import { n as __esmMin } from "./chunk-
|
|
7
|
-
import { a as File, i as init_esm_min, n as FormData, t as init_from } from "./from-
|
|
6
|
+
import { n as __esmMin } from "./chunk-D90kvbyJ.mjs";
|
|
7
|
+
import { a as File, i as init_esm_min, n as FormData, t as init_from } from "./from-BMeHuTTE.mjs";
|
|
8
8
|
//#region ../../node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/utils/multipart-parser.js
|
|
9
9
|
function _fileName(headerValue) {
|
|
10
10
|
const m = headerValue.match(/\bfilename=("(.*?)"|([^()<>@,;:\\"/[\]?={}\s\t]+))($|;\s)/i);
|
|
@@ -3,8 +3,8 @@ import { fileURLToPath as __cjsShimFileURLToPath } from 'node:url';
|
|
|
3
3
|
import { dirname as __cjsShimDirname } from 'node:path';
|
|
4
4
|
const __filename = __cjsShimFileURLToPath(import.meta.url);
|
|
5
5
|
const __dirname = __cjsShimDirname(__filename);
|
|
6
|
-
import { n as __esmMin } from "./chunk-
|
|
7
|
-
import { c as init_fetch_blob, i as init_esm_min, n as FormData, r as formDataToBlob, s as Blob, t as init_from } from "./from-
|
|
6
|
+
import { n as __esmMin } from "./chunk-D90kvbyJ.mjs";
|
|
7
|
+
import { c as init_fetch_blob, i as init_esm_min, n as FormData, r as formDataToBlob, s as Blob, t as init_from } from "./from-BMeHuTTE.mjs";
|
|
8
8
|
import Ds, { PassThrough, pipeline } from "node:stream";
|
|
9
9
|
import http from "node:http";
|
|
10
10
|
import { format } from "node:url";
|
|
@@ -214,7 +214,7 @@ var init_body = __esmMin((() => {
|
|
|
214
214
|
for (const [name, value] of parameters) formData.append(name, value);
|
|
215
215
|
return formData;
|
|
216
216
|
}
|
|
217
|
-
const { toFormData } = await import("./multipart-parser-
|
|
217
|
+
const { toFormData } = await import("./multipart-parser-_uHCprmc.mjs");
|
|
218
218
|
return toFormData(this.body, ct);
|
|
219
219
|
}
|
|
220
220
|
/**
|
|
@@ -3,5 +3,5 @@ import { fileURLToPath as __cjsShimFileURLToPath } from 'node:url';
|
|
|
3
3
|
import { dirname as __cjsShimDirname } from 'node:path';
|
|
4
4
|
const __filename = __cjsShimFileURLToPath(import.meta.url);
|
|
5
5
|
const __dirname = __cjsShimDirname(__filename);
|
|
6
|
-
import { t as TextInputDialogComponent } from "./text-input-dialog-
|
|
6
|
+
import { t as TextInputDialogComponent } from "./text-input-dialog-Cj7OClhs.mjs";
|
|
7
7
|
export { TextInputDialogComponent };
|
|
@@ -1003,19 +1003,9 @@ const dictionaries = {
|
|
|
1003
1003
|
"info.mcp_load_failed": "加载 MCP 服务器失败:{msg}",
|
|
1004
1004
|
"config.plan_cleared": "计划已清除",
|
|
1005
1005
|
"config.yolo_already_on": "YES 模式已开启",
|
|
1006
|
-
"config.yolo_on": "YES 模式:开启",
|
|
1007
|
-
"config.yolo_on_desc": "工作区工具自动批准。",
|
|
1008
1006
|
"config.yolo_already_off": "YES 模式已关闭",
|
|
1009
|
-
"config.yolo_off": "YES 模式:关闭",
|
|
1010
|
-
"config.yolo_toggle_on": "YES 模式:开启",
|
|
1011
|
-
"config.yolo_toggle_on_desc": "工作区工具已自动批准。",
|
|
1012
1007
|
"config.auto_already_on": "自动模式已开启",
|
|
1013
|
-
"config.auto_on": "自动模式:开启",
|
|
1014
|
-
"config.auto_on_desc": "工具自动批准。代理不会提问。",
|
|
1015
1008
|
"config.auto_already_off": "自动模式已关闭",
|
|
1016
|
-
"config.auto_off": "自动模式:关闭",
|
|
1017
|
-
"config.auto_toggle_on": "自动模式:开启",
|
|
1018
|
-
"config.auto_toggle_on_desc": "工具自动批准。代理不会提问。",
|
|
1019
1009
|
"settings.title": "设置",
|
|
1020
1010
|
"settings.model": "模型",
|
|
1021
1011
|
"settings.model_desc": "切换当前模型和思考模式。",
|
|
@@ -2037,19 +2027,9 @@ const dictionaries = {
|
|
|
2037
2027
|
"info.mcp_load_failed": "Failed to load MCP server: {msg}",
|
|
2038
2028
|
"config.plan_cleared": "Plan cleared",
|
|
2039
2029
|
"config.yolo_already_on": "YES mode is already on",
|
|
2040
|
-
"config.yolo_on": "YES mode: on",
|
|
2041
|
-
"config.yolo_on_desc": "Workspace tools auto-approved.",
|
|
2042
2030
|
"config.yolo_already_off": "YES mode is already off",
|
|
2043
|
-
"config.yolo_off": "YES mode: off",
|
|
2044
|
-
"config.yolo_toggle_on": "YES mode: on",
|
|
2045
|
-
"config.yolo_toggle_on_desc": "Workspace tools have been auto-approved.",
|
|
2046
2031
|
"config.auto_already_on": "Auto mode is already on",
|
|
2047
|
-
"config.auto_on": "Auto mode: on",
|
|
2048
|
-
"config.auto_on_desc": "Tools auto-approved. Agent will not ask questions.",
|
|
2049
2032
|
"config.auto_already_off": "Auto mode is already off",
|
|
2050
|
-
"config.auto_off": "Auto mode: off",
|
|
2051
|
-
"config.auto_toggle_on": "Auto mode: on",
|
|
2052
|
-
"config.auto_toggle_on_desc": "Tools auto-approved. Agent will not ask questions.",
|
|
2053
2033
|
"settings.title": "Settings",
|
|
2054
2034
|
"settings.model": "Model",
|
|
2055
2035
|
"settings.model_desc": "Switch current model and thinking mode.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scream-code",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3",
|
|
4
4
|
"description": "A terminal-native AI agent for builders",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ScreamCli",
|
|
@@ -57,13 +57,14 @@
|
|
|
57
57
|
"smoke": "node dist/main.mjs --version"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@liutod-scream/pi-tui": "^0.80.
|
|
60
|
+
"@liutod-scream/pi-tui": "^0.80.19",
|
|
61
61
|
"@mariozechner/clipboard": "^0.3.2",
|
|
62
62
|
"chalk": "^5.4.1",
|
|
63
63
|
"cli-highlight": "^2.1.11",
|
|
64
64
|
"commander": "^13.1.0",
|
|
65
65
|
"diff": "^9.0.0",
|
|
66
66
|
"fastembed": "^2.1.0",
|
|
67
|
+
"mupdf": "^1.28.0",
|
|
67
68
|
"semver": "^7.7.4",
|
|
68
69
|
"smol-toml": "^1.6.1",
|
|
69
70
|
"zod": "^4.3.6"
|