@qwen-code/qwen-code 0.15.12-preview.2 → 0.15.12-preview.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/bundled/qc-helper/docs/configuration/settings.md +10 -10
- package/bundled/qc-helper/docs/features/lsp.md +87 -10
- package/bundled/qc-helper/docs/qwen-serve.md +46 -15
- package/bundled/qc-helper/docs/reference/keyboard-shortcuts.md +11 -11
- package/bundled/stuck/SKILL.md +124 -0
- package/chunks/{agent-UQY6A6OS.js → agent-LIAWUWAO.js} +3 -3
- package/chunks/{ca-VQSV6JHA.js → ca-S3XJMT6P.js} +26 -0
- package/chunks/{chunk-SOIEFHIK.js → chunk-5QQ5FGTU.js} +0 -99
- package/chunks/{chunk-2WFU3IUH.js → chunk-AJSOD5IR.js} +4417 -2250
- package/chunks/{chunk-MXBWOU2L.js → chunk-AOJ3BBY7.js} +12 -12
- package/chunks/{chunk-FSYKVGER.js → chunk-GC5RXNL2.js} +1 -1
- package/chunks/{chunk-PCL3EJGY.js → chunk-XLQ4E5PS.js} +3918 -3677
- package/chunks/{contextCommand-MQRG6RMG.js → contextCommand-SVLAZMQL.js} +4 -4
- package/chunks/{de-M2IPQRBS.js → de-MNR4SMAI.js} +26 -0
- package/chunks/{edit-3KCBTA25.js → edit-VNAZBIZR.js} +7 -3
- package/chunks/{en-N5GMPCVT.js → en-NRN4QBAT.js} +27 -0
- package/chunks/{enter-worktree-VWS5QZTU.js → enter-worktree-FOF5YZIV.js} +3 -3
- package/chunks/{exit-worktree-RVXFWAPD.js → exit-worktree-Y6QVAO3C.js} +3 -3
- package/chunks/{exitPlanMode-UL5DILDG.js → exitPlanMode-QZKO7GH7.js} +3 -3
- package/chunks/{fr-BTHRYEXO.js → fr-OFJFHLCR.js} +26 -0
- package/chunks/{geminiContentGenerator-O2OPGHJG.js → geminiContentGenerator-DYHZPKJX.js} +1 -1
- package/chunks/{glob-57BSREPN.js → glob-G7XATELV.js} +3 -3
- package/chunks/{grep-XO5JOC7T.js → grep-4SETMY47.js} +3 -3
- package/chunks/{ja-D63TAEBO.js → ja-V6OQ6VL7.js} +26 -0
- package/chunks/{monitor-BECPGO3K.js → monitor-JTLJBJ7H.js} +21 -12
- package/chunks/{openaiContentGenerator-KEZQHIRM.js → openaiContentGenerator-3H7XOZBW.js} +2 -2
- package/chunks/{pt-XUV7FSKC.js → pt-ZLE6SA4A.js} +26 -0
- package/chunks/{qwenContentGenerator-RPMRXTNH.js → qwenContentGenerator-FAU3QPYO.js} +4 -4
- package/chunks/{read-file-LGHEIQNH.js → read-file-WWUQVNCZ.js} +1 -1
- package/chunks/{ripGrep-6SFSXZ2G.js → ripGrep-WCOAIWL6.js} +3 -3
- package/chunks/{ru-7KHWMN3A.js → ru-A4OHIUNN.js} +26 -0
- package/chunks/{serve-27O2AFE3.js → serve-VJEEEXA6.js} +780 -104
- package/chunks/{shell-J7K5KYCH.js → shell-IAOKGIJ6.js} +3 -3
- package/chunks/{skill-2R7P4ATS.js → skill-NHW6222K.js} +2 -2
- package/chunks/{src-CGEDVW67.js → src-OWV5HVQQ.js} +82 -12
- package/chunks/{tool-search-XOH3ZWVS.js → tool-search-MSJ6SXLI.js} +1 -1
- package/chunks/{write-file-74NQ27Q2.js → write-file-RKCENFZ5.js} +7 -3
- package/chunks/{zh-VGHU6XBB.js → zh-RN3JULHO.js} +27 -0
- package/chunks/{zh-TW-O36Q4V7E.js → zh-TW-XZEHEV5S.js} +27 -0
- package/cli.js +7440 -5056
- package/locales/ca.js +40 -0
- package/locales/de.js +40 -0
- package/locales/en.js +41 -0
- package/locales/fr.js +41 -0
- package/locales/ja.js +39 -0
- package/locales/pt.js +39 -0
- package/locales/ru.js +39 -0
- package/locales/zh-TW.js +40 -0
- package/locales/zh.js +40 -0
- package/package.json +2 -2
|
@@ -4,21 +4,21 @@ import {
|
|
|
4
4
|
collectContextData,
|
|
5
5
|
contextCommand,
|
|
6
6
|
formatContextUsageText
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-AOJ3BBY7.js";
|
|
8
8
|
import "./chunk-Y6Z2O3WR.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-AJSOD5IR.js";
|
|
10
10
|
import "./chunk-5P5XGNYH.js";
|
|
11
11
|
import "./chunk-K5PGHDBN.js";
|
|
12
12
|
import "./chunk-O4PICXES.js";
|
|
13
13
|
import "./chunk-TW522KN6.js";
|
|
14
14
|
import "./chunk-MLZQVCF3.js";
|
|
15
15
|
import "./chunk-JMZQICAL.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-5QQ5FGTU.js";
|
|
17
17
|
import "./chunk-B7ZL7HUA.js";
|
|
18
18
|
import "./chunk-77WXWU44.js";
|
|
19
19
|
import "./chunk-OCC4MZRS.js";
|
|
20
20
|
import "./chunk-CAWKL3UC.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-XLQ4E5PS.js";
|
|
22
22
|
import "./chunk-SYCJMSIJ.js";
|
|
23
23
|
import "./chunk-UWCTAVOD.js";
|
|
24
24
|
import "./chunk-OFEVLU4C.js";
|
|
@@ -87,6 +87,32 @@ var de_default = {
|
|
|
87
87
|
"Generate a one-line session recap now": "Jetzt eine einzeilige Sitzungszusammenfassung erstellen",
|
|
88
88
|
"Rename the current conversation. --auto lets the fast model pick a title.": "Die aktuelle Unterhaltung umbenennen. Mit --auto l\xE4sst du das schnelle Modell einen Titel w\xE4hlen.",
|
|
89
89
|
"Rewind conversation to a previous turn": "Die Unterhaltung auf einen fr\xFCheren Gespr\xE4chsschritt zur\xFCcksetzen",
|
|
90
|
+
"Rewind Conversation": "Unterhaltung zur\xFCckspulen",
|
|
91
|
+
"No user turns to rewind to.": "Keine Benutzerrunden zum Zur\xFCckspulen.",
|
|
92
|
+
"Rewind to: ": "Zur\xFCckspulen zu: ",
|
|
93
|
+
"Restore code and conversation": "Code und Unterhaltung wiederherstellen",
|
|
94
|
+
"Restore conversation only": "Nur Unterhaltung wiederherstellen",
|
|
95
|
+
"Restore code only": "Nur Code wiederherstellen",
|
|
96
|
+
"Never mind": "Egal",
|
|
97
|
+
"Computing file changes...": "Datei\xE4nderungen werden berechnet...",
|
|
98
|
+
"Restoring...": "Wiederherstellung l\xE4uft...",
|
|
99
|
+
"Restored {{count}} file(s).": "{{count}} Datei(en) wiederhergestellt.",
|
|
100
|
+
"Failed to restore files: {{error}}": "Fehler beim Wiederherstellen der Dateien: {{error}}",
|
|
101
|
+
"Rewind failed: {{error}}": "Zur\xFCckspulen fehlgeschlagen: {{error}}",
|
|
102
|
+
"Cannot rewind conversation: no active model client.": "Konversation kann nicht zur\xFCckgespult werden: kein aktiver Modell-Client.",
|
|
103
|
+
"Code restored, but conversation could not be rewound (no active client).": "Code wiederhergestellt, aber Konversation konnte nicht zur\xFCckgespult werden (kein aktiver Client).",
|
|
104
|
+
"Conversation rewound. Edit your prompt and press Enter to continue.": "Konversation zur\xFCckgespult. Bearbeite deinen Prompt und dr\xFCcke Enter, um fortzufahren.",
|
|
105
|
+
"Rewinding does not affect files edited manually or via shell commands.": "Das Zur\xFCckspulen wirkt sich nicht auf Dateien aus, die manuell oder per Shell-Befehl ge\xE4ndert wurden.",
|
|
106
|
+
"Cannot rewind to a turn that was compressed. Try a more recent turn.": "Zu einem komprimierten Turn kann nicht zur\xFCckgespult werden. Bitte einen aktuelleren Turn versuchen.",
|
|
107
|
+
"File restore is unavailable for this turn (no captured file changes, or this turn predates the current session).": "Datei-Wiederherstellung ist f\xFCr diesen Turn nicht verf\xFCgbar (keine erfassten Datei\xE4nderungen, oder dieser Turn liegt vor der aktuellen Sitzung).",
|
|
108
|
+
"(+{{insertions}} -{{deletions}} in {{count}} file)": "(+{{insertions}} -{{deletions}} in {{count}} Datei)",
|
|
109
|
+
"(+{{insertions}} -{{deletions}} in {{count}} files)": "(+{{insertions}} -{{deletions}} in {{count}} Dateien)",
|
|
110
|
+
"Failed to restore {{count}} file(s): {{files}}": "{{count}} Datei(en) konnten nicht wiederhergestellt werden: {{files}}",
|
|
111
|
+
"Cannot restore files: this turn was created before file checkpointing was enabled.": "Dateien k\xF6nnen nicht wiederhergestellt werden: Dieser Turn wurde erstellt, bevor Datei-Checkpointing aktiviert war.",
|
|
112
|
+
"No files needed to be restored.": "Keine Dateien mussten wiederhergestellt werden.",
|
|
113
|
+
"\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to go back": "\u2191\u2193 navigieren \xB7 Enter ausw\xE4hlen \xB7 Esc zur\xFCck",
|
|
114
|
+
"\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to cancel": "\u2191\u2193 navigieren \xB7 Enter ausw\xE4hlen \xB7 Esc abbrechen",
|
|
115
|
+
"Enter/Y to confirm \xB7 Esc/N to go back": "Enter/Y best\xE4tigen \xB7 Esc/N zur\xFCck",
|
|
90
116
|
"change the theme": "Design \xE4ndern",
|
|
91
117
|
"Select Theme": "Design ausw\xE4hlen",
|
|
92
118
|
Preview: "Vorschau",
|
|
@@ -13,14 +13,14 @@ import {
|
|
|
13
13
|
getDiffStat,
|
|
14
14
|
needsUtf8Bom,
|
|
15
15
|
safeLiteralReplace
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-AJSOD5IR.js";
|
|
17
17
|
import "./chunk-5P5XGNYH.js";
|
|
18
18
|
import "./chunk-K5PGHDBN.js";
|
|
19
19
|
import "./chunk-O4PICXES.js";
|
|
20
20
|
import "./chunk-TW522KN6.js";
|
|
21
21
|
import "./chunk-MLZQVCF3.js";
|
|
22
22
|
import "./chunk-JMZQICAL.js";
|
|
23
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-5QQ5FGTU.js";
|
|
24
24
|
import "./chunk-B7ZL7HUA.js";
|
|
25
25
|
import "./chunk-77WXWU44.js";
|
|
26
26
|
import "./chunk-OCC4MZRS.js";
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
getLanguageFromFilePath,
|
|
33
33
|
getSpecificMimeType,
|
|
34
34
|
logFileOperation
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-XLQ4E5PS.js";
|
|
36
36
|
import "./chunk-SYCJMSIJ.js";
|
|
37
37
|
import "./chunk-UWCTAVOD.js";
|
|
38
38
|
import "./chunk-OFEVLU4C.js";
|
|
@@ -666,6 +666,10 @@ var EditToolInvocation = class {
|
|
|
666
666
|
};
|
|
667
667
|
}
|
|
668
668
|
try {
|
|
669
|
+
try {
|
|
670
|
+
await this.config.getFileHistoryService().trackEdit(this.params.file_path);
|
|
671
|
+
} catch {
|
|
672
|
+
}
|
|
669
673
|
if (!this.config.getFileReadCacheDisabled()) {
|
|
670
674
|
const writeDecision = await checkPriorRead(
|
|
671
675
|
this.config.getFileReadCache(),
|
|
@@ -110,6 +110,32 @@ var en_default = {
|
|
|
110
110
|
"Generate a one-line session recap now": "Generate a one-line session recap now",
|
|
111
111
|
"Rename the current conversation. --auto lets the fast model pick a title.": "Rename the current conversation. --auto lets the fast model pick a title.",
|
|
112
112
|
"Rewind conversation to a previous turn": "Rewind conversation to a previous turn",
|
|
113
|
+
"Rewind Conversation": "Rewind Conversation",
|
|
114
|
+
"No user turns to rewind to.": "No user turns to rewind to.",
|
|
115
|
+
"Rewind to: ": "Rewind to: ",
|
|
116
|
+
"Restore code and conversation": "Restore code and conversation",
|
|
117
|
+
"Restore conversation only": "Restore conversation only",
|
|
118
|
+
"Restore code only": "Restore code only",
|
|
119
|
+
"Never mind": "Never mind",
|
|
120
|
+
"Computing file changes...": "Computing file changes...",
|
|
121
|
+
"Restoring...": "Restoring...",
|
|
122
|
+
"Restored {{count}} file(s).": "Restored {{count}} file(s).",
|
|
123
|
+
"Failed to restore files: {{error}}": "Failed to restore files: {{error}}",
|
|
124
|
+
"Rewind failed: {{error}}": "Rewind failed: {{error}}",
|
|
125
|
+
"Cannot rewind conversation: no active model client.": "Cannot rewind conversation: no active model client.",
|
|
126
|
+
"Code restored, but conversation could not be rewound (no active client).": "Code restored, but conversation could not be rewound (no active client).",
|
|
127
|
+
"Conversation rewound. Edit your prompt and press Enter to continue.": "Conversation rewound. Edit your prompt and press Enter to continue.",
|
|
128
|
+
"Rewinding does not affect files edited manually or via shell commands.": "Rewinding does not affect files edited manually or via shell commands.",
|
|
129
|
+
"Cannot rewind to a turn that was compressed. Try a more recent turn.": "Cannot rewind to a turn that was compressed. Try a more recent turn.",
|
|
130
|
+
"File restore is unavailable for this turn (no captured file changes, or this turn predates the current session).": "File restore is unavailable for this turn (no captured file changes, or this turn predates the current session).",
|
|
131
|
+
"(+{{insertions}} -{{deletions}} in {{count}} file)": "(+{{insertions}} -{{deletions}} in {{count}} file)",
|
|
132
|
+
"(+{{insertions}} -{{deletions}} in {{count}} files)": "(+{{insertions}} -{{deletions}} in {{count}} files)",
|
|
133
|
+
"Failed to restore {{count}} file(s): {{files}}": "Failed to restore {{count}} file(s): {{files}}",
|
|
134
|
+
"Cannot restore files: this turn was created before file checkpointing was enabled.": "Cannot restore files: this turn was created before file checkpointing was enabled.",
|
|
135
|
+
"No files needed to be restored.": "No files needed to be restored.",
|
|
136
|
+
"\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to go back": "\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to go back",
|
|
137
|
+
"\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to cancel": "\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to cancel",
|
|
138
|
+
"Enter/Y to confirm \xB7 Esc/N to go back": "Enter/Y to confirm \xB7 Esc/N to go back",
|
|
113
139
|
"change the theme": "change the theme",
|
|
114
140
|
"Select Theme": "Select Theme",
|
|
115
141
|
Preview: "Preview",
|
|
@@ -1422,6 +1448,7 @@ var en_default = {
|
|
|
1422
1448
|
"Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).": "Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).",
|
|
1423
1449
|
"Press Ctrl+O to show full tool output": "Press Ctrl+O to show full tool output",
|
|
1424
1450
|
"Switch to plan mode or exit plan mode": "Switch to plan mode or exit plan mode",
|
|
1451
|
+
"Set a goal \u2014 keep working until the condition is met": "Set a goal \u2014 keep working until the condition is met",
|
|
1425
1452
|
"Exited plan mode. Previous approval mode restored.": "Exited plan mode. Previous approval mode restored.",
|
|
1426
1453
|
"Enabled plan mode. The agent will analyze and plan without executing tools.": "Enabled plan mode. The agent will analyze and plan without executing tools.",
|
|
1427
1454
|
'Already in plan mode. Use "/plan exit" to exit plan mode.': 'Already in plan mode. Use "/plan exit" to exit plan mode.',
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
import {
|
|
4
4
|
GitWorktreeService,
|
|
5
5
|
writeWorktreeSessionMarker
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-AJSOD5IR.js";
|
|
7
7
|
import "./chunk-5P5XGNYH.js";
|
|
8
8
|
import "./chunk-K5PGHDBN.js";
|
|
9
9
|
import "./chunk-O4PICXES.js";
|
|
10
10
|
import "./chunk-TW522KN6.js";
|
|
11
11
|
import "./chunk-MLZQVCF3.js";
|
|
12
12
|
import "./chunk-JMZQICAL.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-5QQ5FGTU.js";
|
|
14
14
|
import "./chunk-B7ZL7HUA.js";
|
|
15
15
|
import "./chunk-77WXWU44.js";
|
|
16
16
|
import "./chunk-OCC4MZRS.js";
|
|
17
17
|
import "./chunk-CAWKL3UC.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-XLQ4E5PS.js";
|
|
19
19
|
import "./chunk-SYCJMSIJ.js";
|
|
20
20
|
import "./chunk-UWCTAVOD.js";
|
|
21
21
|
import "./chunk-OFEVLU4C.js";
|
|
@@ -4,19 +4,19 @@ import {
|
|
|
4
4
|
GitWorktreeService,
|
|
5
5
|
readWorktreeSessionMarker,
|
|
6
6
|
worktreeBranchForSlug
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-AJSOD5IR.js";
|
|
8
8
|
import "./chunk-5P5XGNYH.js";
|
|
9
9
|
import "./chunk-K5PGHDBN.js";
|
|
10
10
|
import "./chunk-O4PICXES.js";
|
|
11
11
|
import "./chunk-TW522KN6.js";
|
|
12
12
|
import "./chunk-MLZQVCF3.js";
|
|
13
13
|
import "./chunk-JMZQICAL.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-5QQ5FGTU.js";
|
|
15
15
|
import "./chunk-B7ZL7HUA.js";
|
|
16
16
|
import "./chunk-77WXWU44.js";
|
|
17
17
|
import "./chunk-OCC4MZRS.js";
|
|
18
18
|
import "./chunk-CAWKL3UC.js";
|
|
19
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-XLQ4E5PS.js";
|
|
20
20
|
import "./chunk-SYCJMSIJ.js";
|
|
21
21
|
import "./chunk-UWCTAVOD.js";
|
|
22
22
|
import "./chunk-OFEVLU4C.js";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
// Force strict mode and setup for ESM
|
|
2
2
|
"use strict";
|
|
3
|
-
import "./chunk-
|
|
3
|
+
import "./chunk-AJSOD5IR.js";
|
|
4
4
|
import "./chunk-5P5XGNYH.js";
|
|
5
5
|
import "./chunk-K5PGHDBN.js";
|
|
6
6
|
import "./chunk-O4PICXES.js";
|
|
7
7
|
import "./chunk-TW522KN6.js";
|
|
8
8
|
import "./chunk-MLZQVCF3.js";
|
|
9
9
|
import "./chunk-JMZQICAL.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-5QQ5FGTU.js";
|
|
11
11
|
import "./chunk-B7ZL7HUA.js";
|
|
12
12
|
import "./chunk-77WXWU44.js";
|
|
13
13
|
import "./chunk-OCC4MZRS.js";
|
|
14
14
|
import "./chunk-CAWKL3UC.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-XLQ4E5PS.js";
|
|
16
16
|
import "./chunk-SYCJMSIJ.js";
|
|
17
17
|
import "./chunk-UWCTAVOD.js";
|
|
18
18
|
import "./chunk-OFEVLU4C.js";
|
|
@@ -106,6 +106,32 @@ var fr_default = {
|
|
|
106
106
|
"Generate a one-line session recap now": "G\xE9n\xE9rer maintenant un r\xE9capitulatif de session en une ligne",
|
|
107
107
|
"Rename the current conversation. --auto lets the fast model pick a title.": "Renommer la conversation en cours. --auto laisse le mod\xE8le rapide choisir un titre.",
|
|
108
108
|
"Rewind conversation to a previous turn": "Revenir \xE0 un tour pr\xE9c\xE9dent de la conversation",
|
|
109
|
+
"Rewind Conversation": "Rembobiner la conversation",
|
|
110
|
+
"No user turns to rewind to.": "Aucun tour utilisateur vers lequel rembobiner.",
|
|
111
|
+
"Rewind to: ": "Rembobiner vers : ",
|
|
112
|
+
"Restore code and conversation": "Restaurer le code et la conversation",
|
|
113
|
+
"Restore conversation only": "Restaurer la conversation uniquement",
|
|
114
|
+
"Restore code only": "Restaurer le code uniquement",
|
|
115
|
+
"Never mind": "Annuler",
|
|
116
|
+
"Computing file changes...": "Calcul des modifications de fichiers...",
|
|
117
|
+
"Restoring...": "Restauration en cours...",
|
|
118
|
+
"Restored {{count}} file(s).": "{{count}} fichier(s) restaur\xE9(s).",
|
|
119
|
+
"Failed to restore files: {{error}}": "\xC9chec de la restauration des fichiers : {{error}}",
|
|
120
|
+
"Rewind failed: {{error}}": "\xC9chec du retour en arri\xE8re : {{error}}",
|
|
121
|
+
"Cannot rewind conversation: no active model client.": "Impossible de revenir en arri\xE8re sur la conversation : aucun client de mod\xE8le actif.",
|
|
122
|
+
"Code restored, but conversation could not be rewound (no active client).": "Code restaur\xE9, mais la conversation n\u2019a pas pu \xEAtre ramen\xE9e en arri\xE8re (aucun client actif).",
|
|
123
|
+
"Conversation rewound. Edit your prompt and press Enter to continue.": "Conversation ramen\xE9e en arri\xE8re. Modifiez votre invite et appuyez sur Entr\xE9e pour continuer.",
|
|
124
|
+
"Rewinding does not affect files edited manually or via shell commands.": "Le retour en arri\xE8re n\u2019affecte pas les fichiers \xE9dit\xE9s manuellement ou via des commandes shell.",
|
|
125
|
+
"Cannot rewind to a turn that was compressed. Try a more recent turn.": "Impossible de revenir \xE0 un tour qui a \xE9t\xE9 compress\xE9. Essayez un tour plus r\xE9cent.",
|
|
126
|
+
"File restore is unavailable for this turn (no captured file changes, or this turn predates the current session).": "La restauration des fichiers est indisponible pour ce tour (aucune modification captur\xE9e, ou ce tour est ant\xE9rieur \xE0 la session actuelle).",
|
|
127
|
+
"(+{{insertions}} -{{deletions}} in {{count}} file)": "(+{{insertions}} -{{deletions}} dans {{count}} fichier)",
|
|
128
|
+
"(+{{insertions}} -{{deletions}} in {{count}} files)": "(+{{insertions}} -{{deletions}} dans {{count}} fichiers)",
|
|
129
|
+
"Failed to restore {{count}} file(s): {{files}}": "\xC9chec de la restauration de {{count}} fichier(s) : {{files}}",
|
|
130
|
+
"Cannot restore files: this turn was created before file checkpointing was enabled.": "Impossible de restaurer les fichiers : ce tour a \xE9t\xE9 cr\xE9\xE9 avant l'activation des points de contr\xF4le de fichiers.",
|
|
131
|
+
"No files needed to be restored.": "Aucun fichier n'a eu besoin d'\xEAtre restaur\xE9.",
|
|
132
|
+
"\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to go back": "\u2191\u2193 naviguer \xB7 Enter s\xE9lectionner \xB7 Esc retour",
|
|
133
|
+
"\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to cancel": "\u2191\u2193 naviguer \xB7 Enter s\xE9lectionner \xB7 Esc annuler",
|
|
134
|
+
"Enter/Y to confirm \xB7 Esc/N to go back": "Enter/Y confirmer \xB7 Esc/N retour",
|
|
109
135
|
"change the theme": "changer le th\xE8me",
|
|
110
136
|
"Select Theme": "S\xE9lectionner un th\xE8me",
|
|
111
137
|
Preview: "Aper\xE7u",
|
|
@@ -210,7 +210,7 @@ var GeminiContentGenerator = class {
|
|
|
210
210
|
|
|
211
211
|
// packages/core/src/core/geminiContentGenerator/index.ts
|
|
212
212
|
function createGeminiContentGenerator(config, gcConfig) {
|
|
213
|
-
const version = "0.15.12-preview.
|
|
213
|
+
const version = "0.15.12-preview.3";
|
|
214
214
|
const userAgent = config.userAgent || `QwenCode/${version} (${process.platform}; ${process.arch})`;
|
|
215
215
|
const baseHeaders = {
|
|
216
216
|
"User-Agent": userAgent
|
|
@@ -3,21 +3,21 @@
|
|
|
3
3
|
import {
|
|
4
4
|
escape,
|
|
5
5
|
glob
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-AJSOD5IR.js";
|
|
7
7
|
import "./chunk-5P5XGNYH.js";
|
|
8
8
|
import "./chunk-K5PGHDBN.js";
|
|
9
9
|
import "./chunk-O4PICXES.js";
|
|
10
10
|
import "./chunk-TW522KN6.js";
|
|
11
11
|
import "./chunk-MLZQVCF3.js";
|
|
12
12
|
import "./chunk-JMZQICAL.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-5QQ5FGTU.js";
|
|
14
14
|
import "./chunk-B7ZL7HUA.js";
|
|
15
15
|
import {
|
|
16
16
|
DEFAULT_FILE_FILTERING_OPTIONS
|
|
17
17
|
} from "./chunk-77WXWU44.js";
|
|
18
18
|
import "./chunk-OCC4MZRS.js";
|
|
19
19
|
import "./chunk-CAWKL3UC.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-XLQ4E5PS.js";
|
|
21
21
|
import "./chunk-SYCJMSIJ.js";
|
|
22
22
|
import "./chunk-UWCTAVOD.js";
|
|
23
23
|
import "./chunk-OFEVLU4C.js";
|
|
@@ -4,19 +4,19 @@ import {
|
|
|
4
4
|
globStream,
|
|
5
5
|
isCommandAvailable,
|
|
6
6
|
isGitRepository
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-AJSOD5IR.js";
|
|
8
8
|
import "./chunk-5P5XGNYH.js";
|
|
9
9
|
import "./chunk-K5PGHDBN.js";
|
|
10
10
|
import "./chunk-O4PICXES.js";
|
|
11
11
|
import "./chunk-TW522KN6.js";
|
|
12
12
|
import "./chunk-MLZQVCF3.js";
|
|
13
13
|
import "./chunk-JMZQICAL.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-5QQ5FGTU.js";
|
|
15
15
|
import "./chunk-B7ZL7HUA.js";
|
|
16
16
|
import "./chunk-77WXWU44.js";
|
|
17
17
|
import "./chunk-OCC4MZRS.js";
|
|
18
18
|
import "./chunk-CAWKL3UC.js";
|
|
19
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-XLQ4E5PS.js";
|
|
20
20
|
import "./chunk-SYCJMSIJ.js";
|
|
21
21
|
import "./chunk-UWCTAVOD.js";
|
|
22
22
|
import "./chunk-OFEVLU4C.js";
|
|
@@ -73,6 +73,32 @@ var ja_default = {
|
|
|
73
73
|
"Generate a one-line session recap now": "\u3053\u306E\u30BB\u30C3\u30B7\u30E7\u30F3\u306E1\u884C\u8981\u7D04\u3092\u4ECA\u3059\u3050\u751F\u6210\u3059\u308B",
|
|
74
74
|
"Rename the current conversation. --auto lets the fast model pick a title.": "\u73FE\u5728\u306E\u4F1A\u8A71\u306E\u540D\u524D\u3092\u5909\u66F4\u3059\u308B\u3002--auto \u3092\u4F7F\u3046\u3068\u9AD8\u901F\u30E2\u30C7\u30EB\u304C\u30BF\u30A4\u30C8\u30EB\u3092\u6C7A\u3081\u307E\u3059\u3002",
|
|
75
75
|
"Rewind conversation to a previous turn": "\u4F1A\u8A71\u3092\u524D\u306E\u30BF\u30FC\u30F3\u307E\u3067\u5DFB\u304D\u623B\u3059",
|
|
76
|
+
"Rewind Conversation": "\u4F1A\u8A71\u3092\u5DFB\u304D\u623B\u3059",
|
|
77
|
+
"No user turns to rewind to.": "\u5DFB\u304D\u623B\u305B\u308B\u30E6\u30FC\u30B6\u30FC\u30BF\u30FC\u30F3\u304C\u3042\u308A\u307E\u305B\u3093\u3002",
|
|
78
|
+
"Rewind to: ": "\u5DFB\u304D\u623B\u3057\u5148\uFF1A",
|
|
79
|
+
"Restore code and conversation": "\u30B3\u30FC\u30C9\u3068\u4F1A\u8A71\u3092\u5FA9\u5143",
|
|
80
|
+
"Restore conversation only": "\u4F1A\u8A71\u306E\u307F\u5FA9\u5143",
|
|
81
|
+
"Restore code only": "\u30B3\u30FC\u30C9\u306E\u307F\u5FA9\u5143",
|
|
82
|
+
"Never mind": "\u3084\u3081\u308B",
|
|
83
|
+
"Computing file changes...": "\u30D5\u30A1\u30A4\u30EB\u306E\u5909\u66F4\u3092\u8A08\u7B97\u4E2D...",
|
|
84
|
+
"Restoring...": "\u5FA9\u5143\u4E2D...",
|
|
85
|
+
"Restored {{count}} file(s).": "{{count}} \u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u5FA9\u5143\u3057\u307E\u3057\u305F\u3002",
|
|
86
|
+
"Failed to restore files: {{error}}": "\u30D5\u30A1\u30A4\u30EB\u306E\u5FA9\u5143\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{{error}}",
|
|
87
|
+
"Rewind failed: {{error}}": "\u5DFB\u304D\u623B\u3057\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{{error}}",
|
|
88
|
+
"Cannot rewind conversation: no active model client.": "\u4F1A\u8A71\u3092\u5DFB\u304D\u623B\u305B\u307E\u305B\u3093\uFF1A\u30A2\u30AF\u30C6\u30A3\u30D6\u306A\u30E2\u30C7\u30EB\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8\u304C\u3042\u308A\u307E\u305B\u3093\u3002",
|
|
89
|
+
"Code restored, but conversation could not be rewound (no active client).": "\u30B3\u30FC\u30C9\u306F\u5FA9\u5143\u3055\u308C\u307E\u3057\u305F\u304C\u3001\u4F1A\u8A71\u306F\u5DFB\u304D\u623B\u305B\u307E\u305B\u3093\u3067\u3057\u305F\uFF08\u30E2\u30C7\u30EB\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8\u304C\u30A2\u30AF\u30C6\u30A3\u30D6\u3067\u306F\u3042\u308A\u307E\u305B\u3093\uFF09\u3002",
|
|
90
|
+
"Conversation rewound. Edit your prompt and press Enter to continue.": "\u4F1A\u8A71\u3092\u5DFB\u304D\u623B\u3057\u307E\u3057\u305F\u3002\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u7DE8\u96C6\u3057\u3066 Enter \u30AD\u30FC\u3067\u7D9A\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
91
|
+
"Rewinding does not affect files edited manually or via shell commands.": "\u5DFB\u304D\u623B\u3057\u306F\u3001\u624B\u52D5\u3067\u7DE8\u96C6\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u3084 shell \u30B3\u30DE\u30F3\u30C9\u3067\u5909\u66F4\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306B\u306F\u5F71\u97FF\u3057\u307E\u305B\u3093\u3002",
|
|
92
|
+
"Cannot rewind to a turn that was compressed. Try a more recent turn.": "\u5727\u7E2E\u3055\u308C\u305F\u30BF\u30FC\u30F3\u3078\u306F\u5DFB\u304D\u623B\u305B\u307E\u305B\u3093\u3002\u3088\u308A\u6700\u8FD1\u306E\u30BF\u30FC\u30F3\u3092\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",
|
|
93
|
+
"File restore is unavailable for this turn (no captured file changes, or this turn predates the current session).": "\u3053\u306E\u30BF\u30FC\u30F3\u3067\u306F\u30D5\u30A1\u30A4\u30EB\u5FA9\u5143\u3067\u304D\u307E\u305B\u3093\uFF08\u6355\u6349\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u5909\u66F4\u304C\u306A\u3044\u304B\u3001\u73FE\u5728\u306E\u30BB\u30C3\u30B7\u30E7\u30F3\u3088\u308A\u524D\u306E\u30BF\u30FC\u30F3\u3067\u3059\uFF09\u3002",
|
|
94
|
+
"(+{{insertions}} -{{deletions}} in {{count}} file)": "(+{{insertions}} -{{deletions}}\u3001{{count}} \u500B\u306E\u30D5\u30A1\u30A4\u30EB)",
|
|
95
|
+
"(+{{insertions}} -{{deletions}} in {{count}} files)": "(+{{insertions}} -{{deletions}}\u3001{{count}} \u500B\u306E\u30D5\u30A1\u30A4\u30EB)",
|
|
96
|
+
"Failed to restore {{count}} file(s): {{files}}": "{{count}} \u500B\u306E\u30D5\u30A1\u30A4\u30EB\u306E\u5FA9\u5143\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{{files}}",
|
|
97
|
+
"Cannot restore files: this turn was created before file checkpointing was enabled.": "\u30D5\u30A1\u30A4\u30EB\u3092\u5FA9\u5143\u3067\u304D\u307E\u305B\u3093\uFF1A\u3053\u306E\u30BF\u30FC\u30F3\u306F\u30D5\u30A1\u30A4\u30EB\u30C1\u30A7\u30C3\u30AF\u30DD\u30A4\u30F3\u30C8\u304C\u6709\u52B9\u306B\u306A\u308B\u524D\u306B\u4F5C\u6210\u3055\u308C\u307E\u3057\u305F\u3002",
|
|
98
|
+
"No files needed to be restored.": "\u5FA9\u5143\u304C\u5FC5\u8981\u306A\u30D5\u30A1\u30A4\u30EB\u306F\u3042\u308A\u307E\u305B\u3093\u3002",
|
|
99
|
+
"\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to go back": "\u2191\u2193 \u79FB\u52D5 \xB7 Enter \u9078\u629E \xB7 Esc \u623B\u308B",
|
|
100
|
+
"\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to cancel": "\u2191\u2193 \u79FB\u52D5 \xB7 Enter \u9078\u629E \xB7 Esc \u30AD\u30E3\u30F3\u30BB\u30EB",
|
|
101
|
+
"Enter/Y to confirm \xB7 Esc/N to go back": "Enter/Y \u78BA\u8A8D \xB7 Esc/N \u623B\u308B",
|
|
76
102
|
"change the theme": "\u30C6\u30FC\u30DE\u3092\u5909\u66F4",
|
|
77
103
|
"Select Theme": "\u30C6\u30FC\u30DE\u3092\u9078\u629E",
|
|
78
104
|
Preview: "\u30D7\u30EC\u30D3\u30E5\u30FC",
|
|
@@ -6,25 +6,26 @@ import {
|
|
|
6
6
|
extractCommandRules,
|
|
7
7
|
getCommandRoot,
|
|
8
8
|
getCurrentAgentId,
|
|
9
|
+
getMonitorOutputPath,
|
|
9
10
|
getShellConfiguration,
|
|
10
11
|
hasUnsafeMonitorBackgroundOperator,
|
|
11
12
|
isShellCommandReadOnlyAST,
|
|
12
13
|
normalizeMonitorCommand,
|
|
13
14
|
splitCommands,
|
|
14
15
|
stripAnsi
|
|
15
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-AJSOD5IR.js";
|
|
16
17
|
import "./chunk-5P5XGNYH.js";
|
|
17
18
|
import "./chunk-K5PGHDBN.js";
|
|
18
19
|
import "./chunk-O4PICXES.js";
|
|
19
20
|
import "./chunk-TW522KN6.js";
|
|
20
21
|
import "./chunk-MLZQVCF3.js";
|
|
21
22
|
import "./chunk-JMZQICAL.js";
|
|
22
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-5QQ5FGTU.js";
|
|
23
24
|
import "./chunk-B7ZL7HUA.js";
|
|
24
25
|
import "./chunk-77WXWU44.js";
|
|
25
26
|
import "./chunk-OCC4MZRS.js";
|
|
26
27
|
import "./chunk-CAWKL3UC.js";
|
|
27
|
-
import "./chunk-
|
|
28
|
+
import "./chunk-XLQ4E5PS.js";
|
|
28
29
|
import "./chunk-SYCJMSIJ.js";
|
|
29
30
|
import "./chunk-UWCTAVOD.js";
|
|
30
31
|
import "./chunk-OFEVLU4C.js";
|
|
@@ -226,7 +227,7 @@ var MonitorToolInvocation = class extends BaseToolInvocation {
|
|
|
226
227
|
};
|
|
227
228
|
}
|
|
228
229
|
const entryAc = new AbortController();
|
|
229
|
-
const
|
|
230
|
+
const registration = {
|
|
230
231
|
monitorId,
|
|
231
232
|
command,
|
|
232
233
|
description,
|
|
@@ -239,6 +240,14 @@ var MonitorToolInvocation = class extends BaseToolInvocation {
|
|
|
239
240
|
maxEvents,
|
|
240
241
|
idleTimeoutMs,
|
|
241
242
|
droppedLines: 0,
|
|
243
|
+
// Reserved path for a future per-monitor writer; no file is created
|
|
244
|
+
// today (events stream into the parent's chat record via the
|
|
245
|
+
// notification callback).
|
|
246
|
+
outputFile: getMonitorOutputPath(
|
|
247
|
+
this.config.storage.getProjectDir(),
|
|
248
|
+
this.config.getSessionId(),
|
|
249
|
+
monitorId
|
|
250
|
+
),
|
|
242
251
|
...ownerAgentId ? { ownerAgentId } : {}
|
|
243
252
|
};
|
|
244
253
|
const { executable, argsPrefix } = getShellConfiguration();
|
|
@@ -262,7 +271,7 @@ var MonitorToolInvocation = class extends BaseToolInvocation {
|
|
|
262
271
|
returnDisplay: `Monitor failed: ${getErrorMessage(err)}`
|
|
263
272
|
};
|
|
264
273
|
}
|
|
265
|
-
|
|
274
|
+
registration.pid = child.pid;
|
|
266
275
|
let exited = false;
|
|
267
276
|
let earlySpawnError;
|
|
268
277
|
const captureEarlySpawnError = /* @__PURE__ */ __name((err) => {
|
|
@@ -294,7 +303,7 @@ var MonitorToolInvocation = class extends BaseToolInvocation {
|
|
|
294
303
|
tokenBucket--;
|
|
295
304
|
registry.emitEvent(monitorId, sanitized);
|
|
296
305
|
} else {
|
|
297
|
-
|
|
306
|
+
registration.droppedLines++;
|
|
298
307
|
}
|
|
299
308
|
}, "throttledEmit");
|
|
300
309
|
const flushPartialLineBuffers = /* @__PURE__ */ __name(() => {
|
|
@@ -350,7 +359,7 @@ var MonitorToolInvocation = class extends BaseToolInvocation {
|
|
|
350
359
|
abortHandler();
|
|
351
360
|
}
|
|
352
361
|
try {
|
|
353
|
-
registry.register(
|
|
362
|
+
registry.register(registration);
|
|
354
363
|
} catch (err) {
|
|
355
364
|
abortHandler();
|
|
356
365
|
entryAc.signal.removeEventListener("abort", abortHandler);
|
|
@@ -365,7 +374,7 @@ var MonitorToolInvocation = class extends BaseToolInvocation {
|
|
|
365
374
|
};
|
|
366
375
|
}
|
|
367
376
|
const processLines = /* @__PURE__ */ __name((buffer, data) => {
|
|
368
|
-
if (
|
|
377
|
+
if (registration.status !== "running") return;
|
|
369
378
|
const text = stripAnsi(data.toString("utf-8"));
|
|
370
379
|
buffer.value += text;
|
|
371
380
|
if (!buffer.value.includes("\n") && buffer.value.length > PARTIAL_LINE_BUFFER_CAP) {
|
|
@@ -393,15 +402,15 @@ var MonitorToolInvocation = class extends BaseToolInvocation {
|
|
|
393
402
|
cleanedUp = true;
|
|
394
403
|
flushPartialLineBuffers();
|
|
395
404
|
entryAc.signal.removeEventListener("abort", abortHandler);
|
|
396
|
-
if (
|
|
405
|
+
if (registration.droppedLines > 0) {
|
|
397
406
|
debugLogger.info(
|
|
398
|
-
`Monitor ${monitorId} dropped ${
|
|
407
|
+
`Monitor ${monitorId} dropped ${registration.droppedLines} lines due to throttling`
|
|
399
408
|
);
|
|
400
409
|
}
|
|
401
410
|
}, "cleanup");
|
|
402
411
|
let exitResult = null;
|
|
403
412
|
const settleFromExit = /* @__PURE__ */ __name((code, sig) => {
|
|
404
|
-
if (
|
|
413
|
+
if (registration.status !== "running") return;
|
|
405
414
|
if (entryAc.signal.aborted) {
|
|
406
415
|
registry.cancel(monitorId);
|
|
407
416
|
} else if (code !== null && code !== 0) {
|
|
@@ -425,7 +434,7 @@ var MonitorToolInvocation = class extends BaseToolInvocation {
|
|
|
425
434
|
const onError = /* @__PURE__ */ __name((err) => {
|
|
426
435
|
exited = true;
|
|
427
436
|
cleanup();
|
|
428
|
-
if (
|
|
437
|
+
if (registration.status === "running") {
|
|
429
438
|
registry.fail(monitorId, getErrorMessage(err));
|
|
430
439
|
}
|
|
431
440
|
}, "onError");
|
|
@@ -11,12 +11,12 @@ import {
|
|
|
11
11
|
OpenRouterOpenAICompatibleProvider,
|
|
12
12
|
createOpenAIContentGenerator,
|
|
13
13
|
determineProvider
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-GC5RXNL2.js";
|
|
15
15
|
import "./chunk-BXNCPI75.js";
|
|
16
16
|
import "./chunk-CAWKL3UC.js";
|
|
17
17
|
import {
|
|
18
18
|
OpenAIContentConverter
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-XLQ4E5PS.js";
|
|
20
20
|
import "./chunk-SYCJMSIJ.js";
|
|
21
21
|
import "./chunk-UWCTAVOD.js";
|
|
22
22
|
import "./chunk-OFEVLU4C.js";
|
|
@@ -103,6 +103,32 @@ var pt_default = {
|
|
|
103
103
|
"Generate a one-line session recap now": "Gerar agora um resumo da sess\xE3o em uma linha",
|
|
104
104
|
"Rename the current conversation. --auto lets the fast model pick a title.": "Renomear a conversa atual. --auto permite que o modelo r\xE1pido escolha um t\xEDtulo.",
|
|
105
105
|
"Rewind conversation to a previous turn": "Voltar a conversa para um turno anterior",
|
|
106
|
+
"Rewind Conversation": "Rebobinar conversa",
|
|
107
|
+
"No user turns to rewind to.": "Nenhum turno de usu\xE1rio para rebobinar.",
|
|
108
|
+
"Rewind to: ": "Rebobinar para: ",
|
|
109
|
+
"Restore code and conversation": "Restaurar c\xF3digo e conversa",
|
|
110
|
+
"Restore conversation only": "Restaurar apenas a conversa",
|
|
111
|
+
"Restore code only": "Restaurar apenas o c\xF3digo",
|
|
112
|
+
"Never mind": "Deixa pra l\xE1",
|
|
113
|
+
"Computing file changes...": "Calculando altera\xE7\xF5es de arquivo...",
|
|
114
|
+
"Restoring...": "Restaurando...",
|
|
115
|
+
"Restored {{count}} file(s).": "{{count}} arquivo(s) restaurado(s).",
|
|
116
|
+
"Failed to restore files: {{error}}": "Falha ao restaurar arquivos: {{error}}",
|
|
117
|
+
"Rewind failed: {{error}}": "Falha ao retroceder: {{error}}",
|
|
118
|
+
"Cannot rewind conversation: no active model client.": "N\xE3o \xE9 poss\xEDvel retroceder a conversa: nenhum cliente de modelo ativo.",
|
|
119
|
+
"Code restored, but conversation could not be rewound (no active client).": "C\xF3digo restaurado, mas a conversa n\xE3o p\xF4de ser retrocedida (sem cliente ativo).",
|
|
120
|
+
"Conversation rewound. Edit your prompt and press Enter to continue.": "Conversa retrocedida. Edite seu prompt e pressione Enter para continuar.",
|
|
121
|
+
"Rewinding does not affect files edited manually or via shell commands.": "O retrocesso n\xE3o afeta arquivos editados manualmente ou por meio de comandos shell.",
|
|
122
|
+
"Cannot rewind to a turn that was compressed. Try a more recent turn.": "N\xE3o \xE9 poss\xEDvel retroceder para um turno que foi compactado. Tente um turno mais recente.",
|
|
123
|
+
"File restore is unavailable for this turn (no captured file changes, or this turn predates the current session).": "A restaura\xE7\xE3o de arquivos n\xE3o est\xE1 dispon\xEDvel para este turno (sem altera\xE7\xF5es capturadas, ou o turno \xE9 anterior \xE0 sess\xE3o atual).",
|
|
124
|
+
"(+{{insertions}} -{{deletions}} in {{count}} file)": "(+{{insertions}} -{{deletions}} em {{count}} arquivo)",
|
|
125
|
+
"(+{{insertions}} -{{deletions}} in {{count}} files)": "(+{{insertions}} -{{deletions}} em {{count}} arquivos)",
|
|
126
|
+
"Failed to restore {{count}} file(s): {{files}}": "Falha ao restaurar {{count}} arquivo(s): {{files}}",
|
|
127
|
+
"Cannot restore files: this turn was created before file checkpointing was enabled.": "N\xE3o \xE9 poss\xEDvel restaurar arquivos: este turno foi criado antes do checkpoint de arquivos ser ativado.",
|
|
128
|
+
"No files needed to be restored.": "Nenhum arquivo precisou ser restaurado.",
|
|
129
|
+
"\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to go back": "\u2191\u2193 navegar \xB7 Enter selecionar \xB7 Esc voltar",
|
|
130
|
+
"\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to cancel": "\u2191\u2193 navegar \xB7 Enter selecionar \xB7 Esc cancelar",
|
|
131
|
+
"Enter/Y to confirm \xB7 Esc/N to go back": "Enter/Y confirmar \xB7 Esc/N voltar",
|
|
106
132
|
"change the theme": "alterar o tema",
|
|
107
133
|
"Select Theme": "Selecionar Tema",
|
|
108
134
|
Preview: "Visualizar",
|
|
@@ -3,21 +3,21 @@
|
|
|
3
3
|
import {
|
|
4
4
|
DashScopeOpenAICompatibleProvider,
|
|
5
5
|
OpenAIContentGenerator
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-GC5RXNL2.js";
|
|
7
7
|
import "./chunk-BXNCPI75.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-AJSOD5IR.js";
|
|
9
9
|
import "./chunk-5P5XGNYH.js";
|
|
10
10
|
import "./chunk-K5PGHDBN.js";
|
|
11
11
|
import "./chunk-O4PICXES.js";
|
|
12
12
|
import "./chunk-TW522KN6.js";
|
|
13
13
|
import "./chunk-MLZQVCF3.js";
|
|
14
14
|
import "./chunk-JMZQICAL.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-5QQ5FGTU.js";
|
|
16
16
|
import "./chunk-B7ZL7HUA.js";
|
|
17
17
|
import "./chunk-77WXWU44.js";
|
|
18
18
|
import "./chunk-OCC4MZRS.js";
|
|
19
19
|
import "./chunk-CAWKL3UC.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-XLQ4E5PS.js";
|
|
21
21
|
import "./chunk-SYCJMSIJ.js";
|
|
22
22
|
import "./chunk-UWCTAVOD.js";
|
|
23
23
|
import "./chunk-OFEVLU4C.js";
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
import {
|
|
4
4
|
RipGrepTool,
|
|
5
5
|
_resetRipGrepCachesForTest
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-AJSOD5IR.js";
|
|
7
7
|
import "./chunk-5P5XGNYH.js";
|
|
8
8
|
import "./chunk-K5PGHDBN.js";
|
|
9
9
|
import "./chunk-O4PICXES.js";
|
|
10
10
|
import "./chunk-TW522KN6.js";
|
|
11
11
|
import "./chunk-MLZQVCF3.js";
|
|
12
12
|
import "./chunk-JMZQICAL.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-5QQ5FGTU.js";
|
|
14
14
|
import "./chunk-B7ZL7HUA.js";
|
|
15
15
|
import "./chunk-77WXWU44.js";
|
|
16
16
|
import "./chunk-OCC4MZRS.js";
|
|
17
17
|
import "./chunk-CAWKL3UC.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-XLQ4E5PS.js";
|
|
19
19
|
import "./chunk-SYCJMSIJ.js";
|
|
20
20
|
import "./chunk-UWCTAVOD.js";
|
|
21
21
|
import "./chunk-OFEVLU4C.js";
|
|
@@ -109,6 +109,32 @@ var ru_default = {
|
|
|
109
109
|
"Generate a one-line session recap now": "\u0421\u0435\u0439\u0447\u0430\u0441 \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u043E\u0434\u043D\u043E\u0441\u0442\u0440\u043E\u0447\u043D\u043E\u0435 \u0440\u0435\u0437\u044E\u043C\u0435 \u0441\u0435\u0441\u0441\u0438\u0438",
|
|
110
110
|
"Rename the current conversation. --auto lets the fast model pick a title.": "\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440. --auto \u043F\u043E\u0437\u0432\u043E\u043B\u0438\u0442 \u0431\u044B\u0441\u0442\u0440\u043E\u0439 \u043C\u043E\u0434\u0435\u043B\u0438 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A.",
|
|
111
111
|
"Rewind conversation to a previous turn": "\u041E\u0442\u043A\u0430\u0442\u0438\u0442\u044C \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440 \u043A \u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0435\u043C\u0443 \u0445\u043E\u0434\u0443",
|
|
112
|
+
"Rewind Conversation": "\u041F\u0435\u0440\u0435\u043C\u043E\u0442\u043A\u0430 \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440\u0430",
|
|
113
|
+
"No user turns to rewind to.": "\u041D\u0435\u0442 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0445\u043E\u0434\u043E\u0432 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043C\u043E\u0442\u043A\u0438.",
|
|
114
|
+
"Rewind to: ": "\u041F\u0435\u0440\u0435\u043C\u043E\u0442\u0430\u0442\u044C \u043A: ",
|
|
115
|
+
"Restore code and conversation": "\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u043A\u043E\u0434 \u0438 \u0431\u0435\u0441\u0435\u0434\u0443",
|
|
116
|
+
"Restore conversation only": "\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u0431\u0435\u0441\u0435\u0434\u0443",
|
|
117
|
+
"Restore code only": "\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u043A\u043E\u0434",
|
|
118
|
+
"Never mind": "\u041D\u0435\u0432\u0430\u0436\u043D\u043E",
|
|
119
|
+
"Computing file changes...": "\u0412\u044B\u0447\u0438\u0441\u043B\u0435\u043D\u0438\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439 \u0444\u0430\u0439\u043B\u043E\u0432...",
|
|
120
|
+
"Restoring...": "\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435...",
|
|
121
|
+
"Restored {{count}} file(s).": "\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0444\u0430\u0439\u043B\u043E\u0432: {{count}}.",
|
|
122
|
+
"Failed to restore files: {{error}}": "\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0444\u0430\u0439\u043B\u044B: {{error}}",
|
|
123
|
+
"Rewind failed: {{error}}": "\u0421\u0431\u043E\u0439 \u043E\u0442\u043A\u0430\u0442\u0430: {{error}}",
|
|
124
|
+
"Cannot rewind conversation: no active model client.": "\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043A\u0430\u0442\u0438\u0442\u044C \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440: \u043D\u0435\u0442 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0433\u043E \u043A\u043B\u0438\u0435\u043D\u0442\u0430 \u043C\u043E\u0434\u0435\u043B\u0438.",
|
|
125
|
+
"Code restored, but conversation could not be rewound (no active client).": "\u041A\u043E\u0434 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D, \u043D\u043E \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440 \u043D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0442\u043A\u0430\u0442\u0438\u0442\u044C (\u043D\u0435\u0442 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0433\u043E \u043A\u043B\u0438\u0435\u043D\u0442\u0430).",
|
|
126
|
+
"Conversation rewound. Edit your prompt and press Enter to continue.": "\u0420\u0430\u0437\u0433\u043E\u0432\u043E\u0440 \u043E\u0442\u043A\u0430\u0442\u0438\u043B\u0438. \u041E\u0442\u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0443 \u0438 \u043D\u0430\u0436\u043C\u0438\u0442\u0435 Enter, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C.",
|
|
127
|
+
"Rewinding does not affect files edited manually or via shell commands.": "\u041E\u0442\u043A\u0430\u0442 \u043D\u0435 \u0437\u0430\u0442\u0440\u0430\u0433\u0438\u0432\u0430\u0435\u0442 \u0444\u0430\u0439\u043B\u044B, \u043E\u0442\u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u0438\u043B\u0438 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E shell-\u043A\u043E\u043C\u0430\u043D\u0434.",
|
|
128
|
+
"Cannot rewind to a turn that was compressed. Try a more recent turn.": "\u041D\u0435 \u0443\u0434\u0430\u0451\u0442\u0441\u044F \u043E\u0442\u043A\u0430\u0442\u0438\u0442\u044C\u0441\u044F \u043A \u0441\u0436\u0430\u0442\u043E\u043C\u0443 \u0445\u043E\u0434\u0443. \u041F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0431\u043E\u043B\u0435\u0435 \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0439 \u0445\u043E\u0434.",
|
|
129
|
+
"File restore is unavailable for this turn (no captured file changes, or this turn predates the current session).": "\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u0445\u043E\u0434\u0430 (\u043D\u0435\u0442 \u0437\u0430\u043F\u0438\u0441\u0430\u043D\u043D\u044B\u0445 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439 \u0438\u043B\u0438 \u0445\u043E\u0434 \u0431\u044B\u043B \u0434\u043E \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0435\u0441\u0441\u0438\u0438).",
|
|
130
|
+
"(+{{insertions}} -{{deletions}} in {{count}} file)": "(+{{insertions}} -{{deletions}} \u0432 {{count}} \u0444\u0430\u0439\u043B\u0435)",
|
|
131
|
+
"(+{{insertions}} -{{deletions}} in {{count}} files)": "(+{{insertions}} -{{deletions}} \u0432 {{count}} \u0444\u0430\u0439\u043B\u0430\u0445)",
|
|
132
|
+
"Failed to restore {{count}} file(s): {{files}}": "\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C {{count}} \u0444\u0430\u0439\u043B(\u043E\u0432): {{files}}",
|
|
133
|
+
"Cannot restore files: this turn was created before file checkpointing was enabled.": "\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0444\u0430\u0439\u043B\u044B: \u044D\u0442\u043E\u0442 \u0445\u043E\u0434 \u0431\u044B\u043B \u0441\u043E\u0437\u0434\u0430\u043D \u0434\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C\u043D\u044B\u0445 \u0442\u043E\u0447\u0435\u043A \u0444\u0430\u0439\u043B\u043E\u0432.",
|
|
134
|
+
"No files needed to be restored.": "\u0424\u0430\u0439\u043B\u044B \u043D\u0435 \u043D\u0443\u0436\u0434\u0430\u043B\u0438\u0441\u044C \u0432 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0438.",
|
|
135
|
+
"\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to go back": "\u2191\u2193 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F \xB7 Enter \u0432\u044B\u0431\u043E\u0440 \xB7 Esc \u043D\u0430\u0437\u0430\u0434",
|
|
136
|
+
"\u2191\u2193 to navigate \xB7 Enter to select \xB7 Esc to cancel": "\u2191\u2193 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F \xB7 Enter \u0432\u044B\u0431\u043E\u0440 \xB7 Esc \u043E\u0442\u043C\u0435\u043D\u0430",
|
|
137
|
+
"Enter/Y to confirm \xB7 Esc/N to go back": "Enter/Y \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C \xB7 Esc/N \u043D\u0430\u0437\u0430\u0434",
|
|
112
138
|
"change the theme": "\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0442\u0435\u043C\u044B",
|
|
113
139
|
"Select Theme": "\u0412\u044B\u0431\u043E\u0440 \u0442\u0435\u043C\u044B",
|
|
114
140
|
Preview: "\u041F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440",
|