scream-code 0.14.6 → 0.14.8

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/main.mjs CHANGED
@@ -6,7 +6,7 @@ const __dirname = __cjsShimDirname(__filename);
6
6
  import "./suppress-sqlite-warning-C2VB0doZ.mjs";
7
7
  //#region src/main.ts
8
8
  try {
9
- (await import("./app-755L4Xpi.mjs")).main();
9
+ (await import("./app-CJCkJpo_.mjs")).main();
10
10
  } catch (error) {
11
11
  process.stderr.write(`${error instanceof Error ? error.stack ?? error.message : String(error)}\n`);
12
12
  process.exit(1);
@@ -126,7 +126,11 @@ const dictionaries = {
126
126
  "status.composing": "输出中",
127
127
  "status.tool": "执行中",
128
128
  "status.waiting": "等待中",
129
- "status.reconnecting": "重连中",
129
+ "status.reconnecting_detail": "重连中 {attempt}/{max} · {reason} · {delay}s 后重试",
130
+ "status.reason_rate_limit": "限流",
131
+ "status.reason_server": "服务器错误",
132
+ "status.reason_timeout": "网络超时",
133
+ "status.reason_connection": "连接问题",
130
134
  "approval.allow_once": "批准一次",
131
135
  "approval.allow_session": "批准(当前会话)",
132
136
  "approval.deny": "拒绝",
@@ -1224,7 +1228,11 @@ const dictionaries = {
1224
1228
  "status.composing": "Writing",
1225
1229
  "status.tool": "Running",
1226
1230
  "status.waiting": "Waiting",
1227
- "status.reconnecting": "Reconnecting",
1231
+ "status.reconnecting_detail": "Reconnecting {attempt}/{max} · {reason} · retry in {delay}s",
1232
+ "status.reason_rate_limit": "rate limited",
1233
+ "status.reason_server": "server error",
1234
+ "status.reason_timeout": "network timeout",
1235
+ "status.reason_connection": "connection issue",
1228
1236
  "approval.allow_once": "Allow Once",
1229
1237
  "approval.allow_session": "Allow Session",
1230
1238
  "approval.deny": "Deny",
@@ -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-C7gjr4Gk.mjs";
6
+ import { t as TextInputDialogComponent } from "./text-input-dialog-B0yHChBj.mjs";
7
7
  export { TextInputDialogComponent };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scream-code",
3
- "version": "0.14.6",
3
+ "version": "0.14.8",
4
4
  "description": "A terminal-native AI agent for builders",
5
5
  "license": "MIT",
6
6
  "author": "ScreamCli",
@@ -7,8 +7,8 @@ import { n as __esmMin } from "./chunk-D90kvbyJ.mjs";
7
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 { deprecate, promisify, types } from "node:util";
10
- import http from "node:http";
11
10
  import { format } from "node:url";
11
+ import http from "node:http";
12
12
  import { isIP } from "node:net";
13
13
  import https from "node:https";
14
14
  import zlib from "node:zlib";