@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.js
CHANGED
|
@@ -2775,14 +2775,14 @@ var UI_MESSAGES = Object.freeze({
|
|
|
2775
2775
|
mode: "Execution mode",
|
|
2776
2776
|
review: "Review",
|
|
2777
2777
|
autoGated: "Auto gated",
|
|
2778
|
-
trustedFast: "Trusted
|
|
2778
|
+
trustedFast: "Trusted direct",
|
|
2779
2779
|
provider: "Provider",
|
|
2780
2780
|
model: "Model",
|
|
2781
2781
|
providerAriaLabel: "AI provider",
|
|
2782
2782
|
modelAriaLabel: "AI model",
|
|
2783
2783
|
providerUnavailable: "Provider configuration is unavailable.",
|
|
2784
2784
|
consent: (provider) => `I understand selected context and allowed source may be sent to ${provider}; its data policy is my responsibility.`,
|
|
2785
|
-
trustedFastConsent: (provider) => `Enable trusted
|
|
2785
|
+
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.`,
|
|
2786
2786
|
connectionNotTested: "Optional connection check not run",
|
|
2787
2787
|
workspaceNotChecked: "Local workspace not checked",
|
|
2788
2788
|
checkingWorkspace: "Checking Git workspace and isolated execution\u2026",
|
|
@@ -2794,7 +2794,7 @@ var UI_MESSAGES = Object.freeze({
|
|
|
2794
2794
|
capabilityVerified: "Agent capability verified",
|
|
2795
2795
|
capabilityVerifiedAnnouncement: "AI provider capability verified.",
|
|
2796
2796
|
testingCapability: "Testing authentication, tools, continuation, and streaming\u2026",
|
|
2797
|
-
applying: "Applying
|
|
2797
|
+
applying: "Applying changes to the project.",
|
|
2798
2798
|
cancelling: "Cancelling Agent job.",
|
|
2799
2799
|
reverting: "Reverting the applied Agent change.",
|
|
2800
2800
|
consentRequired: "Confirm remote provider data transmission before running AI.",
|
|
@@ -2913,14 +2913,14 @@ var UI_MESSAGES = Object.freeze({
|
|
|
2913
2913
|
mode: "\u6267\u884C\u65B9\u5F0F",
|
|
2914
2914
|
review: "\u5BA1\u9605\u6A21\u5F0F",
|
|
2915
2915
|
autoGated: "\u53D7\u63A7\u81EA\u52A8\u6A21\u5F0F",
|
|
2916
|
-
trustedFast: "\u53EF\u4FE1\
|
|
2916
|
+
trustedFast: "\u53EF\u4FE1\u6781\u901F\u6A21\u5F0F",
|
|
2917
2917
|
provider: "\u6A21\u578B\u670D\u52A1",
|
|
2918
2918
|
model: "\u6A21\u578B",
|
|
2919
2919
|
providerAriaLabel: "AI \u6A21\u578B\u670D\u52A1",
|
|
2920
2920
|
modelAriaLabel: "AI \u6A21\u578B",
|
|
2921
2921
|
providerUnavailable: "\u6A21\u578B\u670D\u52A1\u914D\u7F6E\u4E0D\u53EF\u7528\u3002",
|
|
2922
2922
|
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`,
|
|
2923
|
-
trustedFastConsent: (provider) => `\u4E3A ${provider} \u542F\u7528\u53EF\u4FE1\
|
|
2923
|
+
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`,
|
|
2924
2924
|
connectionNotTested: "\u5C1A\u672A\u6267\u884C\u53EF\u9009\u8FDE\u63A5\u68C0\u67E5",
|
|
2925
2925
|
workspaceNotChecked: "\u5C1A\u672A\u68C0\u67E5\u672C\u5730\u5DE5\u4F5C\u533A",
|
|
2926
2926
|
checkingWorkspace: "\u6B63\u5728\u68C0\u67E5 Git \u5DE5\u4F5C\u533A\u4E0E\u9694\u79BB\u6267\u884C\u73AF\u5883\u2026\u2026",
|
|
@@ -2932,7 +2932,7 @@ var UI_MESSAGES = Object.freeze({
|
|
|
2932
2932
|
capabilityVerified: "Agent \u80FD\u529B\u9A8C\u8BC1\u901A\u8FC7",
|
|
2933
2933
|
capabilityVerifiedAnnouncement: "AI \u6A21\u578B\u670D\u52A1\u80FD\u529B\u9A8C\u8BC1\u901A\u8FC7\u3002",
|
|
2934
2934
|
testingCapability: "\u6B63\u5728\u9A8C\u8BC1\u9274\u6743\u3001\u5DE5\u5177\u8C03\u7528\u3001\u8FDE\u7EED\u8C03\u7528\u4E0E\u6D41\u5F0F\u54CD\u5E94\u2026\u2026",
|
|
2935
|
-
applying: "\u6B63\u5728\u5C06\
|
|
2935
|
+
applying: "\u6B63\u5728\u5C06\u53D8\u66F4\u5E94\u7528\u5230\u9879\u76EE\u3002",
|
|
2936
2936
|
cancelling: "\u6B63\u5728\u53D6\u6D88 Agent \u4EFB\u52A1\u3002",
|
|
2937
2937
|
reverting: "\u6B63\u5728\u64A4\u9500\u5DF2\u5E94\u7528\u7684 Agent \u53D8\u66F4\u3002",
|
|
2938
2938
|
consentRequired: "\u8FD0\u884C AI \u524D\uFF0C\u8BF7\u5148\u786E\u8BA4\u5141\u8BB8\u5411\u8FDC\u7A0B\u6A21\u578B\u670D\u52A1\u4F20\u8F93\u6570\u636E\u3002",
|