@qwen-code/qwen-code 0.5.0-nightly.20251212.8b29dd13 → 0.5.0-nightly.20251214.4cbb57a7
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/cli.js +986 -110
- package/locales/en.js +1 -0
- package/locales/ru.js +1121 -0
- package/locales/zh.js +1 -0
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -867,6 +867,7 @@ export default {
|
|
|
867
867
|
// Exit Screen / Stats
|
|
868
868
|
// ============================================================================
|
|
869
869
|
'Agent powering down. Goodbye!': 'Agent powering down. Goodbye!',
|
|
870
|
+
'To continue this session, run': 'To continue this session, run',
|
|
870
871
|
'Interaction Summary': 'Interaction Summary',
|
|
871
872
|
'Session ID:': 'Session ID:',
|
|
872
873
|
'Tool Calls:': 'Tool Calls:',
|