@spotpatch/runtime 1.7.1 → 1.8.0
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.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2777,14 +2777,14 @@ var UI_MESSAGES = Object.freeze({
|
|
|
2777
2777
|
mode: "Execution mode",
|
|
2778
2778
|
review: "Review",
|
|
2779
2779
|
autoGated: "Auto gated",
|
|
2780
|
-
trustedFast: "Trusted
|
|
2780
|
+
trustedFast: "Trusted direct",
|
|
2781
2781
|
provider: "Provider",
|
|
2782
2782
|
model: "Model",
|
|
2783
2783
|
providerAriaLabel: "AI provider",
|
|
2784
2784
|
modelAriaLabel: "AI model",
|
|
2785
2785
|
providerUnavailable: "Provider configuration is unavailable.",
|
|
2786
2786
|
consent: (provider) => `I understand selected context and allowed source may be sent to ${provider}; its data policy is my responsibility.`,
|
|
2787
|
-
trustedFastConsent: (provider) => `Enable trusted
|
|
2787
|
+
trustedFastConsent: (provider) => `Enable trusted direct mode for ${provider}: send allowed project context, include current local changes, skip project validation checks, and immediately apply AI changes, including file deletions and configuration changes.`,
|
|
2788
2788
|
connectionNotTested: "Optional connection check not run",
|
|
2789
2789
|
workspaceNotChecked: "Local workspace not checked",
|
|
2790
2790
|
checkingWorkspace: "Checking Git workspace and isolated execution\u2026",
|
|
@@ -2796,7 +2796,7 @@ var UI_MESSAGES = Object.freeze({
|
|
|
2796
2796
|
capabilityVerified: "Agent capability verified",
|
|
2797
2797
|
capabilityVerifiedAnnouncement: "AI provider capability verified.",
|
|
2798
2798
|
testingCapability: "Testing authentication, tools, continuation, and streaming\u2026",
|
|
2799
|
-
applying: "Applying
|
|
2799
|
+
applying: "Applying changes to the project.",
|
|
2800
2800
|
cancelling: "Cancelling Agent job.",
|
|
2801
2801
|
reverting: "Reverting the applied Agent change.",
|
|
2802
2802
|
consentRequired: "Confirm remote provider data transmission before running AI.",
|
|
@@ -2915,14 +2915,14 @@ var UI_MESSAGES = Object.freeze({
|
|
|
2915
2915
|
mode: "\u6267\u884C\u65B9\u5F0F",
|
|
2916
2916
|
review: "\u5BA1\u9605\u6A21\u5F0F",
|
|
2917
2917
|
autoGated: "\u53D7\u63A7\u81EA\u52A8\u6A21\u5F0F",
|
|
2918
|
-
trustedFast: "\u53EF\u4FE1\
|
|
2918
|
+
trustedFast: "\u53EF\u4FE1\u6781\u901F\u6A21\u5F0F",
|
|
2919
2919
|
provider: "\u6A21\u578B\u670D\u52A1",
|
|
2920
2920
|
model: "\u6A21\u578B",
|
|
2921
2921
|
providerAriaLabel: "AI \u6A21\u578B\u670D\u52A1",
|
|
2922
2922
|
modelAriaLabel: "AI \u6A21\u578B",
|
|
2923
2923
|
providerUnavailable: "\u6A21\u578B\u670D\u52A1\u914D\u7F6E\u4E0D\u53EF\u7528\u3002",
|
|
2924
2924
|
consent: (provider) => `\u6211\u4E86\u89E3\u9009\u4E2D\u4E0A\u4E0B\u6587\u4E0E\u83B7\u51C6\u6E90\u7801\u53EF\u80FD\u53D1\u9001\u5230 ${provider}\uFF0C\u5E76\u81EA\u884C\u8D1F\u8D23\u5176\u6570\u636E\u7B56\u7565\u3002`,
|
|
2925
|
-
trustedFastConsent: (provider) => `\u4E3A ${provider} \u542F\u7528\u53EF\u4FE1\
|
|
2925
|
+
trustedFastConsent: (provider) => `\u4E3A ${provider} \u542F\u7528\u53EF\u4FE1\u6781\u901F\u6A21\u5F0F\uFF1A\u53D1\u9001\u83B7\u51C6\u7684\u9879\u76EE\u4E0A\u4E0B\u6587\u3001\u7EB3\u5165\u5F53\u524D\u672C\u5730\u4FEE\u6539\u3001\u8DF3\u8FC7\u9879\u76EE\u9A8C\u8BC1\u68C0\u67E5\uFF0C\u5E76\u7ACB\u5373\u5E94\u7528 AI \u53D8\u66F4\uFF0C\u5305\u62EC\u5220\u9664\u6587\u4EF6\u4E0E\u914D\u7F6E\u53D8\u66F4\u3002`,
|
|
2926
2926
|
connectionNotTested: "\u5C1A\u672A\u6267\u884C\u53EF\u9009\u8FDE\u63A5\u68C0\u67E5",
|
|
2927
2927
|
workspaceNotChecked: "\u5C1A\u672A\u68C0\u67E5\u672C\u5730\u5DE5\u4F5C\u533A",
|
|
2928
2928
|
checkingWorkspace: "\u6B63\u5728\u68C0\u67E5 Git \u5DE5\u4F5C\u533A\u4E0E\u9694\u79BB\u6267\u884C\u73AF\u5883\u2026\u2026",
|
|
@@ -2934,7 +2934,7 @@ var UI_MESSAGES = Object.freeze({
|
|
|
2934
2934
|
capabilityVerified: "Agent \u80FD\u529B\u9A8C\u8BC1\u901A\u8FC7",
|
|
2935
2935
|
capabilityVerifiedAnnouncement: "AI \u6A21\u578B\u670D\u52A1\u80FD\u529B\u9A8C\u8BC1\u901A\u8FC7\u3002",
|
|
2936
2936
|
testingCapability: "\u6B63\u5728\u9A8C\u8BC1\u9274\u6743\u3001\u5DE5\u5177\u8C03\u7528\u3001\u8FDE\u7EED\u8C03\u7528\u4E0E\u6D41\u5F0F\u54CD\u5E94\u2026\u2026",
|
|
2937
|
-
applying: "\u6B63\u5728\u5C06\
|
|
2937
|
+
applying: "\u6B63\u5728\u5C06\u53D8\u66F4\u5E94\u7528\u5230\u9879\u76EE\u3002",
|
|
2938
2938
|
cancelling: "\u6B63\u5728\u53D6\u6D88 Agent \u4EFB\u52A1\u3002",
|
|
2939
2939
|
reverting: "\u6B63\u5728\u64A4\u9500\u5DF2\u5E94\u7528\u7684 Agent \u53D8\u66F4\u3002",
|
|
2940
2940
|
consentRequired: "\u8FD0\u884C AI \u524D\uFF0C\u8BF7\u5148\u786E\u8BA4\u5141\u8BB8\u5411\u8FDC\u7A0B\u6A21\u578B\u670D\u52A1\u4F20\u8F93\u6570\u636E\u3002",
|