@umsai/ums-code 0.6.0-v1 → 0.10.5-v2
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/LICENSE +1 -1
- package/README.md +6 -0
- package/cli.js +447874 -0
- package/{dist/src/i18n/locales → locales}/de.js +435 -59
- package/{dist/src/i18n/locales → locales}/en.js +412 -39
- package/locales/ja.js +960 -0
- package/locales/pt.js +1463 -0
- package/{dist/src/i18n/locales → locales}/ru.js +391 -33
- package/{dist/src/i18n/locales → locales}/zh.js +422 -70
- package/package.json +20 -87
- package/vendor/ripgrep/COPYING +3 -0
- package/vendor/ripgrep/arm64-darwin/rg +0 -0
- package/vendor/ripgrep/arm64-linux/rg +0 -0
- package/vendor/ripgrep/x64-darwin/rg +0 -0
- package/vendor/ripgrep/x64-linux/rg +0 -0
- package/vendor/ripgrep/x64-win32/rg.exe +0 -0
- package/dist/.last_build +0 -0
- package/dist/index.d.ts +0 -7
- package/dist/index.js +0 -29
- package/dist/index.js.map +0 -1
- package/dist/package.json +0 -104
- package/dist/src/acp-integration/acp.d.ts +0 -76
- package/dist/src/acp-integration/acp.js +0 -257
- package/dist/src/acp-integration/acp.js.map +0 -1
- package/dist/src/acp-integration/acpAgent.d.ts +0 -10
- package/dist/src/acp-integration/acpAgent.js +0 -264
- package/dist/src/acp-integration/acpAgent.js.map +0 -1
- package/dist/src/acp-integration/schema.d.ts +0 -13354
- package/dist/src/acp-integration/schema.js +0 -422
- package/dist/src/acp-integration/schema.js.map +0 -1
- package/dist/src/acp-integration/service/filesystem.d.ts +0 -20
- package/dist/src/acp-integration/service/filesystem.js +0 -59
- package/dist/src/acp-integration/service/filesystem.js.map +0 -1
- package/dist/src/acp-integration/service/filesystem.test.d.ts +0 -6
- package/dist/src/acp-integration/service/filesystem.test.js +0 -39
- package/dist/src/acp-integration/service/filesystem.test.js.map +0 -1
- package/dist/src/acp-integration/session/HistoryReplayer.d.ts +0 -51
- package/dist/src/acp-integration/session/HistoryReplayer.js +0 -164
- package/dist/src/acp-integration/session/HistoryReplayer.js.map +0 -1
- package/dist/src/acp-integration/session/HistoryReplayer.test.d.ts +0 -6
- package/dist/src/acp-integration/session/HistoryReplayer.test.js +0 -374
- package/dist/src/acp-integration/session/HistoryReplayer.test.js.map +0 -1
- package/dist/src/acp-integration/session/Session.d.ts +0 -61
- package/dist/src/acp-integration/session/Session.js +0 -839
- package/dist/src/acp-integration/session/Session.js.map +0 -1
- package/dist/src/acp-integration/session/SubAgentTracker.d.ts +0 -51
- package/dist/src/acp-integration/session/SubAgentTracker.js +0 -257
- package/dist/src/acp-integration/session/SubAgentTracker.js.map +0 -1
- package/dist/src/acp-integration/session/SubAgentTracker.test.d.ts +0 -6
- package/dist/src/acp-integration/session/SubAgentTracker.test.js +0 -369
- package/dist/src/acp-integration/session/SubAgentTracker.test.js.map +0 -1
- package/dist/src/acp-integration/session/emitters/BaseEmitter.d.ts +0 -27
- package/dist/src/acp-integration/session/emitters/BaseEmitter.js +0 -34
- package/dist/src/acp-integration/session/emitters/BaseEmitter.js.map +0 -1
- package/dist/src/acp-integration/session/emitters/MessageEmitter.d.ts +0 -41
- package/dist/src/acp-integration/session/emitters/MessageEmitter.js +0 -77
- package/dist/src/acp-integration/session/emitters/MessageEmitter.js.map +0 -1
- package/dist/src/acp-integration/session/emitters/MessageEmitter.test.d.ts +0 -6
- package/dist/src/acp-integration/session/emitters/MessageEmitter.test.js +0 -174
- package/dist/src/acp-integration/session/emitters/MessageEmitter.test.js.map +0 -1
- package/dist/src/acp-integration/session/emitters/PlanEmitter.d.ts +0 -39
- package/dist/src/acp-integration/session/emitters/PlanEmitter.js +0 -83
- package/dist/src/acp-integration/session/emitters/PlanEmitter.js.map +0 -1
- package/dist/src/acp-integration/session/emitters/PlanEmitter.test.d.ts +0 -6
- package/dist/src/acp-integration/session/emitters/PlanEmitter.test.js +0 -176
- package/dist/src/acp-integration/session/emitters/PlanEmitter.test.js.map +0 -1
- package/dist/src/acp-integration/session/emitters/ToolCallEmitter.d.ts +0 -80
- package/dist/src/acp-integration/session/emitters/ToolCallEmitter.js +0 -248
- package/dist/src/acp-integration/session/emitters/ToolCallEmitter.js.map +0 -1
- package/dist/src/acp-integration/session/emitters/ToolCallEmitter.test.d.ts +0 -6
- package/dist/src/acp-integration/session/emitters/ToolCallEmitter.test.js +0 -561
- package/dist/src/acp-integration/session/emitters/ToolCallEmitter.test.js.map +0 -1
- package/dist/src/acp-integration/session/emitters/index.d.ts +0 -9
- package/dist/src/acp-integration/session/emitters/index.js +0 -10
- package/dist/src/acp-integration/session/emitters/index.js.map +0 -1
- package/dist/src/acp-integration/session/index.d.ts +0 -24
- package/dist/src/acp-integration/session/index.js +0 -16
- package/dist/src/acp-integration/session/index.js.map +0 -1
- package/dist/src/acp-integration/session/types.d.ts +0 -71
- package/dist/src/acp-integration/session/types.js +0 -7
- package/dist/src/acp-integration/session/types.js.map +0 -1
- package/dist/src/commandMode.d.ts +0 -11
- package/dist/src/commandMode.js +0 -238
- package/dist/src/commandMode.js.map +0 -1
- package/dist/src/commands/extensions/disable.d.ts +0 -13
- package/dist/src/commands/extensions/disable.js +0 -56
- package/dist/src/commands/extensions/disable.js.map +0 -1
- package/dist/src/commands/extensions/enable.d.ts +0 -13
- package/dist/src/commands/extensions/enable.js +0 -59
- package/dist/src/commands/extensions/enable.js.map +0 -1
- package/dist/src/commands/extensions/examples/context/QWEN.md +0 -8
- package/dist/src/commands/extensions/examples/context/qwen-extension.json +0 -4
- package/dist/src/commands/extensions/examples/custom-commands/commands/fs/grep-code.toml +0 -6
- package/dist/src/commands/extensions/examples/custom-commands/qwen-extension.json +0 -4
- package/dist/src/commands/extensions/examples/exclude-tools/qwen-extension.json +0 -5
- package/dist/src/commands/extensions/examples/mcp-server/example.ts +0 -60
- package/dist/src/commands/extensions/examples/mcp-server/package.json +0 -18
- package/dist/src/commands/extensions/examples/mcp-server/qwen-extension.json +0 -11
- package/dist/src/commands/extensions/examples/mcp-server/tsconfig.json +0 -13
- package/dist/src/commands/extensions/install.d.ts +0 -14
- package/dist/src/commands/extensions/install.js +0 -78
- package/dist/src/commands/extensions/install.js.map +0 -1
- package/dist/src/commands/extensions/install.test.d.ts +0 -6
- package/dist/src/commands/extensions/install.test.js +0 -102
- package/dist/src/commands/extensions/install.test.js.map +0 -1
- package/dist/src/commands/extensions/link.d.ts +0 -12
- package/dist/src/commands/extensions/link.js +0 -37
- package/dist/src/commands/extensions/link.js.map +0 -1
- package/dist/src/commands/extensions/list.d.ts +0 -8
- package/dist/src/commands/extensions/list.js +0 -32
- package/dist/src/commands/extensions/list.js.map +0 -1
- package/dist/src/commands/extensions/new.d.ts +0 -7
- package/dist/src/commands/extensions/new.js +0 -90
- package/dist/src/commands/extensions/new.js.map +0 -1
- package/dist/src/commands/extensions/new.test.d.ts +0 -6
- package/dist/src/commands/extensions/new.test.js +0 -59
- package/dist/src/commands/extensions/new.test.js.map +0 -1
- package/dist/src/commands/extensions/uninstall.d.ts +0 -12
- package/dist/src/commands/extensions/uninstall.js +0 -38
- package/dist/src/commands/extensions/uninstall.js.map +0 -1
- package/dist/src/commands/extensions/uninstall.test.d.ts +0 -6
- package/dist/src/commands/extensions/uninstall.test.js +0 -18
- package/dist/src/commands/extensions/uninstall.test.js.map +0 -1
- package/dist/src/commands/extensions/update.d.ts +0 -13
- package/dist/src/commands/extensions/update.js +0 -104
- package/dist/src/commands/extensions/update.js.map +0 -1
- package/dist/src/commands/extensions.d.ts +0 -7
- package/dist/src/commands/extensions.js +0 -33
- package/dist/src/commands/extensions.js.map +0 -1
- package/dist/src/commands/mcp/add.d.ts +0 -7
- package/dist/src/commands/mcp/add.js +0 -172
- package/dist/src/commands/mcp/add.js.map +0 -1
- package/dist/src/commands/mcp/list.d.ts +0 -8
- package/dist/src/commands/mcp/list.js +0 -111
- package/dist/src/commands/mcp/list.js.map +0 -1
- package/dist/src/commands/mcp/remove.d.ts +0 -7
- package/dist/src/commands/mcp/remove.js +0 -44
- package/dist/src/commands/mcp/remove.js.map +0 -1
- package/dist/src/commands/mcp.d.ts +0 -7
- package/dist/src/commands/mcp.js +0 -23
- package/dist/src/commands/mcp.js.map +0 -1
- package/dist/src/config/auth.d.ts +0 -11
- package/dist/src/config/auth.js +0 -74
- package/dist/src/config/auth.js.map +0 -1
- package/dist/src/config/auth.test.d.ts +0 -6
- package/dist/src/config/auth.test.js +0 -37
- package/dist/src/config/auth.test.js.map +0 -1
- package/dist/src/config/config.d.ts +0 -74
- package/dist/src/config/config.js +0 -826
- package/dist/src/config/config.js.map +0 -1
- package/dist/src/config/extension.d.ts +0 -83
- package/dist/src/config/extension.js +0 -532
- package/dist/src/config/extension.js.map +0 -1
- package/dist/src/config/extensions/extensionEnablement.d.ts +0 -47
- package/dist/src/config/extensions/extensionEnablement.js +0 -189
- package/dist/src/config/extensions/extensionEnablement.js.map +0 -1
- package/dist/src/config/extensions/extensionEnablement.test.d.ts +0 -6
- package/dist/src/config/extensions/extensionEnablement.test.js +0 -333
- package/dist/src/config/extensions/extensionEnablement.test.js.map +0 -1
- package/dist/src/config/extensions/github.d.ts +0 -30
- package/dist/src/config/extensions/github.js +0 -322
- package/dist/src/config/extensions/github.js.map +0 -1
- package/dist/src/config/extensions/github.test.d.ts +0 -6
- package/dist/src/config/extensions/github.test.js +0 -334
- package/dist/src/config/extensions/github.test.js.map +0 -1
- package/dist/src/config/extensions/update.d.ts +0 -19
- package/dist/src/config/extensions/update.js +0 -113
- package/dist/src/config/extensions/update.js.map +0 -1
- package/dist/src/config/extensions/update.test.d.ts +0 -6
- package/dist/src/config/extensions/update.test.js +0 -351
- package/dist/src/config/extensions/update.test.js.map +0 -1
- package/dist/src/config/extensions/variableSchema.d.ts +0 -36
- package/dist/src/config/extensions/variableSchema.js +0 -22
- package/dist/src/config/extensions/variableSchema.js.map +0 -1
- package/dist/src/config/extensions/variables.d.ts +0 -17
- package/dist/src/config/extensions/variables.js +0 -40
- package/dist/src/config/extensions/variables.js.map +0 -1
- package/dist/src/config/extensions/variables.test.d.ts +0 -6
- package/dist/src/config/extensions/variables.test.js +0 -17
- package/dist/src/config/extensions/variables.test.js.map +0 -1
- package/dist/src/config/keyBindings.d.ts +0 -70
- package/dist/src/config/keyBindings.js +0 -130
- package/dist/src/config/keyBindings.js.map +0 -1
- package/dist/src/config/keyBindings.test.d.ts +0 -6
- package/dist/src/config/keyBindings.test.js +0 -51
- package/dist/src/config/keyBindings.test.js.map +0 -1
- package/dist/src/config/sandboxConfig.d.ts +0 -13
- package/dist/src/config/sandboxConfig.js +0 -73
- package/dist/src/config/sandboxConfig.js.map +0 -1
- package/dist/src/config/settings.d.ts +0 -72
- package/dist/src/config/settings.js +0 -631
- package/dist/src/config/settings.js.map +0 -1
- package/dist/src/config/settingsSchema.d.ts +0 -1211
- package/dist/src/config/settingsSchema.js +0 -1152
- package/dist/src/config/settingsSchema.js.map +0 -1
- package/dist/src/config/settingsSchema.test.d.ts +0 -6
- package/dist/src/config/settingsSchema.test.js +0 -201
- package/dist/src/config/settingsSchema.test.js.map +0 -1
- package/dist/src/config/trustedFolders.d.ts +0 -56
- package/dist/src/config/trustedFolders.js +0 -168
- package/dist/src/config/trustedFolders.js.map +0 -1
- package/dist/src/config/trustedFolders.test.d.ts +0 -6
- package/dist/src/config/trustedFolders.test.js +0 -340
- package/dist/src/config/trustedFolders.test.js.map +0 -1
- package/dist/src/config/webSearch.d.ts +0 -35
- package/dist/src/config/webSearch.js +0 -87
- package/dist/src/config/webSearch.js.map +0 -1
- package/dist/src/core/auth.d.ts +0 -13
- package/dist/src/core/auth.js +0 -44
- package/dist/src/core/auth.js.map +0 -1
- package/dist/src/core/initializer.d.ts +0 -21
- package/dist/src/core/initializer.js +0 -47
- package/dist/src/core/initializer.js.map +0 -1
- package/dist/src/core/theme.d.ts +0 -12
- package/dist/src/core/theme.js +0 -23
- package/dist/src/core/theme.js.map +0 -1
- package/dist/src/gemini.d.ts +0 -12
- package/dist/src/gemini.js +0 -363
- package/dist/src/gemini.js.map +0 -1
- package/dist/src/gemini.test.d.ts +0 -6
- package/dist/src/gemini.test.js +0 -540
- package/dist/src/gemini.test.js.map +0 -1
- package/dist/src/generated/git-commit.d.ts +0 -7
- package/dist/src/generated/git-commit.js +0 -10
- package/dist/src/generated/git-commit.js.map +0 -1
- package/dist/src/i18n/index.d.ts +0 -26
- package/dist/src/i18n/index.js +0 -209
- package/dist/src/i18n/index.js.map +0 -1
- package/dist/src/i18n/languages.d.ts +0 -20
- package/dist/src/i18n/languages.js +0 -36
- package/dist/src/i18n/languages.js.map +0 -1
- package/dist/src/nonInteractive/control/ControlContext.d.ts +0 -63
- package/dist/src/nonInteractive/control/ControlContext.js +0 -31
- package/dist/src/nonInteractive/control/ControlContext.js.map +0 -1
- package/dist/src/nonInteractive/control/ControlDispatcher.d.ts +0 -109
- package/dist/src/nonInteractive/control/ControlDispatcher.js +0 -267
- package/dist/src/nonInteractive/control/ControlDispatcher.js.map +0 -1
- package/dist/src/nonInteractive/control/ControlDispatcher.test.d.ts +0 -6
- package/dist/src/nonInteractive/control/ControlDispatcher.test.js +0 -549
- package/dist/src/nonInteractive/control/ControlDispatcher.test.js.map +0 -1
- package/dist/src/nonInteractive/control/ControlService.d.ts +0 -79
- package/dist/src/nonInteractive/control/ControlService.js +0 -139
- package/dist/src/nonInteractive/control/ControlService.js.map +0 -1
- package/dist/src/nonInteractive/control/controllers/baseController.d.ts +0 -51
- package/dist/src/nonInteractive/control/controllers/baseController.js +0 -135
- package/dist/src/nonInteractive/control/controllers/baseController.js.map +0 -1
- package/dist/src/nonInteractive/control/controllers/hookController.d.ts +0 -25
- package/dist/src/nonInteractive/control/controllers/hookController.js +0 -42
- package/dist/src/nonInteractive/control/controllers/hookController.js.map +0 -1
- package/dist/src/nonInteractive/control/controllers/permissionController.d.ts +0 -57
- package/dist/src/nonInteractive/control/controllers/permissionController.js +0 -358
- package/dist/src/nonInteractive/control/controllers/permissionController.js.map +0 -1
- package/dist/src/nonInteractive/control/controllers/sdkMcpController.d.ts +0 -54
- package/dist/src/nonInteractive/control/controllers/sdkMcpController.js +0 -84
- package/dist/src/nonInteractive/control/controllers/sdkMcpController.js.map +0 -1
- package/dist/src/nonInteractive/control/controllers/systemController.d.ts +0 -66
- package/dist/src/nonInteractive/control/controllers/systemController.js +0 -306
- package/dist/src/nonInteractive/control/controllers/systemController.js.map +0 -1
- package/dist/src/nonInteractive/control/types/serviceAPIs.d.ts +0 -105
- package/dist/src/nonInteractive/control/types/serviceAPIs.js +0 -7
- package/dist/src/nonInteractive/control/types/serviceAPIs.js.map +0 -1
- package/dist/src/nonInteractive/io/BaseJsonOutputAdapter.d.ts +0 -457
- package/dist/src/nonInteractive/io/BaseJsonOutputAdapter.js +0 -950
- package/dist/src/nonInteractive/io/BaseJsonOutputAdapter.js.map +0 -1
- package/dist/src/nonInteractive/io/BaseJsonOutputAdapter.test.d.ts +0 -6
- package/dist/src/nonInteractive/io/BaseJsonOutputAdapter.test.js +0 -1237
- package/dist/src/nonInteractive/io/BaseJsonOutputAdapter.test.js.map +0 -1
- package/dist/src/nonInteractive/io/JsonOutputAdapter.d.ts +0 -29
- package/dist/src/nonInteractive/io/JsonOutputAdapter.js +0 -56
- package/dist/src/nonInteractive/io/JsonOutputAdapter.js.map +0 -1
- package/dist/src/nonInteractive/io/JsonOutputAdapter.test.d.ts +0 -6
- package/dist/src/nonInteractive/io/JsonOutputAdapter.test.js +0 -624
- package/dist/src/nonInteractive/io/JsonOutputAdapter.test.js.map +0 -1
- package/dist/src/nonInteractive/io/StreamJsonInputReader.d.ts +0 -16
- package/dist/src/nonInteractive/io/StreamJsonInputReader.js +0 -54
- package/dist/src/nonInteractive/io/StreamJsonInputReader.js.map +0 -1
- package/dist/src/nonInteractive/io/StreamJsonInputReader.test.d.ts +0 -6
- package/dist/src/nonInteractive/io/StreamJsonInputReader.test.js +0 -178
- package/dist/src/nonInteractive/io/StreamJsonInputReader.test.js.map +0 -1
- package/dist/src/nonInteractive/io/StreamJsonOutputAdapter.d.ts +0 -69
- package/dist/src/nonInteractive/io/StreamJsonOutputAdapter.js +0 -185
- package/dist/src/nonInteractive/io/StreamJsonOutputAdapter.js.map +0 -1
- package/dist/src/nonInteractive/io/StreamJsonOutputAdapter.test.d.ts +0 -6
- package/dist/src/nonInteractive/io/StreamJsonOutputAdapter.test.js +0 -858
- package/dist/src/nonInteractive/io/StreamJsonOutputAdapter.test.js.map +0 -1
- package/dist/src/nonInteractive/session.d.ts +0 -7
- package/dist/src/nonInteractive/session.js +0 -545
- package/dist/src/nonInteractive/session.js.map +0 -1
- package/dist/src/nonInteractive/session.test.d.ts +0 -6
- package/dist/src/nonInteractive/session.test.js +0 -413
- package/dist/src/nonInteractive/session.test.js.map +0 -1
- package/dist/src/nonInteractive/types.d.ts +0 -398
- package/dist/src/nonInteractive/types.js +0 -77
- package/dist/src/nonInteractive/types.js.map +0 -1
- package/dist/src/nonInteractiveCli.d.ts +0 -28
- package/dist/src/nonInteractiveCli.js +0 -333
- package/dist/src/nonInteractiveCli.js.map +0 -1
- package/dist/src/nonInteractiveCliCommands.d.ts +0 -74
- package/dist/src/nonInteractiveCliCommands.js +0 -260
- package/dist/src/nonInteractiveCliCommands.js.map +0 -1
- package/dist/src/nonInteractiveCliCommands.test.d.ts +0 -6
- package/dist/src/nonInteractiveCliCommands.test.js +0 -157
- package/dist/src/nonInteractiveCliCommands.test.js.map +0 -1
- package/dist/src/patches/is-in-ci.d.ts +0 -7
- package/dist/src/patches/is-in-ci.js +0 -15
- package/dist/src/patches/is-in-ci.js.map +0 -1
- package/dist/src/services/BuiltinCommandLoader.d.ts +0 -24
- package/dist/src/services/BuiltinCommandLoader.js +0 -98
- package/dist/src/services/BuiltinCommandLoader.js.map +0 -1
- package/dist/src/services/BuiltinCommandLoader.test.d.ts +0 -6
- package/dist/src/services/BuiltinCommandLoader.test.js +0 -161
- package/dist/src/services/BuiltinCommandLoader.test.js.map +0 -1
- package/dist/src/services/CommandService.d.ts +0 -55
- package/dist/src/services/CommandService.js +0 -90
- package/dist/src/services/CommandService.js.map +0 -1
- package/dist/src/services/CommandService.test.d.ts +0 -6
- package/dist/src/services/CommandService.test.js +0 -233
- package/dist/src/services/CommandService.test.js.map +0 -1
- package/dist/src/services/FileCommandLoader.d.ts +0 -51
- package/dist/src/services/FileCommandLoader.js +0 -230
- package/dist/src/services/FileCommandLoader.js.map +0 -1
- package/dist/src/services/McpPromptLoader.d.ts +0 -35
- package/dist/src/services/McpPromptLoader.js +0 -255
- package/dist/src/services/McpPromptLoader.js.map +0 -1
- package/dist/src/services/McpPromptLoader.test.d.ts +0 -6
- package/dist/src/services/McpPromptLoader.test.js +0 -341
- package/dist/src/services/McpPromptLoader.test.js.map +0 -1
- package/dist/src/services/prompt-processors/argumentProcessor.d.ts +0 -16
- package/dist/src/services/prompt-processors/argumentProcessor.js +0 -21
- package/dist/src/services/prompt-processors/argumentProcessor.js.map +0 -1
- package/dist/src/services/prompt-processors/atFileProcessor.d.ts +0 -12
- package/dist/src/services/prompt-processors/atFileProcessor.js +0 -62
- package/dist/src/services/prompt-processors/atFileProcessor.js.map +0 -1
- package/dist/src/services/prompt-processors/atFileProcessor.test.d.ts +0 -6
- package/dist/src/services/prompt-processors/atFileProcessor.test.js +0 -174
- package/dist/src/services/prompt-processors/atFileProcessor.test.js.map +0 -1
- package/dist/src/services/prompt-processors/injectionParser.d.ts +0 -29
- package/dist/src/services/prompt-processors/injectionParser.js +0 -60
- package/dist/src/services/prompt-processors/injectionParser.js.map +0 -1
- package/dist/src/services/prompt-processors/injectionParser.test.d.ts +0 -6
- package/dist/src/services/prompt-processors/injectionParser.test.js +0 -189
- package/dist/src/services/prompt-processors/injectionParser.test.js.map +0 -1
- package/dist/src/services/prompt-processors/shellProcessor.d.ts +0 -27
- package/dist/src/services/prompt-processors/shellProcessor.js +0 -128
- package/dist/src/services/prompt-processors/shellProcessor.js.map +0 -1
- package/dist/src/services/prompt-processors/types.d.ts +0 -45
- package/dist/src/services/prompt-processors/types.js +0 -20
- package/dist/src/services/prompt-processors/types.js.map +0 -1
- package/dist/src/services/types.d.ts +0 -22
- package/dist/src/services/types.js +0 -7
- package/dist/src/services/types.js.map +0 -1
- package/dist/src/test-utils/createExtension.d.ts +0 -15
- package/dist/src/test-utils/createExtension.js +0 -25
- package/dist/src/test-utils/createExtension.js.map +0 -1
- package/dist/src/test-utils/customMatchers.d.ts +0 -14
- package/dist/src/test-utils/customMatchers.js +0 -40
- package/dist/src/test-utils/customMatchers.js.map +0 -1
- package/dist/src/test-utils/mockCommandContext.d.ts +0 -18
- package/dist/src/test-utils/mockCommandContext.js +0 -101
- package/dist/src/test-utils/mockCommandContext.js.map +0 -1
- package/dist/src/test-utils/mockCommandContext.test.d.ts +0 -6
- package/dist/src/test-utils/mockCommandContext.test.js +0 -51
- package/dist/src/test-utils/mockCommandContext.test.js.map +0 -1
- package/dist/src/test-utils/render.d.ts +0 -12
- package/dist/src/test-utils/render.js +0 -14
- package/dist/src/test-utils/render.js.map +0 -1
- package/dist/src/ui/App.d.ts +0 -6
- package/dist/src/ui/App.js +0 -37
- package/dist/src/ui/App.js.map +0 -1
- package/dist/src/ui/AppContainer.d.ts +0 -17
- package/dist/src/ui/AppContainer.js +0 -1078
- package/dist/src/ui/AppContainer.js.map +0 -1
- package/dist/src/ui/AppContainer.test.d.ts +0 -6
- package/dist/src/ui/AppContainer.test.js +0 -785
- package/dist/src/ui/AppContainer.test.js.map +0 -1
- package/dist/src/ui/IdeIntegrationNudge.d.ts +0 -16
- package/dist/src/ui/IdeIntegrationNudge.js +0 -50
- package/dist/src/ui/IdeIntegrationNudge.js.map +0 -1
- package/dist/src/ui/auth/AuthDialog.d.ts +0 -7
- package/dist/src/ui/auth/AuthDialog.js +0 -90
- package/dist/src/ui/auth/AuthDialog.js.map +0 -1
- package/dist/src/ui/auth/AuthDialog.test.d.ts +0 -6
- package/dist/src/ui/auth/AuthDialog.test.js +0 -392
- package/dist/src/ui/auth/AuthDialog.test.js.map +0 -1
- package/dist/src/ui/auth/AuthInProgress.d.ts +0 -11
- package/dist/src/ui/auth/AuthInProgress.js +0 -24
- package/dist/src/ui/auth/AuthInProgress.js.map +0 -1
- package/dist/src/ui/auth/useAuth.d.ts +0 -25
- package/dist/src/ui/auth/useAuth.js +0 -207
- package/dist/src/ui/auth/useAuth.js.map +0 -1
- package/dist/src/ui/colors.d.ts +0 -7
- package/dist/src/ui/colors.js +0 -54
- package/dist/src/ui/colors.js.map +0 -1
- package/dist/src/ui/commands/aboutCommand.d.ts +0 -7
- package/dist/src/ui/commands/aboutCommand.js +0 -25
- package/dist/src/ui/commands/aboutCommand.js.map +0 -1
- package/dist/src/ui/commands/agentsCommand.d.ts +0 -7
- package/dist/src/ui/commands/agentsCommand.js +0 -39
- package/dist/src/ui/commands/agentsCommand.js.map +0 -1
- package/dist/src/ui/commands/approvalModeCommand.d.ts +0 -7
- package/dist/src/ui/commands/approvalModeCommand.js +0 -68
- package/dist/src/ui/commands/approvalModeCommand.js.map +0 -1
- package/dist/src/ui/commands/approvalModeCommand.test.d.ts +0 -6
- package/dist/src/ui/commands/approvalModeCommand.test.js +0 -111
- package/dist/src/ui/commands/approvalModeCommand.test.js.map +0 -1
- package/dist/src/ui/commands/authCommand.d.ts +0 -7
- package/dist/src/ui/commands/authCommand.js +0 -19
- package/dist/src/ui/commands/authCommand.js.map +0 -1
- package/dist/src/ui/commands/bugCommand.d.ts +0 -7
- package/dist/src/ui/commands/bugCommand.js +0 -51
- package/dist/src/ui/commands/bugCommand.js.map +0 -1
- package/dist/src/ui/commands/clearCommand.d.ts +0 -7
- package/dist/src/ui/commands/clearCommand.js +0 -42
- package/dist/src/ui/commands/clearCommand.js.map +0 -1
- package/dist/src/ui/commands/compressCommand.d.ts +0 -7
- package/dist/src/ui/commands/compressCommand.js +0 -141
- package/dist/src/ui/commands/compressCommand.js.map +0 -1
- package/dist/src/ui/commands/copyCommand.d.ts +0 -7
- package/dist/src/ui/commands/copyCommand.js +0 -62
- package/dist/src/ui/commands/copyCommand.js.map +0 -1
- package/dist/src/ui/commands/directoryCommand.d.ts +0 -8
- package/dist/src/ui/commands/directoryCommand.js +0 -153
- package/dist/src/ui/commands/directoryCommand.js.map +0 -1
- package/dist/src/ui/commands/docsCommand.d.ts +0 -7
- package/dist/src/ui/commands/docsCommand.js +0 -37
- package/dist/src/ui/commands/docsCommand.js.map +0 -1
- package/dist/src/ui/commands/editorCommand.d.ts +0 -7
- package/dist/src/ui/commands/editorCommand.js +0 -19
- package/dist/src/ui/commands/editorCommand.js.map +0 -1
- package/dist/src/ui/commands/extensionsCommand.d.ts +0 -7
- package/dist/src/ui/commands/extensionsCommand.js +0 -115
- package/dist/src/ui/commands/extensionsCommand.js.map +0 -1
- package/dist/src/ui/commands/helpCommand.d.ts +0 -7
- package/dist/src/ui/commands/helpCommand.js +0 -24
- package/dist/src/ui/commands/helpCommand.js.map +0 -1
- package/dist/src/ui/commands/ideCommand.d.ts +0 -7
- package/dist/src/ui/commands/ideCommand.js +0 -241
- package/dist/src/ui/commands/ideCommand.js.map +0 -1
- package/dist/src/ui/commands/initCommand.d.ts +0 -7
- package/dist/src/ui/commands/initCommand.js +0 -118
- package/dist/src/ui/commands/initCommand.js.map +0 -1
- package/dist/src/ui/commands/languageCommand.d.ts +0 -12
- package/dist/src/ui/commands/languageCommand.js +0 -365
- package/dist/src/ui/commands/languageCommand.js.map +0 -1
- package/dist/src/ui/commands/languageCommand.test.d.ts +0 -6
- package/dist/src/ui/commands/languageCommand.test.js +0 -558
- package/dist/src/ui/commands/languageCommand.test.js.map +0 -1
- package/dist/src/ui/commands/mcpCommand.d.ts +0 -7
- package/dist/src/ui/commands/mcpCommand.js +0 -269
- package/dist/src/ui/commands/mcpCommand.js.map +0 -1
- package/dist/src/ui/commands/memoryCommand.d.ts +0 -7
- package/dist/src/ui/commands/memoryCommand.js +0 -254
- package/dist/src/ui/commands/memoryCommand.js.map +0 -1
- package/dist/src/ui/commands/modelCommand.d.ts +0 -7
- package/dist/src/ui/commands/modelCommand.js +0 -60
- package/dist/src/ui/commands/modelCommand.js.map +0 -1
- package/dist/src/ui/commands/modelCommand.test.d.ts +0 -6
- package/dist/src/ui/commands/modelCommand.test.js +0 -137
- package/dist/src/ui/commands/modelCommand.test.js.map +0 -1
- package/dist/src/ui/commands/permissionsCommand.d.ts +0 -7
- package/dist/src/ui/commands/permissionsCommand.js +0 -19
- package/dist/src/ui/commands/permissionsCommand.js.map +0 -1
- package/dist/src/ui/commands/permissionsCommand.test.d.ts +0 -6
- package/dist/src/ui/commands/permissionsCommand.test.js +0 -30
- package/dist/src/ui/commands/permissionsCommand.test.js.map +0 -1
- package/dist/src/ui/commands/quitCommand.d.ts +0 -7
- package/dist/src/ui/commands/quitCommand.js +0 -37
- package/dist/src/ui/commands/quitCommand.js.map +0 -1
- package/dist/src/ui/commands/restoreCommand.d.ts +0 -8
- package/dist/src/ui/commands/restoreCommand.js +0 -124
- package/dist/src/ui/commands/restoreCommand.js.map +0 -1
- package/dist/src/ui/commands/resumeCommand.d.ts +0 -7
- package/dist/src/ui/commands/resumeCommand.js +0 -19
- package/dist/src/ui/commands/resumeCommand.js.map +0 -1
- package/dist/src/ui/commands/resumeCommand.test.d.ts +0 -6
- package/dist/src/ui/commands/resumeCommand.test.js +0 -32
- package/dist/src/ui/commands/resumeCommand.test.js.map +0 -1
- package/dist/src/ui/commands/reviewCommand.d.ts +0 -9
- package/dist/src/ui/commands/reviewCommand.js +0 -2046
- package/dist/src/ui/commands/reviewCommand.js.map +0 -1
- package/dist/src/ui/commands/reviewCommand.test.d.ts +0 -6
- package/dist/src/ui/commands/reviewCommand.test.js +0 -600
- package/dist/src/ui/commands/reviewCommand.test.js.map +0 -1
- package/dist/src/ui/commands/settingsCommand.d.ts +0 -7
- package/dist/src/ui/commands/settingsCommand.js +0 -19
- package/dist/src/ui/commands/settingsCommand.js.map +0 -1
- package/dist/src/ui/commands/setupGithubCommand.d.ts +0 -9
- package/dist/src/ui/commands/setupGithubCommand.js +0 -158
- package/dist/src/ui/commands/setupGithubCommand.js.map +0 -1
- package/dist/src/ui/commands/setupGithubCommand.test.d.ts +0 -6
- package/dist/src/ui/commands/setupGithubCommand.test.js +0 -167
- package/dist/src/ui/commands/setupGithubCommand.test.js.map +0 -1
- package/dist/src/ui/commands/statsCommand.d.ts +0 -7
- package/dist/src/ui/commands/statsCommand.js +0 -60
- package/dist/src/ui/commands/statsCommand.js.map +0 -1
- package/dist/src/ui/commands/summaryCommand.d.ts +0 -7
- package/dist/src/ui/commands/summaryCommand.js +0 -243
- package/dist/src/ui/commands/summaryCommand.js.map +0 -1
- package/dist/src/ui/commands/terminalSetupCommand.d.ts +0 -13
- package/dist/src/ui/commands/terminalSetupCommand.js +0 -47
- package/dist/src/ui/commands/terminalSetupCommand.js.map +0 -1
- package/dist/src/ui/commands/themeCommand.d.ts +0 -7
- package/dist/src/ui/commands/themeCommand.js +0 -19
- package/dist/src/ui/commands/themeCommand.js.map +0 -1
- package/dist/src/ui/commands/toolsCommand.d.ts +0 -7
- package/dist/src/ui/commands/toolsCommand.js +0 -45
- package/dist/src/ui/commands/toolsCommand.js.map +0 -1
- package/dist/src/ui/commands/types.d.ts +0 -172
- package/dist/src/ui/commands/types.js +0 -12
- package/dist/src/ui/commands/types.js.map +0 -1
- package/dist/src/ui/commands/ums/umsInitCommand.d.ts +0 -7
- package/dist/src/ui/commands/ums/umsInitCommand.js +0 -1067
- package/dist/src/ui/commands/ums/umsInitCommand.js.map +0 -1
- package/dist/src/ui/commands/ums/unittestCommand.d.ts +0 -9
- package/dist/src/ui/commands/ums/unittestCommand.js +0 -387
- package/dist/src/ui/commands/ums/unittestCommand.js.map +0 -1
- package/dist/src/ui/commands/vimCommand.d.ts +0 -7
- package/dist/src/ui/commands/vimCommand.js +0 -26
- package/dist/src/ui/commands/vimCommand.js.map +0 -1
- package/dist/src/ui/components/AboutBox.d.ts +0 -10
- package/dist/src/ui/components/AboutBox.js +0 -10
- package/dist/src/ui/components/AboutBox.js.map +0 -1
- package/dist/src/ui/components/AnsiOutput.d.ts +0 -13
- package/dist/src/ui/components/AnsiOutput.js +0 -12
- package/dist/src/ui/components/AnsiOutput.js.map +0 -1
- package/dist/src/ui/components/AnsiOutput.test.d.ts +0 -6
- package/dist/src/ui/components/AnsiOutput.test.js +0 -97
- package/dist/src/ui/components/AnsiOutput.test.js.map +0 -1
- package/dist/src/ui/components/AppHeader.d.ts +0 -10
- package/dist/src/ui/components/AppHeader.js +0 -19
- package/dist/src/ui/components/AppHeader.js.map +0 -1
- package/dist/src/ui/components/ApprovalModeDialog.d.ts +0 -21
- package/dist/src/ui/components/ApprovalModeDialog.js +0 -68
- package/dist/src/ui/components/ApprovalModeDialog.js.map +0 -1
- package/dist/src/ui/components/AsciiArt.d.ts +0 -8
- package/dist/src/ui/components/AsciiArt.js +0 -30
- package/dist/src/ui/components/AsciiArt.js.map +0 -1
- package/dist/src/ui/components/AutoAcceptIndicator.d.ts +0 -12
- package/dist/src/ui/components/AutoAcceptIndicator.js +0 -32
- package/dist/src/ui/components/AutoAcceptIndicator.js.map +0 -1
- package/dist/src/ui/components/Composer.d.ts +0 -6
- package/dist/src/ui/components/Composer.js +0 -55
- package/dist/src/ui/components/Composer.js.map +0 -1
- package/dist/src/ui/components/Composer.test.d.ts +0 -6
- package/dist/src/ui/components/Composer.test.js +0 -336
- package/dist/src/ui/components/Composer.test.js.map +0 -1
- package/dist/src/ui/components/ConfigInitDisplay.d.ts +0 -6
- package/dist/src/ui/components/ConfigInitDisplay.js +0 -42
- package/dist/src/ui/components/ConfigInitDisplay.js.map +0 -1
- package/dist/src/ui/components/ConsentPrompt.d.ts +0 -13
- package/dist/src/ui/components/ConsentPrompt.js +0 -19
- package/dist/src/ui/components/ConsentPrompt.js.map +0 -1
- package/dist/src/ui/components/ConsentPrompt.test.d.ts +0 -6
- package/dist/src/ui/components/ConsentPrompt.test.js +0 -67
- package/dist/src/ui/components/ConsentPrompt.test.js.map +0 -1
- package/dist/src/ui/components/ConsoleSummaryDisplay.d.ts +0 -11
- package/dist/src/ui/components/ConsoleSummaryDisplay.js +0 -11
- package/dist/src/ui/components/ConsoleSummaryDisplay.js.map +0 -1
- package/dist/src/ui/components/ContextSummaryDisplay.d.ts +0 -20
- package/dist/src/ui/components/ContextSummaryDisplay.js +0 -90
- package/dist/src/ui/components/ContextSummaryDisplay.js.map +0 -1
- package/dist/src/ui/components/ContextUsageDisplay.d.ts +0 -13
- package/dist/src/ui/components/ContextUsageDisplay.js +0 -42
- package/dist/src/ui/components/ContextUsageDisplay.js.map +0 -1
- package/dist/src/ui/components/DebugProfiler.d.ts +0 -6
- package/dist/src/ui/components/DebugProfiler.js +0 -27
- package/dist/src/ui/components/DebugProfiler.js.map +0 -1
- package/dist/src/ui/components/DetailedMessagesDisplay.d.ts +0 -14
- package/dist/src/ui/components/DetailedMessagesDisplay.js +0 -34
- package/dist/src/ui/components/DetailedMessagesDisplay.js.map +0 -1
- package/dist/src/ui/components/DialogManager.d.ts +0 -12
- package/dist/src/ui/components/DialogManager.js +0 -161
- package/dist/src/ui/components/DialogManager.js.map +0 -1
- package/dist/src/ui/components/EditorSettingsDialog.d.ts +0 -16
- package/dist/src/ui/components/EditorSettingsDialog.js +0 -85
- package/dist/src/ui/components/EditorSettingsDialog.js.map +0 -1
- package/dist/src/ui/components/ExitWarning.d.ts +0 -7
- package/dist/src/ui/components/ExitWarning.js +0 -9
- package/dist/src/ui/components/ExitWarning.js.map +0 -1
- package/dist/src/ui/components/FolderTrustDialog.d.ts +0 -17
- package/dist/src/ui/components/FolderTrustDialog.js +0 -58
- package/dist/src/ui/components/FolderTrustDialog.js.map +0 -1
- package/dist/src/ui/components/FolderTrustDialog.test.d.ts +0 -6
- package/dist/src/ui/components/FolderTrustDialog.test.js +0 -88
- package/dist/src/ui/components/FolderTrustDialog.test.js.map +0 -1
- package/dist/src/ui/components/Footer.d.ts +0 -7
- package/dist/src/ui/components/Footer.js +0 -46
- package/dist/src/ui/components/Footer.js.map +0 -1
- package/dist/src/ui/components/GeminiRespondingSpinner.d.ts +0 -22
- package/dist/src/ui/components/GeminiRespondingSpinner.js +0 -23
- package/dist/src/ui/components/GeminiRespondingSpinner.js.map +0 -1
- package/dist/src/ui/components/Header.d.ts +0 -13
- package/dist/src/ui/components/Header.js +0 -28
- package/dist/src/ui/components/Header.js.map +0 -1
- package/dist/src/ui/components/Header.test.d.ts +0 -6
- package/dist/src/ui/components/Header.test.js +0 -37
- package/dist/src/ui/components/Header.test.js.map +0 -1
- package/dist/src/ui/components/Help.d.ts +0 -12
- package/dist/src/ui/components/Help.js +0 -34
- package/dist/src/ui/components/Help.js.map +0 -1
- package/dist/src/ui/components/Help.test.d.ts +0 -6
- package/dist/src/ui/components/Help.test.js +0 -63
- package/dist/src/ui/components/Help.test.js.map +0 -1
- package/dist/src/ui/components/HistoryItemDisplay.d.ts +0 -21
- package/dist/src/ui/components/HistoryItemDisplay.js +0 -33
- package/dist/src/ui/components/HistoryItemDisplay.js.map +0 -1
- package/dist/src/ui/components/HistoryItemDisplay.test.d.ts +0 -6
- package/dist/src/ui/components/HistoryItemDisplay.test.js +0 -186
- package/dist/src/ui/components/HistoryItemDisplay.test.js.map +0 -1
- package/dist/src/ui/components/IdeTrustChangeDialog.d.ts +0 -11
- package/dist/src/ui/components/IdeTrustChangeDialog.js +0 -32
- package/dist/src/ui/components/IdeTrustChangeDialog.js.map +0 -1
- package/dist/src/ui/components/IdeTrustChangeDialog.test.d.ts +0 -6
- package/dist/src/ui/components/IdeTrustChangeDialog.test.js +0 -57
- package/dist/src/ui/components/IdeTrustChangeDialog.test.js.map +0 -1
- package/dist/src/ui/components/InputPrompt.d.ts +0 -37
- package/dist/src/ui/components/InputPrompt.js +0 -585
- package/dist/src/ui/components/InputPrompt.js.map +0 -1
- package/dist/src/ui/components/LoadingIndicator.d.ts +0 -15
- package/dist/src/ui/components/LoadingIndicator.js +0 -30
- package/dist/src/ui/components/LoadingIndicator.js.map +0 -1
- package/dist/src/ui/components/LoadingIndicator.test.d.ts +0 -6
- package/dist/src/ui/components/LoadingIndicator.test.js +0 -194
- package/dist/src/ui/components/LoadingIndicator.test.js.map +0 -1
- package/dist/src/ui/components/LoopDetectionConfirmation.d.ts +0 -13
- package/dist/src/ui/components/LoopDetectionConfirmation.js +0 -37
- package/dist/src/ui/components/LoopDetectionConfirmation.js.map +0 -1
- package/dist/src/ui/components/LoopDetectionConfirmation.test.d.ts +0 -6
- package/dist/src/ui/components/LoopDetectionConfirmation.test.js +0 -28
- package/dist/src/ui/components/LoopDetectionConfirmation.test.js.map +0 -1
- package/dist/src/ui/components/MainContent.d.ts +0 -6
- package/dist/src/ui/components/MainContent.js +0 -28
- package/dist/src/ui/components/MainContent.js.map +0 -1
- package/dist/src/ui/components/MemoryUsageDisplay.d.ts +0 -7
- package/dist/src/ui/components/MemoryUsageDisplay.js +0 -24
- package/dist/src/ui/components/MemoryUsageDisplay.js.map +0 -1
- package/dist/src/ui/components/ModelDialog.d.ts +0 -13
- package/dist/src/ui/components/ModelDialog.js +0 -63
- package/dist/src/ui/components/ModelDialog.js.map +0 -1
- package/dist/src/ui/components/ModelDialog.test.d.ts +0 -6
- package/dist/src/ui/components/ModelDialog.test.js +0 -158
- package/dist/src/ui/components/ModelDialog.test.js.map +0 -1
- package/dist/src/ui/components/ModelStatsDisplay.d.ts +0 -7
- package/dist/src/ui/components/ModelStatsDisplay.js +0 -34
- package/dist/src/ui/components/ModelStatsDisplay.js.map +0 -1
- package/dist/src/ui/components/ModelSwitchDialog.d.ts +0 -17
- package/dist/src/ui/components/ModelSwitchDialog.js +0 -41
- package/dist/src/ui/components/ModelSwitchDialog.js.map +0 -1
- package/dist/src/ui/components/ModelSwitchDialog.test.d.ts +0 -6
- package/dist/src/ui/components/ModelSwitchDialog.test.js +0 -129
- package/dist/src/ui/components/ModelSwitchDialog.test.js.map +0 -1
- package/dist/src/ui/components/Notifications.d.ts +0 -6
- package/dist/src/ui/components/Notifications.js +0 -23
- package/dist/src/ui/components/Notifications.js.map +0 -1
- package/dist/src/ui/components/OpenAIKeyPrompt.d.ts +0 -33
- package/dist/src/ui/components/OpenAIKeyPrompt.js +0 -170
- package/dist/src/ui/components/OpenAIKeyPrompt.js.map +0 -1
- package/dist/src/ui/components/OpenAIKeyPrompt.test.d.ts +0 -6
- package/dist/src/ui/components/OpenAIKeyPrompt.test.js +0 -51
- package/dist/src/ui/components/OpenAIKeyPrompt.test.js.map +0 -1
- package/dist/src/ui/components/PermissionsModifyTrustDialog.d.ts +0 -13
- package/dist/src/ui/components/PermissionsModifyTrustDialog.js +0 -48
- package/dist/src/ui/components/PermissionsModifyTrustDialog.js.map +0 -1
- package/dist/src/ui/components/PermissionsModifyTrustDialog.test.d.ts +0 -6
- package/dist/src/ui/components/PermissionsModifyTrustDialog.test.js +0 -154
- package/dist/src/ui/components/PermissionsModifyTrustDialog.test.js.map +0 -1
- package/dist/src/ui/components/PlanSummaryDisplay.d.ts +0 -14
- package/dist/src/ui/components/PlanSummaryDisplay.js +0 -9
- package/dist/src/ui/components/PlanSummaryDisplay.js.map +0 -1
- package/dist/src/ui/components/PrepareLabel.d.ts +0 -15
- package/dist/src/ui/components/PrepareLabel.js +0 -72
- package/dist/src/ui/components/PrepareLabel.js.map +0 -1
- package/dist/src/ui/components/PrepareLabel.test.d.ts +0 -6
- package/dist/src/ui/components/PrepareLabel.test.js +0 -71
- package/dist/src/ui/components/PrepareLabel.test.js.map +0 -1
- package/dist/src/ui/components/QueuedMessageDisplay.d.ts +0 -9
- package/dist/src/ui/components/QueuedMessageDisplay.js +0 -20
- package/dist/src/ui/components/QueuedMessageDisplay.js.map +0 -1
- package/dist/src/ui/components/QueuedMessageDisplay.test.d.ts +0 -6
- package/dist/src/ui/components/QueuedMessageDisplay.test.js +0 -56
- package/dist/src/ui/components/QueuedMessageDisplay.test.js.map +0 -1
- package/dist/src/ui/components/QuittingDisplay.d.ts +0 -6
- package/dist/src/ui/components/QuittingDisplay.js +0 -20
- package/dist/src/ui/components/QuittingDisplay.js.map +0 -1
- package/dist/src/ui/components/QwenOAuthProgress.d.ts +0 -16
- package/dist/src/ui/components/QwenOAuthProgress.js +0 -111
- package/dist/src/ui/components/QwenOAuthProgress.js.map +0 -1
- package/dist/src/ui/components/QwenOAuthProgress.test.d.ts +0 -6
- package/dist/src/ui/components/QwenOAuthProgress.test.js +0 -364
- package/dist/src/ui/components/QwenOAuthProgress.test.js.map +0 -1
- package/dist/src/ui/components/SessionPicker.d.ts +0 -18
- package/dist/src/ui/components/SessionPicker.js +0 -69
- package/dist/src/ui/components/SessionPicker.js.map +0 -1
- package/dist/src/ui/components/SessionSummaryDisplay.d.ts +0 -11
- package/dist/src/ui/components/SessionSummaryDisplay.js +0 -17
- package/dist/src/ui/components/SessionSummaryDisplay.js.map +0 -1
- package/dist/src/ui/components/SettingsDialog.d.ts +0 -18
- package/dist/src/ui/components/SettingsDialog.js +0 -647
- package/dist/src/ui/components/SettingsDialog.js.map +0 -1
- package/dist/src/ui/components/SettingsDialog.test.d.ts +0 -6
- package/dist/src/ui/components/SettingsDialog.test.js +0 -1037
- package/dist/src/ui/components/SettingsDialog.test.js.map +0 -1
- package/dist/src/ui/components/ShellConfirmationDialog.d.ts +0 -15
- package/dist/src/ui/components/ShellConfirmationDialog.js +0 -50
- package/dist/src/ui/components/ShellConfirmationDialog.js.map +0 -1
- package/dist/src/ui/components/ShellConfirmationDialog.test.d.ts +0 -6
- package/dist/src/ui/components/ShellConfirmationDialog.test.js +0 -40
- package/dist/src/ui/components/ShellConfirmationDialog.test.js.map +0 -1
- package/dist/src/ui/components/ShellInputPrompt.d.ts +0 -11
- package/dist/src/ui/components/ShellInputPrompt.js +0 -36
- package/dist/src/ui/components/ShellInputPrompt.js.map +0 -1
- package/dist/src/ui/components/ShellModeIndicator.d.ts +0 -7
- package/dist/src/ui/components/ShellModeIndicator.js +0 -5
- package/dist/src/ui/components/ShellModeIndicator.js.map +0 -1
- package/dist/src/ui/components/ShowMoreLines.d.ts +0 -10
- package/dist/src/ui/components/ShowMoreLines.js +0 -24
- package/dist/src/ui/components/ShowMoreLines.js.map +0 -1
- package/dist/src/ui/components/StandaloneSessionPicker.d.ts +0 -10
- package/dist/src/ui/components/StandaloneSessionPicker.js +0 -78
- package/dist/src/ui/components/StandaloneSessionPicker.js.map +0 -1
- package/dist/src/ui/components/StandaloneSessionPicker.test.d.ts +0 -6
- package/dist/src/ui/components/StandaloneSessionPicker.test.js +0 -410
- package/dist/src/ui/components/StandaloneSessionPicker.test.js.map +0 -1
- package/dist/src/ui/components/StatsDisplay.d.ts +0 -12
- package/dist/src/ui/components/StatsDisplay.js +0 -44
- package/dist/src/ui/components/StatsDisplay.js.map +0 -1
- package/dist/src/ui/components/SuggestionsDisplay.d.ts +0 -27
- package/dist/src/ui/components/SuggestionsDisplay.js +0 -41
- package/dist/src/ui/components/SuggestionsDisplay.js.map +0 -1
- package/dist/src/ui/components/ThemeDialog.d.ts +0 -20
- package/dist/src/ui/components/ThemeDialog.js +0 -126
- package/dist/src/ui/components/ThemeDialog.js.map +0 -1
- package/dist/src/ui/components/ThemeDialog.test.d.ts +0 -6
- package/dist/src/ui/components/ThemeDialog.test.js +0 -75
- package/dist/src/ui/components/ThemeDialog.test.js.map +0 -1
- package/dist/src/ui/components/Tips.d.ts +0 -12
- package/dist/src/ui/components/Tips.js +0 -9
- package/dist/src/ui/components/Tips.js.map +0 -1
- package/dist/src/ui/components/TodoDisplay.d.ts +0 -16
- package/dist/src/ui/components/TodoDisplay.js +0 -27
- package/dist/src/ui/components/TodoDisplay.js.map +0 -1
- package/dist/src/ui/components/TodoDisplay.test.d.ts +0 -6
- package/dist/src/ui/components/TodoDisplay.test.js +0 -77
- package/dist/src/ui/components/TodoDisplay.test.js.map +0 -1
- package/dist/src/ui/components/ToolStatsDisplay.d.ts +0 -7
- package/dist/src/ui/components/ToolStatsDisplay.js +0 -42
- package/dist/src/ui/components/ToolStatsDisplay.js.map +0 -1
- package/dist/src/ui/components/UpdateNotification.d.ts +0 -10
- package/dist/src/ui/components/UpdateNotification.js +0 -10
- package/dist/src/ui/components/UpdateNotification.js.map +0 -1
- package/dist/src/ui/components/WelcomeBackDialog.d.ts +0 -13
- package/dist/src/ui/components/WelcomeBackDialog.js +0 -43
- package/dist/src/ui/components/WelcomeBackDialog.js.map +0 -1
- package/dist/src/ui/components/WorkspaceMigrationDialog.d.ts +0 -11
- package/dist/src/ui/components/WorkspaceMigrationDialog.js +0 -45
- package/dist/src/ui/components/WorkspaceMigrationDialog.js.map +0 -1
- package/dist/src/ui/components/messages/CompressionMessage.d.ts +0 -10
- package/dist/src/ui/components/messages/CompressionMessage.js +0 -50
- package/dist/src/ui/components/messages/CompressionMessage.js.map +0 -1
- package/dist/src/ui/components/messages/CompressionMessage.test.d.ts +0 -6
- package/dist/src/ui/components/messages/CompressionMessage.test.js +0 -160
- package/dist/src/ui/components/messages/CompressionMessage.test.js.map +0 -1
- package/dist/src/ui/components/messages/DiffRenderer.d.ts +0 -17
- package/dist/src/ui/components/messages/DiffRenderer.js +0 -218
- package/dist/src/ui/components/messages/DiffRenderer.js.map +0 -1
- package/dist/src/ui/components/messages/DiffRenderer.test.d.ts +0 -6
- package/dist/src/ui/components/messages/DiffRenderer.test.js +0 -239
- package/dist/src/ui/components/messages/DiffRenderer.test.js.map +0 -1
- package/dist/src/ui/components/messages/ErrorMessage.d.ts +0 -11
- package/dist/src/ui/components/messages/ErrorMessage.js +0 -9
- package/dist/src/ui/components/messages/ErrorMessage.js.map +0 -1
- package/dist/src/ui/components/messages/GeminiMessage.d.ts +0 -14
- package/dist/src/ui/components/messages/GeminiMessage.js +0 -11
- package/dist/src/ui/components/messages/GeminiMessage.js.map +0 -1
- package/dist/src/ui/components/messages/GeminiMessageContent.d.ts +0 -14
- package/dist/src/ui/components/messages/GeminiMessageContent.js +0 -15
- package/dist/src/ui/components/messages/GeminiMessageContent.js.map +0 -1
- package/dist/src/ui/components/messages/GeminiThoughtMessage.d.ts +0 -18
- package/dist/src/ui/components/messages/GeminiThoughtMessage.js +0 -14
- package/dist/src/ui/components/messages/GeminiThoughtMessage.js.map +0 -1
- package/dist/src/ui/components/messages/GeminiThoughtMessageContent.d.ts +0 -18
- package/dist/src/ui/components/messages/GeminiThoughtMessageContent.js +0 -14
- package/dist/src/ui/components/messages/GeminiThoughtMessageContent.js.map +0 -1
- package/dist/src/ui/components/messages/InfoMessage.d.ts +0 -11
- package/dist/src/ui/components/messages/InfoMessage.js +0 -14
- package/dist/src/ui/components/messages/InfoMessage.js.map +0 -1
- package/dist/src/ui/components/messages/SummaryMessage.d.ts +0 -11
- package/dist/src/ui/components/messages/SummaryMessage.js +0 -35
- package/dist/src/ui/components/messages/SummaryMessage.js.map +0 -1
- package/dist/src/ui/components/messages/ToolConfirmationMessage.d.ts +0 -16
- package/dist/src/ui/components/messages/ToolConfirmationMessage.js +0 -245
- package/dist/src/ui/components/messages/ToolConfirmationMessage.js.map +0 -1
- package/dist/src/ui/components/messages/ToolConfirmationMessage.test.d.ts +0 -6
- package/dist/src/ui/components/messages/ToolConfirmationMessage.test.js +0 -165
- package/dist/src/ui/components/messages/ToolConfirmationMessage.test.js.map +0 -1
- package/dist/src/ui/components/messages/ToolGroupMessage.d.ts +0 -19
- package/dist/src/ui/components/messages/ToolGroupMessage.js +0 -58
- package/dist/src/ui/components/messages/ToolGroupMessage.js.map +0 -1
- package/dist/src/ui/components/messages/ToolGroupMessage.test.d.ts +0 -6
- package/dist/src/ui/components/messages/ToolGroupMessage.test.js +0 -261
- package/dist/src/ui/components/messages/ToolGroupMessage.test.js.map +0 -1
- package/dist/src/ui/components/messages/ToolMessage.d.ts +0 -19
- package/dist/src/ui/components/messages/ToolMessage.js +0 -180
- package/dist/src/ui/components/messages/ToolMessage.js.map +0 -1
- package/dist/src/ui/components/messages/ToolMessage.test.d.ts +0 -6
- package/dist/src/ui/components/messages/ToolMessage.test.js +0 -182
- package/dist/src/ui/components/messages/ToolMessage.test.js.map +0 -1
- package/dist/src/ui/components/messages/UserMessage.d.ts +0 -11
- package/dist/src/ui/components/messages/UserMessage.js +0 -13
- package/dist/src/ui/components/messages/UserMessage.js.map +0 -1
- package/dist/src/ui/components/messages/UserShellMessage.d.ts +0 -11
- package/dist/src/ui/components/messages/UserShellMessage.js +0 -9
- package/dist/src/ui/components/messages/UserShellMessage.js.map +0 -1
- package/dist/src/ui/components/messages/WarningMessage.d.ts +0 -11
- package/dist/src/ui/components/messages/WarningMessage.js +0 -10
- package/dist/src/ui/components/messages/WarningMessage.js.map +0 -1
- package/dist/src/ui/components/shared/BaseSelectionList.d.ts +0 -38
- package/dist/src/ui/components/shared/BaseSelectionList.js +0 -72
- package/dist/src/ui/components/shared/BaseSelectionList.js.map +0 -1
- package/dist/src/ui/components/shared/BaseSelectionList.test.d.ts +0 -6
- package/dist/src/ui/components/shared/BaseSelectionList.test.js +0 -376
- package/dist/src/ui/components/shared/BaseSelectionList.test.js.map +0 -1
- package/dist/src/ui/components/shared/DescriptiveRadioButtonSelect.d.ts +0 -35
- package/dist/src/ui/components/shared/DescriptiveRadioButtonSelect.js +0 -13
- package/dist/src/ui/components/shared/DescriptiveRadioButtonSelect.js.map +0 -1
- package/dist/src/ui/components/shared/DescriptiveRadioButtonSelect.test.d.ts +0 -6
- package/dist/src/ui/components/shared/DescriptiveRadioButtonSelect.test.js +0 -79
- package/dist/src/ui/components/shared/DescriptiveRadioButtonSelect.test.js.map +0 -1
- package/dist/src/ui/components/shared/EnumSelector.d.ts +0 -18
- package/dist/src/ui/components/shared/EnumSelector.js +0 -44
- package/dist/src/ui/components/shared/EnumSelector.js.map +0 -1
- package/dist/src/ui/components/shared/EnumSelector.test.d.ts +0 -6
- package/dist/src/ui/components/shared/EnumSelector.test.js +0 -70
- package/dist/src/ui/components/shared/EnumSelector.test.js.map +0 -1
- package/dist/src/ui/components/shared/MaxSizedBox.d.ts +0 -61
- package/dist/src/ui/components/shared/MaxSizedBox.js +0 -451
- package/dist/src/ui/components/shared/MaxSizedBox.js.map +0 -1
- package/dist/src/ui/components/shared/MaxSizedBox.test.d.ts +0 -6
- package/dist/src/ui/components/shared/MaxSizedBox.test.js +0 -154
- package/dist/src/ui/components/shared/MaxSizedBox.test.js.map +0 -1
- package/dist/src/ui/components/shared/RadioButtonSelect.d.ts +0 -45
- package/dist/src/ui/components/shared/RadioButtonSelect.js +0 -21
- package/dist/src/ui/components/shared/RadioButtonSelect.js.map +0 -1
- package/dist/src/ui/components/shared/RadioButtonSelect.test.d.ts +0 -6
- package/dist/src/ui/components/shared/RadioButtonSelect.test.js +0 -134
- package/dist/src/ui/components/shared/RadioButtonSelect.test.js.map +0 -1
- package/dist/src/ui/components/shared/ScopeSelector.d.ts +0 -19
- package/dist/src/ui/components/shared/ScopeSelector.js +0 -16
- package/dist/src/ui/components/shared/ScopeSelector.js.map +0 -1
- package/dist/src/ui/components/shared/TextInput.d.ts +0 -16
- package/dist/src/ui/components/shared/TextInput.js +0 -127
- package/dist/src/ui/components/shared/TextInput.js.map +0 -1
- package/dist/src/ui/components/shared/text-buffer.d.ts +0 -490
- package/dist/src/ui/components/shared/text-buffer.js +0 -1598
- package/dist/src/ui/components/shared/text-buffer.js.map +0 -1
- package/dist/src/ui/components/shared/vim-buffer-actions.d.ts +0 -72
- package/dist/src/ui/components/shared/vim-buffer-actions.js +0 -552
- package/dist/src/ui/components/shared/vim-buffer-actions.js.map +0 -1
- package/dist/src/ui/components/subagents/constants.d.ts +0 -23
- package/dist/src/ui/components/subagents/constants.js +0 -67
- package/dist/src/ui/components/subagents/constants.js.map +0 -1
- package/dist/src/ui/components/subagents/create/AgentCreationWizard.d.ts +0 -15
- package/dist/src/ui/components/subagents/create/AgentCreationWizard.js +0 -186
- package/dist/src/ui/components/subagents/create/AgentCreationWizard.js.map +0 -1
- package/dist/src/ui/components/subagents/create/ColorSelector.d.ts +0 -15
- package/dist/src/ui/components/subagents/create/ColorSelector.js +0 -43
- package/dist/src/ui/components/subagents/create/ColorSelector.js.map +0 -1
- package/dist/src/ui/components/subagents/create/CreationSummary.d.ts +0 -10
- package/dist/src/ui/components/subagents/create/CreationSummary.js +0 -174
- package/dist/src/ui/components/subagents/create/CreationSummary.js.map +0 -1
- package/dist/src/ui/components/subagents/create/DescriptionInput.d.ts +0 -10
- package/dist/src/ui/components/subagents/create/DescriptionInput.js +0 -107
- package/dist/src/ui/components/subagents/create/DescriptionInput.js.map +0 -1
- package/dist/src/ui/components/subagents/create/GenerationMethodSelector.d.ts +0 -10
- package/dist/src/ui/components/subagents/create/GenerationMethodSelector.js +0 -39
- package/dist/src/ui/components/subagents/create/GenerationMethodSelector.js.map +0 -1
- package/dist/src/ui/components/subagents/create/LocationSelector.d.ts +0 -10
- package/dist/src/ui/components/subagents/create/LocationSelector.js +0 -39
- package/dist/src/ui/components/subagents/create/LocationSelector.js.map +0 -1
- package/dist/src/ui/components/subagents/create/TextEntryStep.d.ts +0 -26
- package/dist/src/ui/components/subagents/create/TextEntryStep.js +0 -28
- package/dist/src/ui/components/subagents/create/TextEntryStep.js.map +0 -1
- package/dist/src/ui/components/subagents/create/ToolSelector.d.ts +0 -16
- package/dist/src/ui/components/subagents/create/ToolSelector.js +0 -145
- package/dist/src/ui/components/subagents/create/ToolSelector.js.map +0 -1
- package/dist/src/ui/components/subagents/index.d.ts +0 -8
- package/dist/src/ui/components/subagents/index.js +0 -12
- package/dist/src/ui/components/subagents/index.js.map +0 -1
- package/dist/src/ui/components/subagents/manage/ActionSelectionStep.d.ts +0 -13
- package/dist/src/ui/components/subagents/manage/ActionSelectionStep.js +0 -71
- package/dist/src/ui/components/subagents/manage/ActionSelectionStep.js.map +0 -1
- package/dist/src/ui/components/subagents/manage/AgentDeleteStep.d.ts +0 -13
- package/dist/src/ui/components/subagents/manage/AgentDeleteStep.js +0 -36
- package/dist/src/ui/components/subagents/manage/AgentDeleteStep.js.map +0 -1
- package/dist/src/ui/components/subagents/manage/AgentEditStep.d.ts +0 -15
- package/dist/src/ui/components/subagents/manage/AgentEditStep.js +0 -76
- package/dist/src/ui/components/subagents/manage/AgentEditStep.js.map +0 -1
- package/dist/src/ui/components/subagents/manage/AgentSelectionStep.d.ts +0 -12
- package/dist/src/ui/components/subagents/manage/AgentSelectionStep.js +0 -231
- package/dist/src/ui/components/subagents/manage/AgentSelectionStep.js.map +0 -1
- package/dist/src/ui/components/subagents/manage/AgentViewerStep.d.ts +0 -11
- package/dist/src/ui/components/subagents/manage/AgentViewerStep.js +0 -20
- package/dist/src/ui/components/subagents/manage/AgentViewerStep.js.map +0 -1
- package/dist/src/ui/components/subagents/manage/AgentsManagerDialog.d.ts +0 -15
- package/dist/src/ui/components/subagents/manage/AgentsManagerDialog.js +0 -212
- package/dist/src/ui/components/subagents/manage/AgentsManagerDialog.js.map +0 -1
- package/dist/src/ui/components/subagents/reducers.d.ts +0 -14
- package/dist/src/ui/components/subagents/reducers.js +0 -162
- package/dist/src/ui/components/subagents/reducers.js.map +0 -1
- package/dist/src/ui/components/subagents/runtime/AgentExecutionDisplay.d.ts +0 -20
- package/dist/src/ui/components/subagents/runtime/AgentExecutionDisplay.js +0 -193
- package/dist/src/ui/components/subagents/runtime/AgentExecutionDisplay.js.map +0 -1
- package/dist/src/ui/components/subagents/types.d.ts +0 -137
- package/dist/src/ui/components/subagents/types.js +0 -15
- package/dist/src/ui/components/subagents/types.js.map +0 -1
- package/dist/src/ui/components/subagents/utils.d.ts +0 -15
- package/dist/src/ui/components/subagents/utils.js +0 -79
- package/dist/src/ui/components/subagents/utils.js.map +0 -1
- package/dist/src/ui/components/ums/UMSKeyPrompt.d.ts +0 -12
- package/dist/src/ui/components/ums/UMSKeyPrompt.js +0 -141
- package/dist/src/ui/components/ums/UMSKeyPrompt.js.map +0 -1
- package/dist/src/ui/components/ums/umsStartupWarnings.d.ts +0 -6
- package/dist/src/ui/components/ums/umsStartupWarnings.js +0 -47
- package/dist/src/ui/components/ums/umsStartupWarnings.js.map +0 -1
- package/dist/src/ui/components/ums/useUMSAuth.d.ts +0 -20
- package/dist/src/ui/components/ums/useUMSAuth.js +0 -78
- package/dist/src/ui/components/ums/useUMSAuth.js.map +0 -1
- package/dist/src/ui/components/views/ExtensionsList.d.ts +0 -6
- package/dist/src/ui/components/views/ExtensionsList.js +0 -47
- package/dist/src/ui/components/views/ExtensionsList.js.map +0 -1
- package/dist/src/ui/components/views/ExtensionsList.test.d.ts +0 -6
- package/dist/src/ui/components/views/ExtensionsList.test.js +0 -97
- package/dist/src/ui/components/views/ExtensionsList.test.js.map +0 -1
- package/dist/src/ui/components/views/McpStatus.d.ts +0 -27
- package/dist/src/ui/components/views/McpStatus.js +0 -90
- package/dist/src/ui/components/views/McpStatus.js.map +0 -1
- package/dist/src/ui/components/views/McpStatus.test.d.ts +0 -6
- package/dist/src/ui/components/views/McpStatus.test.js +0 -117
- package/dist/src/ui/components/views/McpStatus.test.js.map +0 -1
- package/dist/src/ui/components/views/ToolsList.d.ts +0 -14
- package/dist/src/ui/components/views/ToolsList.js +0 -8
- package/dist/src/ui/components/views/ToolsList.js.map +0 -1
- package/dist/src/ui/components/views/ToolsList.test.d.ts +0 -6
- package/dist/src/ui/components/views/ToolsList.test.js +0 -45
- package/dist/src/ui/components/views/ToolsList.test.js.map +0 -1
- package/dist/src/ui/constants.d.ts +0 -18
- package/dist/src/ui/constants.js +0 -23
- package/dist/src/ui/constants.js.map +0 -1
- package/dist/src/ui/contexts/AppContext.d.ts +0 -11
- package/dist/src/ui/contexts/AppContext.js +0 -15
- package/dist/src/ui/contexts/AppContext.js.map +0 -1
- package/dist/src/ui/contexts/ConfigContext.d.ts +0 -9
- package/dist/src/ui/contexts/ConfigContext.js +0 -16
- package/dist/src/ui/contexts/ConfigContext.js.map +0 -1
- package/dist/src/ui/contexts/KeypressContext.d.ts +0 -35
- package/dist/src/ui/contexts/KeypressContext.js +0 -636
- package/dist/src/ui/contexts/KeypressContext.js.map +0 -1
- package/dist/src/ui/contexts/KeypressContext.test.d.ts +0 -6
- package/dist/src/ui/contexts/KeypressContext.test.js +0 -1180
- package/dist/src/ui/contexts/KeypressContext.test.js.map +0 -1
- package/dist/src/ui/contexts/OverflowContext.d.ts +0 -19
- package/dist/src/ui/contexts/OverflowContext.js +0 -38
- package/dist/src/ui/contexts/OverflowContext.js.map +0 -1
- package/dist/src/ui/contexts/SessionContext.d.ts +0 -47
- package/dist/src/ui/contexts/SessionContext.js +0 -165
- package/dist/src/ui/contexts/SessionContext.js.map +0 -1
- package/dist/src/ui/contexts/SettingsContext.d.ts +0 -9
- package/dist/src/ui/contexts/SettingsContext.js +0 -15
- package/dist/src/ui/contexts/SettingsContext.js.map +0 -1
- package/dist/src/ui/contexts/ShellFocusContext.d.ts +0 -7
- package/dist/src/ui/contexts/ShellFocusContext.js +0 -9
- package/dist/src/ui/contexts/ShellFocusContext.js.map +0 -1
- package/dist/src/ui/contexts/StreamingContext.d.ts +0 -9
- package/dist/src/ui/contexts/StreamingContext.js +0 -15
- package/dist/src/ui/contexts/StreamingContext.js.map +0 -1
- package/dist/src/ui/contexts/UIActionsContext.d.ts +0 -48
- package/dist/src/ui/contexts/UIActionsContext.js +0 -22
- package/dist/src/ui/contexts/UIActionsContext.js.map +0 -1
- package/dist/src/ui/contexts/UIStateContext.d.ts +0 -107
- package/dist/src/ui/contexts/UIStateContext.js +0 -17
- package/dist/src/ui/contexts/UIStateContext.js.map +0 -1
- package/dist/src/ui/contexts/VimModeContext.d.ts +0 -19
- package/dist/src/ui/contexts/VimModeContext.js +0 -48
- package/dist/src/ui/contexts/VimModeContext.js.map +0 -1
- package/dist/src/ui/editors/editorSettingsManager.d.ts +0 -19
- package/dist/src/ui/editors/editorSettingsManager.js +0 -48
- package/dist/src/ui/editors/editorSettingsManager.js.map +0 -1
- package/dist/src/ui/hooks/atCommandProcessor.d.ts +0 -31
- package/dist/src/ui/hooks/atCommandProcessor.js +0 -364
- package/dist/src/ui/hooks/atCommandProcessor.js.map +0 -1
- package/dist/src/ui/hooks/atCommandProcessor.test.d.ts +0 -6
- package/dist/src/ui/hooks/atCommandProcessor.test.js +0 -836
- package/dist/src/ui/hooks/atCommandProcessor.test.js.map +0 -1
- package/dist/src/ui/hooks/keyToAnsi.d.ts +0 -15
- package/dist/src/ui/hooks/keyToAnsi.js +0 -67
- package/dist/src/ui/hooks/keyToAnsi.js.map +0 -1
- package/dist/src/ui/hooks/shellCommandProcessor.d.ts +0 -18
- package/dist/src/ui/hooks/shellCommandProcessor.js +0 -284
- package/dist/src/ui/hooks/shellCommandProcessor.js.map +0 -1
- package/dist/src/ui/hooks/shellCommandProcessor.test.d.ts +0 -6
- package/dist/src/ui/hooks/shellCommandProcessor.test.js +0 -508
- package/dist/src/ui/hooks/shellCommandProcessor.test.js.map +0 -1
- package/dist/src/ui/hooks/slashCommandProcessor.d.ts +0 -46
- package/dist/src/ui/hooks/slashCommandProcessor.js +0 -498
- package/dist/src/ui/hooks/slashCommandProcessor.js.map +0 -1
- package/dist/src/ui/hooks/useAgentsManagerDialog.d.ts +0 -11
- package/dist/src/ui/hooks/useAgentsManagerDialog.js +0 -21
- package/dist/src/ui/hooks/useAgentsManagerDialog.js.map +0 -1
- package/dist/src/ui/hooks/useApprovalModeCommand.d.ts +0 -14
- package/dist/src/ui/hooks/useApprovalModeCommand.js +0 -33
- package/dist/src/ui/hooks/useApprovalModeCommand.js.map +0 -1
- package/dist/src/ui/hooks/useAtCompletion.d.ts +0 -23
- package/dist/src/ui/hooks/useAtCompletion.js +0 -179
- package/dist/src/ui/hooks/useAtCompletion.js.map +0 -1
- package/dist/src/ui/hooks/useAttentionNotifications.d.ts +0 -16
- package/dist/src/ui/hooks/useAttentionNotifications.js +0 -46
- package/dist/src/ui/hooks/useAttentionNotifications.js.map +0 -1
- package/dist/src/ui/hooks/useAttentionNotifications.test.d.ts +0 -6
- package/dist/src/ui/hooks/useAttentionNotifications.test.js +0 -150
- package/dist/src/ui/hooks/useAttentionNotifications.test.js.map +0 -1
- package/dist/src/ui/hooks/useAutoAcceptIndicator.d.ts +0 -13
- package/dist/src/ui/hooks/useAutoAcceptIndicator.js +0 -40
- package/dist/src/ui/hooks/useAutoAcceptIndicator.js.map +0 -1
- package/dist/src/ui/hooks/useAutoAcceptIndicator.test.d.ts +0 -6
- package/dist/src/ui/hooks/useAutoAcceptIndicator.test.js +0 -306
- package/dist/src/ui/hooks/useAutoAcceptIndicator.test.js.map +0 -1
- package/dist/src/ui/hooks/useBracketedPaste.d.ts +0 -12
- package/dist/src/ui/hooks/useBracketedPaste.js +0 -32
- package/dist/src/ui/hooks/useBracketedPaste.js.map +0 -1
- package/dist/src/ui/hooks/useCommandCompletion.d.ts +0 -29
- package/dist/src/ui/hooks/useCommandCompletion.js +0 -164
- package/dist/src/ui/hooks/useCommandCompletion.js.map +0 -1
- package/dist/src/ui/hooks/useCompletion.d.ts +0 -24
- package/dist/src/ui/hooks/useCompletion.js +0 -88
- package/dist/src/ui/hooks/useCompletion.js.map +0 -1
- package/dist/src/ui/hooks/useConsoleMessages.d.ts +0 -12
- package/dist/src/ui/hooks/useConsoleMessages.js +0 -76
- package/dist/src/ui/hooks/useConsoleMessages.js.map +0 -1
- package/dist/src/ui/hooks/useDialogClose.d.ts +0 -32
- package/dist/src/ui/hooks/useDialogClose.js +0 -51
- package/dist/src/ui/hooks/useDialogClose.js.map +0 -1
- package/dist/src/ui/hooks/useEditorSettings.d.ts +0 -16
- package/dist/src/ui/hooks/useEditorSettings.js +0 -43
- package/dist/src/ui/hooks/useEditorSettings.js.map +0 -1
- package/dist/src/ui/hooks/useEditorSettings.test.d.ts +0 -6
- package/dist/src/ui/hooks/useEditorSettings.test.js +0 -164
- package/dist/src/ui/hooks/useEditorSettings.test.js.map +0 -1
- package/dist/src/ui/hooks/useExtensionUpdates.d.ts +0 -21
- package/dist/src/ui/hooks/useExtensionUpdates.js +0 -116
- package/dist/src/ui/hooks/useExtensionUpdates.js.map +0 -1
- package/dist/src/ui/hooks/useExtensionUpdates.test.d.ts +0 -6
- package/dist/src/ui/hooks/useExtensionUpdates.test.js +0 -243
- package/dist/src/ui/hooks/useExtensionUpdates.test.js.map +0 -1
- package/dist/src/ui/hooks/useFocus.d.ts +0 -10
- package/dist/src/ui/hooks/useFocus.js +0 -51
- package/dist/src/ui/hooks/useFocus.js.map +0 -1
- package/dist/src/ui/hooks/useFolderTrust.d.ts +0 -13
- package/dist/src/ui/hooks/useFolderTrust.js +0 -60
- package/dist/src/ui/hooks/useFolderTrust.js.map +0 -1
- package/dist/src/ui/hooks/useGeminiStream.d.ts +0 -39
- package/dist/src/ui/hooks/useGeminiStream.js +0 -898
- package/dist/src/ui/hooks/useGeminiStream.js.map +0 -1
- package/dist/src/ui/hooks/useGitBranchName.d.ts +0 -6
- package/dist/src/ui/hooks/useGitBranchName.js +0 -61
- package/dist/src/ui/hooks/useGitBranchName.js.map +0 -1
- package/dist/src/ui/hooks/useGitBranchName.test.d.ts +0 -6
- package/dist/src/ui/hooks/useGitBranchName.test.js +0 -189
- package/dist/src/ui/hooks/useGitBranchName.test.js.map +0 -1
- package/dist/src/ui/hooks/useHistoryManager.d.ts +0 -22
- package/dist/src/ui/hooks/useHistoryManager.js +0 -72
- package/dist/src/ui/hooks/useHistoryManager.js.map +0 -1
- package/dist/src/ui/hooks/useHistoryManager.test.d.ts +0 -6
- package/dist/src/ui/hooks/useHistoryManager.test.js +0 -171
- package/dist/src/ui/hooks/useHistoryManager.test.js.map +0 -1
- package/dist/src/ui/hooks/useIdeTrustListener.d.ts +0 -16
- package/dist/src/ui/hooks/useIdeTrustListener.js +0 -65
- package/dist/src/ui/hooks/useIdeTrustListener.js.map +0 -1
- package/dist/src/ui/hooks/useIdeTrustListener.test.d.ts +0 -6
- package/dist/src/ui/hooks/useIdeTrustListener.test.js +0 -183
- package/dist/src/ui/hooks/useIdeTrustListener.test.js.map +0 -1
- package/dist/src/ui/hooks/useInitializationAuthError.d.ts +0 -22
- package/dist/src/ui/hooks/useInitializationAuthError.js +0 -40
- package/dist/src/ui/hooks/useInitializationAuthError.js.map +0 -1
- package/dist/src/ui/hooks/useInputHistory.d.ts +0 -19
- package/dist/src/ui/hooks/useInputHistory.js +0 -84
- package/dist/src/ui/hooks/useInputHistory.js.map +0 -1
- package/dist/src/ui/hooks/useInputHistory.test.d.ts +0 -6
- package/dist/src/ui/hooks/useInputHistory.test.js +0 -207
- package/dist/src/ui/hooks/useInputHistory.test.js.map +0 -1
- package/dist/src/ui/hooks/useInputHistoryStore.d.ts +0 -19
- package/dist/src/ui/hooks/useInputHistoryStore.js +0 -81
- package/dist/src/ui/hooks/useInputHistoryStore.js.map +0 -1
- package/dist/src/ui/hooks/useInputHistoryStore.test.d.ts +0 -6
- package/dist/src/ui/hooks/useInputHistoryStore.test.js +0 -234
- package/dist/src/ui/hooks/useInputHistoryStore.test.js.map +0 -1
- package/dist/src/ui/hooks/useKeypress.d.ts +0 -17
- package/dist/src/ui/hooks/useKeypress.js +0 -27
- package/dist/src/ui/hooks/useKeypress.js.map +0 -1
- package/dist/src/ui/hooks/useKittyKeyboardProtocol.d.ts +0 -15
- package/dist/src/ui/hooks/useKittyKeyboardProtocol.js +0 -20
- package/dist/src/ui/hooks/useKittyKeyboardProtocol.js.map +0 -1
- package/dist/src/ui/hooks/useLaunchEditor.d.ts +0 -10
- package/dist/src/ui/hooks/useLaunchEditor.js +0 -70
- package/dist/src/ui/hooks/useLaunchEditor.js.map +0 -1
- package/dist/src/ui/hooks/useLoadingIndicator.d.ts +0 -10
- package/dist/src/ui/hooks/useLoadingIndicator.js +0 -44
- package/dist/src/ui/hooks/useLoadingIndicator.js.map +0 -1
- package/dist/src/ui/hooks/useLoadingIndicator.test.d.ts +0 -6
- package/dist/src/ui/hooks/useLoadingIndicator.test.js +0 -96
- package/dist/src/ui/hooks/useLoadingIndicator.test.js.map +0 -1
- package/dist/src/ui/hooks/useLogger.d.ts +0 -11
- package/dist/src/ui/hooks/useLogger.js +0 -32
- package/dist/src/ui/hooks/useLogger.js.map +0 -1
- package/dist/src/ui/hooks/useMemoryMonitor.d.ts +0 -13
- package/dist/src/ui/hooks/useMemoryMonitor.js +0 -28
- package/dist/src/ui/hooks/useMemoryMonitor.js.map +0 -1
- package/dist/src/ui/hooks/useMemoryMonitor.test.d.ts +0 -6
- package/dist/src/ui/hooks/useMemoryMonitor.test.js +0 -57
- package/dist/src/ui/hooks/useMemoryMonitor.test.js.map +0 -1
- package/dist/src/ui/hooks/useMessageQueue.d.ts +0 -23
- package/dist/src/ui/hooks/useMessageQueue.js +0 -51
- package/dist/src/ui/hooks/useMessageQueue.js.map +0 -1
- package/dist/src/ui/hooks/useMessageQueue.test.d.ts +0 -6
- package/dist/src/ui/hooks/useMessageQueue.test.js +0 -167
- package/dist/src/ui/hooks/useMessageQueue.test.js.map +0 -1
- package/dist/src/ui/hooks/useModelCommand.d.ts +0 -12
- package/dist/src/ui/hooks/useModelCommand.js +0 -21
- package/dist/src/ui/hooks/useModelCommand.js.map +0 -1
- package/dist/src/ui/hooks/useModelCommand.test.d.ts +0 -6
- package/dist/src/ui/hooks/useModelCommand.test.js +0 -35
- package/dist/src/ui/hooks/useModelCommand.test.js.map +0 -1
- package/dist/src/ui/hooks/usePermissionsModifyTrust.d.ts +0 -17
- package/dist/src/ui/hooks/usePermissionsModifyTrust.js +0 -78
- package/dist/src/ui/hooks/usePermissionsModifyTrust.js.map +0 -1
- package/dist/src/ui/hooks/usePermissionsModifyTrust.test.d.ts +0 -6
- package/dist/src/ui/hooks/usePermissionsModifyTrust.test.js +0 -182
- package/dist/src/ui/hooks/usePermissionsModifyTrust.test.js.map +0 -1
- package/dist/src/ui/hooks/usePhraseCycler.d.ts +0 -14
- package/dist/src/ui/hooks/usePhraseCycler.js +0 -68
- package/dist/src/ui/hooks/usePhraseCycler.js.map +0 -1
- package/dist/src/ui/hooks/useQwenAuth.d.ts +0 -15
- package/dist/src/ui/hooks/useQwenAuth.js +0 -74
- package/dist/src/ui/hooks/useQwenAuth.js.map +0 -1
- package/dist/src/ui/hooks/useQwenAuth.test.d.ts +0 -6
- package/dist/src/ui/hooks/useQwenAuth.test.js +0 -266
- package/dist/src/ui/hooks/useQwenAuth.test.js.map +0 -1
- package/dist/src/ui/hooks/useReactToolScheduler.d.ts +0 -34
- package/dist/src/ui/hooks/useReactToolScheduler.js +0 -192
- package/dist/src/ui/hooks/useReactToolScheduler.js.map +0 -1
- package/dist/src/ui/hooks/useRefreshMemoryCommand.d.ts +0 -6
- package/dist/src/ui/hooks/useRefreshMemoryCommand.js +0 -7
- package/dist/src/ui/hooks/useRefreshMemoryCommand.js.map +0 -1
- package/dist/src/ui/hooks/useResumeCommand.d.ts +0 -20
- package/dist/src/ui/hooks/useResumeCommand.js +0 -49
- package/dist/src/ui/hooks/useResumeCommand.js.map +0 -1
- package/dist/src/ui/hooks/useResumeCommand.test.d.ts +0 -6
- package/dist/src/ui/hooks/useResumeCommand.test.js +0 -144
- package/dist/src/ui/hooks/useResumeCommand.test.js.map +0 -1
- package/dist/src/ui/hooks/useReverseSearchCompletion.d.ts +0 -19
- package/dist/src/ui/hooks/useReverseSearchCompletion.js +0 -103
- package/dist/src/ui/hooks/useReverseSearchCompletion.js.map +0 -1
- package/dist/src/ui/hooks/useReverseSearchCompletion.test.d.ts +0 -6
- package/dist/src/ui/hooks/useReverseSearchCompletion.test.js +0 -163
- package/dist/src/ui/hooks/useReverseSearchCompletion.test.js.map +0 -1
- package/dist/src/ui/hooks/useSelectionList.d.ts +0 -34
- package/dist/src/ui/hooks/useSelectionList.js +0 -245
- package/dist/src/ui/hooks/useSelectionList.js.map +0 -1
- package/dist/src/ui/hooks/useSelectionList.test.d.ts +0 -6
- package/dist/src/ui/hooks/useSelectionList.test.js +0 -701
- package/dist/src/ui/hooks/useSelectionList.test.js.map +0 -1
- package/dist/src/ui/hooks/useSessionPicker.d.ts +0 -36
- package/dist/src/ui/hooks/useSessionPicker.js +0 -189
- package/dist/src/ui/hooks/useSessionPicker.js.map +0 -1
- package/dist/src/ui/hooks/useSettingsCommand.d.ts +0 -10
- package/dist/src/ui/hooks/useSettingsCommand.js +0 -21
- package/dist/src/ui/hooks/useSettingsCommand.js.map +0 -1
- package/dist/src/ui/hooks/useShellHistory.d.ts +0 -14
- package/dist/src/ui/hooks/useShellHistory.js +0 -111
- package/dist/src/ui/hooks/useShellHistory.js.map +0 -1
- package/dist/src/ui/hooks/useShellHistory.test.d.ts +0 -6
- package/dist/src/ui/hooks/useShellHistory.test.js +0 -187
- package/dist/src/ui/hooks/useShellHistory.test.js.map +0 -1
- package/dist/src/ui/hooks/useShowMemoryCommand.d.ts +0 -9
- package/dist/src/ui/hooks/useShowMemoryCommand.js +0 -58
- package/dist/src/ui/hooks/useShowMemoryCommand.js.map +0 -1
- package/dist/src/ui/hooks/useSlashCompletion.d.ts +0 -20
- package/dist/src/ui/hooks/useSlashCompletion.js +0 -357
- package/dist/src/ui/hooks/useSlashCompletion.js.map +0 -1
- package/dist/src/ui/hooks/useSlashCompletion.test.d.ts +0 -9
- package/dist/src/ui/hooks/useSlashCompletion.test.js +0 -602
- package/dist/src/ui/hooks/useSlashCompletion.test.js.map +0 -1
- package/dist/src/ui/hooks/useStateAndRef.d.ts +0 -7
- package/dist/src/ui/hooks/useStateAndRef.js +0 -26
- package/dist/src/ui/hooks/useStateAndRef.js.map +0 -1
- package/dist/src/ui/hooks/useSubagentCreateDialog.d.ts +0 -10
- package/dist/src/ui/hooks/useSubagentCreateDialog.js +0 -21
- package/dist/src/ui/hooks/useSubagentCreateDialog.js.map +0 -1
- package/dist/src/ui/hooks/useTerminalSize.d.ts +0 -9
- package/dist/src/ui/hooks/useTerminalSize.js +0 -27
- package/dist/src/ui/hooks/useTerminalSize.js.map +0 -1
- package/dist/src/ui/hooks/useThemeCommand.d.ts +0 -15
- package/dist/src/ui/hooks/useThemeCommand.js +0 -73
- package/dist/src/ui/hooks/useThemeCommand.js.map +0 -1
- package/dist/src/ui/hooks/useTimer.d.ts +0 -12
- package/dist/src/ui/hooks/useTimer.js +0 -58
- package/dist/src/ui/hooks/useTimer.js.map +0 -1
- package/dist/src/ui/hooks/useTimer.test.d.ts +0 -6
- package/dist/src/ui/hooks/useTimer.test.js +0 -90
- package/dist/src/ui/hooks/useTimer.test.js.map +0 -1
- package/dist/src/ui/hooks/useToolScheduler.test.d.ts +0 -6
- package/dist/src/ui/hooks/useToolScheduler.test.js +0 -624
- package/dist/src/ui/hooks/useToolScheduler.test.js.map +0 -1
- package/dist/src/ui/hooks/useVisionAutoSwitch.d.ts +0 -47
- package/dist/src/ui/hooks/useVisionAutoSwitch.js +0 -292
- package/dist/src/ui/hooks/useVisionAutoSwitch.js.map +0 -1
- package/dist/src/ui/hooks/useVisionAutoSwitch.test.d.ts +0 -6
- package/dist/src/ui/hooks/useVisionAutoSwitch.test.js +0 -515
- package/dist/src/ui/hooks/useVisionAutoSwitch.test.js.map +0 -1
- package/dist/src/ui/hooks/useWelcomeBack.d.ts +0 -23
- package/dist/src/ui/hooks/useWelcomeBack.js +0 -79
- package/dist/src/ui/hooks/useWelcomeBack.js.map +0 -1
- package/dist/src/ui/hooks/useWorkspaceMigration.d.ts +0 -13
- package/dist/src/ui/hooks/useWorkspaceMigration.js +0 -54
- package/dist/src/ui/hooks/useWorkspaceMigration.js.map +0 -1
- package/dist/src/ui/hooks/vim.d.ts +0 -28
- package/dist/src/ui/hooks/vim.js +0 -639
- package/dist/src/ui/hooks/vim.js.map +0 -1
- package/dist/src/ui/keyMatchers.d.ts +0 -27
- package/dist/src/ui/keyMatchers.js +0 -68
- package/dist/src/ui/keyMatchers.js.map +0 -1
- package/dist/src/ui/keyMatchers.test.d.ts +0 -6
- package/dist/src/ui/keyMatchers.test.js +0 -293
- package/dist/src/ui/keyMatchers.test.js.map +0 -1
- package/dist/src/ui/layouts/DefaultAppLayout.d.ts +0 -9
- package/dist/src/ui/layouts/DefaultAppLayout.js +0 -13
- package/dist/src/ui/layouts/DefaultAppLayout.js.map +0 -1
- package/dist/src/ui/layouts/ScreenReaderAppLayout.d.ts +0 -7
- package/dist/src/ui/layouts/ScreenReaderAppLayout.js +0 -14
- package/dist/src/ui/layouts/ScreenReaderAppLayout.js.map +0 -1
- package/dist/src/ui/models/availableModels.d.ts +0 -42
- package/dist/src/ui/models/availableModels.js +0 -128
- package/dist/src/ui/models/availableModels.js.map +0 -1
- package/dist/src/ui/noninteractive/nonInteractiveUi.d.ts +0 -12
- package/dist/src/ui/noninteractive/nonInteractiveUi.js +0 -27
- package/dist/src/ui/noninteractive/nonInteractiveUi.js.map +0 -1
- package/dist/src/ui/semantic-colors.d.ts +0 -7
- package/dist/src/ui/semantic-colors.js +0 -24
- package/dist/src/ui/semantic-colors.js.map +0 -1
- package/dist/src/ui/state/extensions.d.ts +0 -42
- package/dist/src/ui/state/extensions.js +0 -62
- package/dist/src/ui/state/extensions.js.map +0 -1
- package/dist/src/ui/textConstants.d.ts +0 -9
- package/dist/src/ui/textConstants.js +0 -10
- package/dist/src/ui/textConstants.js.map +0 -1
- package/dist/src/ui/themes/ansi-light.d.ts +0 -7
- package/dist/src/ui/themes/ansi-light.js +0 -142
- package/dist/src/ui/themes/ansi-light.js.map +0 -1
- package/dist/src/ui/themes/ansi.d.ts +0 -7
- package/dist/src/ui/themes/ansi.js +0 -152
- package/dist/src/ui/themes/ansi.js.map +0 -1
- package/dist/src/ui/themes/atom-one-dark.d.ts +0 -7
- package/dist/src/ui/themes/atom-one-dark.js +0 -138
- package/dist/src/ui/themes/atom-one-dark.js.map +0 -1
- package/dist/src/ui/themes/ayu-light.d.ts +0 -7
- package/dist/src/ui/themes/ayu-light.js +0 -130
- package/dist/src/ui/themes/ayu-light.js.map +0 -1
- package/dist/src/ui/themes/ayu.d.ts +0 -7
- package/dist/src/ui/themes/ayu.js +0 -104
- package/dist/src/ui/themes/ayu.js.map +0 -1
- package/dist/src/ui/themes/color-utils.d.ts +0 -21
- package/dist/src/ui/themes/color-utils.js +0 -221
- package/dist/src/ui/themes/color-utils.js.map +0 -1
- package/dist/src/ui/themes/color-utils.test.d.ts +0 -6
- package/dist/src/ui/themes/color-utils.test.js +0 -197
- package/dist/src/ui/themes/color-utils.test.js.map +0 -1
- package/dist/src/ui/themes/default-light.d.ts +0 -7
- package/dist/src/ui/themes/default-light.js +0 -100
- package/dist/src/ui/themes/default-light.js.map +0 -1
- package/dist/src/ui/themes/default.d.ts +0 -7
- package/dist/src/ui/themes/default.js +0 -143
- package/dist/src/ui/themes/default.js.map +0 -1
- package/dist/src/ui/themes/dracula.d.ts +0 -7
- package/dist/src/ui/themes/dracula.js +0 -115
- package/dist/src/ui/themes/dracula.js.map +0 -1
- package/dist/src/ui/themes/github-dark.d.ts +0 -7
- package/dist/src/ui/themes/github-dark.js +0 -138
- package/dist/src/ui/themes/github-dark.js.map +0 -1
- package/dist/src/ui/themes/github-light.d.ts +0 -7
- package/dist/src/ui/themes/github-light.js +0 -140
- package/dist/src/ui/themes/github-light.js.map +0 -1
- package/dist/src/ui/themes/googlecode.d.ts +0 -7
- package/dist/src/ui/themes/googlecode.js +0 -137
- package/dist/src/ui/themes/googlecode.js.map +0 -1
- package/dist/src/ui/themes/no-color.d.ts +0 -7
- package/dist/src/ui/themes/no-color.js +0 -115
- package/dist/src/ui/themes/no-color.js.map +0 -1
- package/dist/src/ui/themes/qwen-dark.d.ts +0 -7
- package/dist/src/ui/themes/qwen-dark.js +0 -105
- package/dist/src/ui/themes/qwen-dark.js.map +0 -1
- package/dist/src/ui/themes/qwen-light.d.ts +0 -7
- package/dist/src/ui/themes/qwen-light.js +0 -131
- package/dist/src/ui/themes/qwen-light.js.map +0 -1
- package/dist/src/ui/themes/semantic-tokens.d.ts +0 -37
- package/dist/src/ui/themes/semantic-tokens.js +0 -94
- package/dist/src/ui/themes/semantic-tokens.js.map +0 -1
- package/dist/src/ui/themes/shades-of-purple.d.ts +0 -11
- package/dist/src/ui/themes/shades-of-purple.js +0 -304
- package/dist/src/ui/themes/shades-of-purple.js.map +0 -1
- package/dist/src/ui/themes/theme-manager.d.ts +0 -66
- package/dist/src/ui/themes/theme-manager.js +0 -270
- package/dist/src/ui/themes/theme-manager.js.map +0 -1
- package/dist/src/ui/themes/theme-manager.test.d.ts +0 -6
- package/dist/src/ui/themes/theme-manager.test.js +0 -142
- package/dist/src/ui/themes/theme-manager.test.js.map +0 -1
- package/dist/src/ui/themes/theme.d.ts +0 -130
- package/dist/src/ui/themes/theme.js +0 -379
- package/dist/src/ui/themes/theme.js.map +0 -1
- package/dist/src/ui/themes/xcode.d.ts +0 -7
- package/dist/src/ui/themes/xcode.js +0 -145
- package/dist/src/ui/themes/xcode.js.map +0 -1
- package/dist/src/ui/types.d.ts +0 -306
- package/dist/src/ui/types.js +0 -59
- package/dist/src/ui/types.js.map +0 -1
- package/dist/src/ui/utils/CodeColorizer.d.ts +0 -17
- package/dist/src/ui/utils/CodeColorizer.js +0 -111
- package/dist/src/ui/utils/CodeColorizer.js.map +0 -1
- package/dist/src/ui/utils/ConsolePatcher.d.ts +0 -25
- package/dist/src/ui/utils/ConsolePatcher.js +0 -52
- package/dist/src/ui/utils/ConsolePatcher.js.map +0 -1
- package/dist/src/ui/utils/InlineMarkdownRenderer.d.ts +0 -17
- package/dist/src/ui/utils/InlineMarkdownRenderer.js +0 -111
- package/dist/src/ui/utils/InlineMarkdownRenderer.js.map +0 -1
- package/dist/src/ui/utils/MarkdownDisplay.d.ts +0 -15
- package/dist/src/ui/utils/MarkdownDisplay.js +0 -207
- package/dist/src/ui/utils/MarkdownDisplay.js.map +0 -1
- package/dist/src/ui/utils/MarkdownDisplay.test.d.ts +0 -6
- package/dist/src/ui/utils/MarkdownDisplay.test.js +0 -169
- package/dist/src/ui/utils/MarkdownDisplay.test.js.map +0 -1
- package/dist/src/ui/utils/TableRenderer.d.ts +0 -17
- package/dist/src/ui/utils/TableRenderer.js +0 -84
- package/dist/src/ui/utils/TableRenderer.js.map +0 -1
- package/dist/src/ui/utils/clipboardUtils.d.ts +0 -22
- package/dist/src/ui/utils/clipboardUtils.js +0 -126
- package/dist/src/ui/utils/clipboardUtils.js.map +0 -1
- package/dist/src/ui/utils/clipboardUtils.test.d.ts +0 -6
- package/dist/src/ui/utils/clipboardUtils.test.js +0 -65
- package/dist/src/ui/utils/clipboardUtils.test.js.map +0 -1
- package/dist/src/ui/utils/commandUtils.d.ts +0 -40
- package/dist/src/ui/utils/commandUtils.js +0 -146
- package/dist/src/ui/utils/commandUtils.js.map +0 -1
- package/dist/src/ui/utils/commandUtils.test.d.ts +0 -6
- package/dist/src/ui/utils/commandUtils.test.js +0 -352
- package/dist/src/ui/utils/commandUtils.test.js.map +0 -1
- package/dist/src/ui/utils/computeStats.d.ts +0 -10
- package/dist/src/ui/utils/computeStats.js +0 -57
- package/dist/src/ui/utils/computeStats.js.map +0 -1
- package/dist/src/ui/utils/displayUtils.d.ts +0 -18
- package/dist/src/ui/utils/displayUtils.js +0 -27
- package/dist/src/ui/utils/displayUtils.js.map +0 -1
- package/dist/src/ui/utils/displayUtils.test.d.ts +0 -6
- package/dist/src/ui/utils/displayUtils.test.js +0 -61
- package/dist/src/ui/utils/displayUtils.test.js.map +0 -1
- package/dist/src/ui/utils/formatters.d.ts +0 -19
- package/dist/src/ui/utils/formatters.js +0 -87
- package/dist/src/ui/utils/formatters.js.map +0 -1
- package/dist/src/ui/utils/formatters.test.d.ts +0 -6
- package/dist/src/ui/utils/formatters.test.js +0 -105
- package/dist/src/ui/utils/formatters.test.js.map +0 -1
- package/dist/src/ui/utils/highlight.d.ts +0 -11
- package/dist/src/ui/utils/highlight.js +0 -78
- package/dist/src/ui/utils/highlight.js.map +0 -1
- package/dist/src/ui/utils/highlight.test.d.ts +0 -6
- package/dist/src/ui/utils/highlight.test.js +0 -120
- package/dist/src/ui/utils/highlight.test.js.map +0 -1
- package/dist/src/ui/utils/isNarrowWidth.d.ts +0 -6
- package/dist/src/ui/utils/isNarrowWidth.js +0 -9
- package/dist/src/ui/utils/isNarrowWidth.js.map +0 -1
- package/dist/src/ui/utils/kittyProtocolDetector.d.ts +0 -13
- package/dist/src/ui/utils/kittyProtocolDetector.js +0 -98
- package/dist/src/ui/utils/kittyProtocolDetector.js.map +0 -1
- package/dist/src/ui/utils/markdownUtilities.d.ts +0 -6
- package/dist/src/ui/utils/markdownUtilities.js +0 -110
- package/dist/src/ui/utils/markdownUtilities.js.map +0 -1
- package/dist/src/ui/utils/markdownUtilities.test.d.ts +0 -6
- package/dist/src/ui/utils/markdownUtilities.test.js +0 -42
- package/dist/src/ui/utils/markdownUtilities.test.js.map +0 -1
- package/dist/src/ui/utils/platformConstants.d.ts +0 -75
- package/dist/src/ui/utils/platformConstants.js +0 -78
- package/dist/src/ui/utils/platformConstants.js.map +0 -1
- package/dist/src/ui/utils/resumeHistoryUtils.d.ts +0 -19
- package/dist/src/ui/utils/resumeHistoryUtils.js +0 -267
- package/dist/src/ui/utils/resumeHistoryUtils.js.map +0 -1
- package/dist/src/ui/utils/resumeHistoryUtils.test.d.ts +0 -6
- package/dist/src/ui/utils/resumeHistoryUtils.test.js +0 -253
- package/dist/src/ui/utils/resumeHistoryUtils.test.js.map +0 -1
- package/dist/src/ui/utils/sessionPickerUtils.d.ts +0 -30
- package/dist/src/ui/utils/sessionPickerUtils.js +0 -41
- package/dist/src/ui/utils/sessionPickerUtils.js.map +0 -1
- package/dist/src/ui/utils/sessionPickerUtils.test.d.ts +0 -6
- package/dist/src/ui/utils/sessionPickerUtils.test.js +0 -38
- package/dist/src/ui/utils/sessionPickerUtils.test.js.map +0 -1
- package/dist/src/ui/utils/terminalSetup.d.ts +0 -30
- package/dist/src/ui/utils/terminalSetup.js +0 -308
- package/dist/src/ui/utils/terminalSetup.js.map +0 -1
- package/dist/src/ui/utils/textUtils.d.ts +0 -42
- package/dist/src/ui/utils/textUtils.js +0 -185
- package/dist/src/ui/utils/textUtils.js.map +0 -1
- package/dist/src/ui/utils/textUtils.test.d.ts +0 -6
- package/dist/src/ui/utils/textUtils.test.js +0 -132
- package/dist/src/ui/utils/textUtils.test.js.map +0 -1
- package/dist/src/ui/utils/updateCheck.d.ts +0 -13
- package/dist/src/ui/utils/updateCheck.js +0 -138
- package/dist/src/ui/utils/updateCheck.js.map +0 -1
- package/dist/src/ui/utils/updateCheck.test.d.ts +0 -6
- package/dist/src/ui/utils/updateCheck.test.js +0 -145
- package/dist/src/ui/utils/updateCheck.test.js.map +0 -1
- package/dist/src/utils/attentionNotification.d.ts +0 -21
- package/dist/src/utils/attentionNotification.js +0 -38
- package/dist/src/utils/attentionNotification.js.map +0 -1
- package/dist/src/utils/attentionNotification.test.d.ts +0 -6
- package/dist/src/utils/attentionNotification.test.js +0 -46
- package/dist/src/utils/attentionNotification.test.js.map +0 -1
- package/dist/src/utils/checks.d.ts +0 -19
- package/dist/src/utils/checks.js +0 -24
- package/dist/src/utils/checks.js.map +0 -1
- package/dist/src/utils/cleanup.d.ts +0 -8
- package/dist/src/utils/cleanup.js +0 -35
- package/dist/src/utils/cleanup.js.map +0 -1
- package/dist/src/utils/commands.d.ts +0 -20
- package/dist/src/utils/commands.js +0 -53
- package/dist/src/utils/commands.js.map +0 -1
- package/dist/src/utils/commands.test.d.ts +0 -6
- package/dist/src/utils/commands.test.js +0 -115
- package/dist/src/utils/commands.test.js.map +0 -1
- package/dist/src/utils/commentJson.d.ts +0 -9
- package/dist/src/utils/commentJson.js +0 -48
- package/dist/src/utils/commentJson.js.map +0 -1
- package/dist/src/utils/commentJson.test.d.ts +0 -6
- package/dist/src/utils/commentJson.test.js +0 -146
- package/dist/src/utils/commentJson.test.js.map +0 -1
- package/dist/src/utils/deepMerge.d.ts +0 -9
- package/dist/src/utils/deepMerge.js +0 -58
- package/dist/src/utils/deepMerge.js.map +0 -1
- package/dist/src/utils/deepMerge.test.d.ts +0 -6
- package/dist/src/utils/deepMerge.test.js +0 -143
- package/dist/src/utils/deepMerge.test.js.map +0 -1
- package/dist/src/utils/dialogScopeUtils.d.ts +0 -28
- package/dist/src/utils/dialogScopeUtils.js +0 -51
- package/dist/src/utils/dialogScopeUtils.js.map +0 -1
- package/dist/src/utils/envVarResolver.d.ts +0 -39
- package/dist/src/utils/envVarResolver.js +0 -97
- package/dist/src/utils/envVarResolver.js.map +0 -1
- package/dist/src/utils/envVarResolver.test.d.ts +0 -6
- package/dist/src/utils/envVarResolver.test.js +0 -221
- package/dist/src/utils/envVarResolver.test.js.map +0 -1
- package/dist/src/utils/errors.d.ts +0 -35
- package/dist/src/utils/errors.js +0 -117
- package/dist/src/utils/errors.js.map +0 -1
- package/dist/src/utils/errors.test.d.ts +0 -6
- package/dist/src/utils/errors.test.js +0 -382
- package/dist/src/utils/errors.test.js.map +0 -1
- package/dist/src/utils/events.d.ts +0 -12
- package/dist/src/utils/events.js +0 -14
- package/dist/src/utils/events.js.map +0 -1
- package/dist/src/utils/gitUtils.d.ts +0 -30
- package/dist/src/utils/gitUtils.js +0 -106
- package/dist/src/utils/gitUtils.js.map +0 -1
- package/dist/src/utils/gitUtils.test.d.ts +0 -6
- package/dist/src/utils/gitUtils.test.js +0 -172
- package/dist/src/utils/gitUtils.test.js.map +0 -1
- package/dist/src/utils/handleAutoUpdate.d.ts +0 -11
- package/dist/src/utils/handleAutoUpdate.js +0 -106
- package/dist/src/utils/handleAutoUpdate.js.map +0 -1
- package/dist/src/utils/installationInfo.d.ts +0 -23
- package/dist/src/utils/installationInfo.js +0 -153
- package/dist/src/utils/installationInfo.js.map +0 -1
- package/dist/src/utils/installationInfo.test.d.ts +0 -6
- package/dist/src/utils/installationInfo.test.js +0 -242
- package/dist/src/utils/installationInfo.test.js.map +0 -1
- package/dist/src/utils/math.d.ts +0 -13
- package/dist/src/utils/math.js +0 -14
- package/dist/src/utils/math.js.map +0 -1
- package/dist/src/utils/nonInteractiveHelpers.d.ts +0 -90
- package/dist/src/utils/nonInteractiveHelpers.js +0 -469
- package/dist/src/utils/nonInteractiveHelpers.js.map +0 -1
- package/dist/src/utils/nonInteractiveHelpers.test.d.ts +0 -6
- package/dist/src/utils/nonInteractiveHelpers.test.js +0 -960
- package/dist/src/utils/nonInteractiveHelpers.test.js.map +0 -1
- package/dist/src/utils/package.d.ts +0 -12
- package/dist/src/utils/package.js +0 -24
- package/dist/src/utils/package.js.map +0 -1
- package/dist/src/utils/processUtils.d.ts +0 -13
- package/dist/src/utils/processUtils.js +0 -18
- package/dist/src/utils/processUtils.js.map +0 -1
- package/dist/src/utils/processUtils.test.d.ts +0 -6
- package/dist/src/utils/processUtils.test.js +0 -20
- package/dist/src/utils/processUtils.test.js.map +0 -1
- package/dist/src/utils/readStdin.d.ts +0 -6
- package/dist/src/utils/readStdin.js +0 -59
- package/dist/src/utils/readStdin.js.map +0 -1
- package/dist/src/utils/readStdin.test.d.ts +0 -6
- package/dist/src/utils/readStdin.test.js +0 -88
- package/dist/src/utils/readStdin.test.js.map +0 -1
- package/dist/src/utils/relaunch.d.ts +0 -7
- package/dist/src/utils/relaunch.js +0 -57
- package/dist/src/utils/relaunch.js.map +0 -1
- package/dist/src/utils/relaunch.test.d.ts +0 -6
- package/dist/src/utils/relaunch.test.js +0 -273
- package/dist/src/utils/relaunch.test.js.map +0 -1
- package/dist/src/utils/resolvePath.d.ts +0 -6
- package/dist/src/utils/resolvePath.js +0 -21
- package/dist/src/utils/resolvePath.js.map +0 -1
- package/dist/src/utils/sandbox.d.ts +0 -7
- package/dist/src/utils/sandbox.js +0 -763
- package/dist/src/utils/sandbox.js.map +0 -1
- package/dist/src/utils/settingsUtils.d.ts +0 -144
- package/dist/src/utils/settingsUtils.js +0 -346
- package/dist/src/utils/settingsUtils.js.map +0 -1
- package/dist/src/utils/settingsUtils.test.d.ts +0 -6
- package/dist/src/utils/settingsUtils.test.js +0 -808
- package/dist/src/utils/settingsUtils.test.js.map +0 -1
- package/dist/src/utils/spawnWrapper.d.ts +0 -7
- package/dist/src/utils/spawnWrapper.js +0 -8
- package/dist/src/utils/spawnWrapper.js.map +0 -1
- package/dist/src/utils/startupWarnings.d.ts +0 -6
- package/dist/src/utils/startupWarnings.js +0 -40
- package/dist/src/utils/startupWarnings.js.map +0 -1
- package/dist/src/utils/systemInfo.d.ts +0 -66
- package/dist/src/utils/systemInfo.js +0 -126
- package/dist/src/utils/systemInfo.js.map +0 -1
- package/dist/src/utils/systemInfo.test.d.ts +0 -6
- package/dist/src/utils/systemInfo.test.js +0 -259
- package/dist/src/utils/systemInfo.test.js.map +0 -1
- package/dist/src/utils/systemInfoFields.d.ts +0 -22
- package/dist/src/utils/systemInfoFields.js +0 -96
- package/dist/src/utils/systemInfoFields.js.map +0 -1
- package/dist/src/utils/updateEventEmitter.d.ts +0 -11
- package/dist/src/utils/updateEventEmitter.js +0 -12
- package/dist/src/utils/updateEventEmitter.js.map +0 -1
- package/dist/src/utils/userStartupWarnings.d.ts +0 -12
- package/dist/src/utils/userStartupWarnings.js +0 -74
- package/dist/src/utils/userStartupWarnings.js.map +0 -1
- package/dist/src/utils/userStartupWarnings.test.d.ts +0 -6
- package/dist/src/utils/userStartupWarnings.test.js +0 -88
- package/dist/src/utils/userStartupWarnings.test.js.map +0 -1
- package/dist/src/utils/version.d.ts +0 -6
- package/dist/src/utils/version.js +0 -11
- package/dist/src/utils/version.js.map +0 -1
- package/dist/src/utils/windowTitle.d.ts +0 -12
- package/dist/src/utils/windowTitle.js +0 -19
- package/dist/src/utils/windowTitle.js.map +0 -1
- package/dist/src/utils/windowTitle.test.d.ts +0 -6
- package/dist/src/utils/windowTitle.test.js +0 -49
- package/dist/src/utils/windowTitle.test.js.map +0 -1
- package/dist/src/validateNonInterActiveAuth.d.ts +0 -9
- package/dist/src/validateNonInterActiveAuth.js +0 -85
- package/dist/src/validateNonInterActiveAuth.js.map +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
- /package/{dist/src/utils/sandbox-macos-permissive-closed.sb → sandbox-macos-permissive-closed.sb} +0 -0
- /package/{dist/src/utils/sandbox-macos-permissive-open.sb → sandbox-macos-permissive-open.sb} +0 -0
- /package/{dist/src/utils/sandbox-macos-permissive-proxied.sb → sandbox-macos-permissive-proxied.sb} +0 -0
- /package/{dist/src/utils/sandbox-macos-restrictive-closed.sb → sandbox-macos-restrictive-closed.sb} +0 -0
- /package/{dist/src/utils/sandbox-macos-restrictive-open.sb → sandbox-macos-restrictive-open.sb} +0 -0
- /package/{dist/src/utils/sandbox-macos-restrictive-proxied.sb → sandbox-macos-restrictive-proxied.sb} +0 -0
|
@@ -23,6 +23,7 @@ export default {
|
|
|
23
23
|
'auto-accept edits': 'Änderungen automatisch akzeptieren',
|
|
24
24
|
'Accepting edits': 'Änderungen werden akzeptiert',
|
|
25
25
|
'(shift + tab to cycle)': '(Umschalt + Tab zum Wechseln)',
|
|
26
|
+
'(tab to cycle)': '(Tab zum Wechseln)',
|
|
26
27
|
'Execute shell commands via {{symbol}} (e.g., {{example1}}) or use natural language (e.g., {{example2}}).':
|
|
27
28
|
'Shell-Befehle über {{symbol}} ausführen (z.B. {{example1}}) oder natürliche Sprache verwenden (z.B. {{example2}}).',
|
|
28
29
|
'!': '!',
|
|
@@ -45,7 +46,8 @@ export default {
|
|
|
45
46
|
'Initializing...': 'Initialisierung...',
|
|
46
47
|
'Connecting to MCP servers... ({{connected}}/{{total}})':
|
|
47
48
|
'Verbindung zu MCP-Servern wird hergestellt... ({{connected}}/{{total}})',
|
|
48
|
-
'Type your message or @path/to/file':
|
|
49
|
+
'Type your message or @path/to/file':
|
|
50
|
+
'Nachricht eingeben oder @Pfad/zur/Datei',
|
|
49
51
|
"Press 'i' for INSERT mode and 'Esc' for NORMAL mode.":
|
|
50
52
|
"Drücken Sie 'i' für den EINFÜGE-Modus und 'Esc' für den NORMAL-Modus.",
|
|
51
53
|
'Cancel operation / Clear input (double press)':
|
|
@@ -59,10 +61,15 @@ export default {
|
|
|
59
61
|
'show version info': 'Versionsinformationen anzeigen',
|
|
60
62
|
'submit a bug report': 'Fehlerbericht einreichen',
|
|
61
63
|
'About Qwen Code': 'Über Qwen Code',
|
|
64
|
+
Status: 'Status',
|
|
62
65
|
|
|
63
66
|
// ============================================================================
|
|
64
67
|
// System Information Fields
|
|
65
68
|
// ============================================================================
|
|
69
|
+
'Qwen Code': 'Qwen Code',
|
|
70
|
+
Runtime: 'Laufzeit',
|
|
71
|
+
OS: 'Betriebssystem',
|
|
72
|
+
Auth: 'Authentifizierung',
|
|
66
73
|
'CLI Version': 'CLI-Version',
|
|
67
74
|
'Git Commit': 'Git-Commit',
|
|
68
75
|
Model: 'Modell',
|
|
@@ -75,6 +82,7 @@ export default {
|
|
|
75
82
|
'Session ID': 'Sitzungs-ID',
|
|
76
83
|
'Auth Method': 'Authentifizierungsmethode',
|
|
77
84
|
'Base URL': 'Basis-URL',
|
|
85
|
+
Proxy: 'Proxy',
|
|
78
86
|
'Memory Usage': 'Speichernutzung',
|
|
79
87
|
'IDE Client': 'IDE-Client',
|
|
80
88
|
|
|
@@ -89,14 +97,15 @@ export default {
|
|
|
89
97
|
'No tools available': 'Keine Werkzeuge verfügbar',
|
|
90
98
|
'View or change the approval mode for tool usage':
|
|
91
99
|
'Genehmigungsmodus für Werkzeugnutzung anzeigen oder ändern',
|
|
92
|
-
'View or change the language setting':
|
|
100
|
+
'View or change the language setting':
|
|
101
|
+
'Spracheinstellung anzeigen oder ändern',
|
|
93
102
|
'change the theme': 'Design ändern',
|
|
94
103
|
'Select Theme': 'Design auswählen',
|
|
95
104
|
Preview: 'Vorschau',
|
|
96
105
|
'(Use Enter to select, Tab to configure scope)':
|
|
97
106
|
'(Enter zum Auswählen, Tab zum Konfigurieren des Bereichs)',
|
|
98
|
-
'(Use Enter to apply scope, Tab to
|
|
99
|
-
'(Enter zum Anwenden des Bereichs, Tab zum
|
|
107
|
+
'(Use Enter to apply scope, Tab to go back)':
|
|
108
|
+
'(Enter zum Anwenden des Bereichs, Tab zum Zurückgehen)',
|
|
100
109
|
'Theme configuration unavailable due to NO_COLOR env variable.':
|
|
101
110
|
'Design-Konfiguration aufgrund der NO_COLOR-Umgebungsvariable nicht verfügbar.',
|
|
102
111
|
'Theme "{{themeName}}" not found.': 'Design "{{themeName}}" nicht gefunden.',
|
|
@@ -110,6 +119,8 @@ export default {
|
|
|
110
119
|
'Vollständige Qwen Code Dokumentation im Browser öffnen',
|
|
111
120
|
'Configuration not available.': 'Konfiguration nicht verfügbar.',
|
|
112
121
|
'change the auth method': 'Authentifizierungsmethode ändern',
|
|
122
|
+
'Configure authentication information for login':
|
|
123
|
+
'Authentifizierungsinformationen für die Anmeldung konfigurieren',
|
|
113
124
|
'Copy the last result or code snippet to clipboard':
|
|
114
125
|
'Letztes Ergebnis oder Codeausschnitt in die Zwischenablage kopieren',
|
|
115
126
|
|
|
@@ -149,6 +160,7 @@ export default {
|
|
|
149
160
|
'Project Level ({{path}})': 'Projektebene ({{path}})',
|
|
150
161
|
'User Level ({{path}})': 'Benutzerebene ({{path}})',
|
|
151
162
|
'Built-in Agents': 'Integrierte Agenten',
|
|
163
|
+
'Extension Agents': 'Erweiterungs-Agenten',
|
|
152
164
|
'Using: {{count}} agents': 'Verwendet: {{count}} Agenten',
|
|
153
165
|
'View Agent': 'Agent anzeigen',
|
|
154
166
|
'Edit Agent': 'Agent bearbeiten',
|
|
@@ -213,14 +225,16 @@ export default {
|
|
|
213
225
|
'All Tools': 'Alle Werkzeuge',
|
|
214
226
|
'Read-only Tools': 'Nur-Lese-Werkzeuge',
|
|
215
227
|
'Read & Edit Tools': 'Lese- und Bearbeitungswerkzeuge',
|
|
216
|
-
'Read & Edit & Execution Tools':
|
|
228
|
+
'Read & Edit & Execution Tools':
|
|
229
|
+
'Lese-, Bearbeitungs- und Ausführungswerkzeuge',
|
|
217
230
|
'All tools selected, including MCP tools':
|
|
218
231
|
'Alle Werkzeuge ausgewählt, einschließlich MCP-Werkzeuge',
|
|
219
232
|
'Selected tools:': 'Ausgewählte Werkzeuge:',
|
|
220
233
|
'Read-only tools:': 'Nur-Lese-Werkzeuge:',
|
|
221
234
|
'Edit tools:': 'Bearbeitungswerkzeuge:',
|
|
222
235
|
'Execution tools:': 'Ausführungswerkzeuge:',
|
|
223
|
-
'Step {{n}}: Choose Background Color':
|
|
236
|
+
'Step {{n}}: Choose Background Color':
|
|
237
|
+
'Schritt {{n}}: Hintergrundfarbe wählen',
|
|
224
238
|
'Step {{n}}: Confirm and Save': 'Schritt {{n}}: Bestätigen und Speichern',
|
|
225
239
|
// Agents - Navigation & Instructions
|
|
226
240
|
'Esc to cancel': 'Esc zum Abbrechen',
|
|
@@ -245,17 +259,17 @@ export default {
|
|
|
245
259
|
'e.g., Reviews code for best practices and potential bugs.':
|
|
246
260
|
'z.B. Überprüft Code auf Best Practices und mögliche Fehler.',
|
|
247
261
|
'Description cannot be empty.': 'Beschreibung darf nicht leer sein.',
|
|
248
|
-
'Failed to launch editor: {{error}}':
|
|
262
|
+
'Failed to launch editor: {{error}}':
|
|
263
|
+
'Fehler beim Starten des Editors: {{error}}',
|
|
249
264
|
'Failed to save and edit subagent: {{error}}':
|
|
250
265
|
'Fehler beim Speichern und Bearbeiten des Unteragenten: {{error}}',
|
|
251
266
|
|
|
252
267
|
// ============================================================================
|
|
253
268
|
// Commands - General (continued)
|
|
254
269
|
// ============================================================================
|
|
255
|
-
'View and edit Qwen Code settings':
|
|
270
|
+
'View and edit Qwen Code settings':
|
|
271
|
+
'Qwen Code Einstellungen anzeigen und bearbeiten',
|
|
256
272
|
Settings: 'Einstellungen',
|
|
257
|
-
'(Use Enter to select{{tabText}})': '(Enter zum Auswählen{{tabText}})',
|
|
258
|
-
', Tab to change focus': ', Tab zum Fokuswechsel',
|
|
259
273
|
'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.':
|
|
260
274
|
'Um Änderungen zu sehen, muss Qwen Code neu gestartet werden. Drücken Sie r, um jetzt zu beenden und Änderungen anzuwenden.',
|
|
261
275
|
'The command "/{{command}}" is not supported in non-interactive mode.':
|
|
@@ -265,24 +279,33 @@ export default {
|
|
|
265
279
|
// ============================================================================
|
|
266
280
|
'Vim Mode': 'Vim-Modus',
|
|
267
281
|
'Disable Auto Update': 'Automatische Updates deaktivieren',
|
|
282
|
+
'Attribution: commit': 'Attribution: Commit',
|
|
283
|
+
'Terminal Bell Notification': 'Terminal-Signalton',
|
|
284
|
+
'Enable Usage Statistics': 'Nutzungsstatistiken aktivieren',
|
|
285
|
+
Theme: 'Farbschema',
|
|
286
|
+
'Preferred Editor': 'Bevorzugter Editor',
|
|
287
|
+
'Auto-connect to IDE': 'Automatische Verbindung zur IDE',
|
|
268
288
|
'Enable Prompt Completion': 'Eingabevervollständigung aktivieren',
|
|
269
289
|
'Debug Keystroke Logging': 'Debug-Protokollierung von Tastatureingaben',
|
|
270
|
-
Language: 'Sprache',
|
|
290
|
+
'Language: UI': 'Sprache: Benutzeroberfläche',
|
|
291
|
+
'Language: Model': 'Sprache: Modell',
|
|
271
292
|
'Output Format': 'Ausgabeformat',
|
|
272
293
|
'Hide Window Title': 'Fenstertitel ausblenden',
|
|
273
294
|
'Show Status in Title': 'Status im Titel anzeigen',
|
|
274
295
|
'Hide Tips': 'Tipps ausblenden',
|
|
275
|
-
'
|
|
276
|
-
'Hide Context Summary': 'Kontextzusammenfassung ausblenden',
|
|
277
|
-
'Hide CWD': 'Arbeitsverzeichnis ausblenden',
|
|
278
|
-
'Hide Sandbox Status': 'Sandbox-Status ausblenden',
|
|
279
|
-
'Hide Model Info': 'Modellinformationen ausblenden',
|
|
280
|
-
'Hide Footer': 'Fußzeile ausblenden',
|
|
281
|
-
'Show Memory Usage': 'Speichernutzung anzeigen',
|
|
282
|
-
'Show Line Numbers': 'Zeilennummern anzeigen',
|
|
296
|
+
'Show Line Numbers in Code': 'Zeilennummern im Code anzeigen',
|
|
283
297
|
'Show Citations': 'Quellenangaben anzeigen',
|
|
284
298
|
'Custom Witty Phrases': 'Benutzerdefinierte Witzige Sprüche',
|
|
285
|
-
'
|
|
299
|
+
'Show Welcome Back Dialog': 'Willkommen-zurück-Dialog anzeigen',
|
|
300
|
+
'Enable User Feedback': 'Benutzerfeedback aktivieren',
|
|
301
|
+
'How is Qwen doing this session? (optional)':
|
|
302
|
+
'Wie macht sich Qwen in dieser Sitzung? (optional)',
|
|
303
|
+
Bad: 'Schlecht',
|
|
304
|
+
Fine: 'In Ordnung',
|
|
305
|
+
Good: 'Gut',
|
|
306
|
+
Dismiss: 'Ignorieren',
|
|
307
|
+
'Not Sure Yet': 'Noch nicht sicher',
|
|
308
|
+
'Any other key': 'Beliebige andere Taste',
|
|
286
309
|
'Disable Loading Phrases': 'Ladesprüche deaktivieren',
|
|
287
310
|
'Screen Reader Mode': 'Bildschirmleser-Modus',
|
|
288
311
|
'IDE Mode': 'IDE-Modus',
|
|
@@ -302,13 +325,14 @@ export default {
|
|
|
302
325
|
'Respect .qwenignore': '.qwenignore beachten',
|
|
303
326
|
'Enable Recursive File Search': 'Rekursive Dateisuche aktivieren',
|
|
304
327
|
'Disable Fuzzy Search': 'Unscharfe Suche deaktivieren',
|
|
305
|
-
'
|
|
328
|
+
'Interactive Shell (PTY)': 'Interaktive Shell (PTY)',
|
|
306
329
|
'Show Color': 'Farbe anzeigen',
|
|
307
330
|
'Auto Accept': 'Automatisch akzeptieren',
|
|
308
331
|
'Use Ripgrep': 'Ripgrep verwenden',
|
|
309
332
|
'Use Builtin Ripgrep': 'Integriertes Ripgrep verwenden',
|
|
310
333
|
'Enable Tool Output Truncation': 'Werkzeugausgabe-Kürzung aktivieren',
|
|
311
|
-
'Tool Output Truncation Threshold':
|
|
334
|
+
'Tool Output Truncation Threshold':
|
|
335
|
+
'Schwellenwert für Werkzeugausgabe-Kürzung',
|
|
312
336
|
'Tool Output Truncation Lines': 'Zeilen für Werkzeugausgabe-Kürzung',
|
|
313
337
|
'Folder Trust': 'Ordnervertrauen',
|
|
314
338
|
'Vision Model Preview': 'Vision-Modell-Vorschau',
|
|
@@ -337,10 +361,182 @@ export default {
|
|
|
337
361
|
'Show all directories in the workspace':
|
|
338
362
|
'Alle Verzeichnisse im Arbeitsbereich anzeigen',
|
|
339
363
|
'set external editor preference': 'Externen Editor festlegen',
|
|
364
|
+
'Select Editor': 'Editor auswählen',
|
|
365
|
+
'Editor Preference': 'Editor-Einstellung',
|
|
366
|
+
'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.':
|
|
367
|
+
'Diese Editoren werden derzeit unterstützt. Bitte beachten Sie, dass einige Editoren nicht im Sandbox-Modus verwendet werden können.',
|
|
368
|
+
'Your preferred editor is:': 'Ihr bevorzugter Editor ist:',
|
|
340
369
|
'Manage extensions': 'Erweiterungen verwalten',
|
|
341
370
|
'List active extensions': 'Aktive Erweiterungen auflisten',
|
|
342
371
|
'Update extensions. Usage: update <extension-names>|--all':
|
|
343
372
|
'Erweiterungen aktualisieren. Verwendung: update <Erweiterungsnamen>|--all',
|
|
373
|
+
'Disable an extension': 'Erweiterung deaktivieren',
|
|
374
|
+
'Enable an extension': 'Erweiterung aktivieren',
|
|
375
|
+
'Install an extension from a git repo or local path':
|
|
376
|
+
'Erweiterung aus Git-Repository oder lokalem Pfad installieren',
|
|
377
|
+
'Uninstall an extension': 'Erweiterung deinstallieren',
|
|
378
|
+
'No extensions installed.': 'Keine Erweiterungen installiert.',
|
|
379
|
+
'Usage: /extensions update <extension-names>|--all':
|
|
380
|
+
'Verwendung: /extensions update <Erweiterungsnamen>|--all',
|
|
381
|
+
'Extension "{{name}}" not found.': 'Erweiterung "{{name}}" nicht gefunden.',
|
|
382
|
+
'No extensions to update.': 'Keine Erweiterungen zum Aktualisieren.',
|
|
383
|
+
'Usage: /extensions install <source>':
|
|
384
|
+
'Verwendung: /extensions install <Quelle>',
|
|
385
|
+
'Installing extension from "{{source}}"...':
|
|
386
|
+
'Installiere Erweiterung von "{{source}}"...',
|
|
387
|
+
'Extension "{{name}}" installed successfully.':
|
|
388
|
+
'Erweiterung "{{name}}" erfolgreich installiert.',
|
|
389
|
+
'Failed to install extension from "{{source}}": {{error}}':
|
|
390
|
+
'Fehler beim Installieren der Erweiterung von "{{source}}": {{error}}',
|
|
391
|
+
'Usage: /extensions uninstall <extension-name>':
|
|
392
|
+
'Verwendung: /extensions uninstall <Erweiterungsname>',
|
|
393
|
+
'Uninstalling extension "{{name}}"...':
|
|
394
|
+
'Deinstalliere Erweiterung "{{name}}"...',
|
|
395
|
+
'Extension "{{name}}" uninstalled successfully.':
|
|
396
|
+
'Erweiterung "{{name}}" erfolgreich deinstalliert.',
|
|
397
|
+
'Failed to uninstall extension "{{name}}": {{error}}':
|
|
398
|
+
'Fehler beim Deinstallieren der Erweiterung "{{name}}": {{error}}',
|
|
399
|
+
'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]':
|
|
400
|
+
'Verwendung: /extensions {{command}} <Erweiterung> [--scope=<user|workspace>]',
|
|
401
|
+
'Unsupported scope "{{scope}}", should be one of "user" or "workspace"':
|
|
402
|
+
'Nicht unterstützter Bereich "{{scope}}", sollte "user" oder "workspace" sein',
|
|
403
|
+
'Extension "{{name}}" disabled for scope "{{scope}}"':
|
|
404
|
+
'Erweiterung "{{name}}" für Bereich "{{scope}}" deaktiviert',
|
|
405
|
+
'Extension "{{name}}" enabled for scope "{{scope}}"':
|
|
406
|
+
'Erweiterung "{{name}}" für Bereich "{{scope}}" aktiviert',
|
|
407
|
+
'Do you want to continue? [Y/n]: ': 'Möchten Sie fortfahren? [Y/n]: ',
|
|
408
|
+
'Do you want to continue?': 'Möchten Sie fortfahren?',
|
|
409
|
+
'Installing extension "{{name}}".':
|
|
410
|
+
'Erweiterung "{{name}}" wird installiert.',
|
|
411
|
+
'**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**':
|
|
412
|
+
'**Erweiterungen können unerwartetes Verhalten verursachen. Stellen Sie sicher, dass Sie die Erweiterungsquelle untersucht haben und dem Autor vertrauen.**',
|
|
413
|
+
'This extension will run the following MCP servers:':
|
|
414
|
+
'Diese Erweiterung wird folgende MCP-Server ausführen:',
|
|
415
|
+
local: 'lokal',
|
|
416
|
+
remote: 'remote',
|
|
417
|
+
'This extension will add the following commands: {{commands}}.':
|
|
418
|
+
'Diese Erweiterung wird folgende Befehle hinzufügen: {{commands}}.',
|
|
419
|
+
'This extension will append info to your QWEN.md context using {{fileName}}':
|
|
420
|
+
'Diese Erweiterung wird Informationen zu Ihrem QWEN.md-Kontext mit {{fileName}} hinzufügen',
|
|
421
|
+
'This extension will exclude the following core tools: {{tools}}':
|
|
422
|
+
'Diese Erweiterung wird folgende Kernwerkzeuge ausschließen: {{tools}}',
|
|
423
|
+
'This extension will install the following skills:':
|
|
424
|
+
'Diese Erweiterung wird folgende Fähigkeiten installieren:',
|
|
425
|
+
'This extension will install the following subagents:':
|
|
426
|
+
'Diese Erweiterung wird folgende Unteragenten installieren:',
|
|
427
|
+
'Installation cancelled for "{{name}}".':
|
|
428
|
+
'Installation von "{{name}}" abgebrochen.',
|
|
429
|
+
'You are installing an extension from {{originSource}}. Some features may not work perfectly with Qwen Code.':
|
|
430
|
+
'Sie installieren eine Erweiterung von {{originSource}}. Einige Funktionen funktionieren möglicherweise nicht perfekt mit Qwen Code.',
|
|
431
|
+
'--ref and --auto-update are not applicable for marketplace extensions.':
|
|
432
|
+
'--ref und --auto-update sind nicht anwendbar für Marketplace-Erweiterungen.',
|
|
433
|
+
'Extension "{{name}}" installed successfully and enabled.':
|
|
434
|
+
'Erweiterung "{{name}}" erfolgreich installiert und aktiviert.',
|
|
435
|
+
'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).':
|
|
436
|
+
'Installiert eine Erweiterung von einer Git-Repository-URL, einem lokalen Pfad oder dem Claude-Marketplace (marketplace-url:plugin-name).',
|
|
437
|
+
'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.':
|
|
438
|
+
'Die GitHub-URL, der lokale Pfad oder die Marketplace-Quelle (marketplace-url:plugin-name) der zu installierenden Erweiterung.',
|
|
439
|
+
'The git ref to install from.': 'Die Git-Referenz für die Installation.',
|
|
440
|
+
'Enable auto-update for this extension.':
|
|
441
|
+
'Automatisches Update für diese Erweiterung aktivieren.',
|
|
442
|
+
'Enable pre-release versions for this extension.':
|
|
443
|
+
'Pre-Release-Versionen für diese Erweiterung aktivieren.',
|
|
444
|
+
'Acknowledge the security risks of installing an extension and skip the confirmation prompt.':
|
|
445
|
+
'Sicherheitsrisiken der Erweiterungsinstallation bestätigen und Bestätigungsaufforderung überspringen.',
|
|
446
|
+
'The source argument must be provided.':
|
|
447
|
+
'Das Quellargument muss angegeben werden.',
|
|
448
|
+
'Extension "{{name}}" successfully uninstalled.':
|
|
449
|
+
'Erweiterung "{{name}}" erfolgreich deinstalliert.',
|
|
450
|
+
'Uninstalls an extension.': 'Deinstalliert eine Erweiterung.',
|
|
451
|
+
'The name or source path of the extension to uninstall.':
|
|
452
|
+
'Der Name oder Quellpfad der zu deinstallierenden Erweiterung.',
|
|
453
|
+
'Please include the name of the extension to uninstall as a positional argument.':
|
|
454
|
+
'Bitte geben Sie den Namen der zu deinstallierenden Erweiterung als Positionsargument an.',
|
|
455
|
+
'Enables an extension.': 'Aktiviert eine Erweiterung.',
|
|
456
|
+
'The name of the extension to enable.':
|
|
457
|
+
'Der Name der zu aktivierenden Erweiterung.',
|
|
458
|
+
'The scope to enable the extenison in. If not set, will be enabled in all scopes.':
|
|
459
|
+
'Der Bereich, in dem die Erweiterung aktiviert werden soll. Wenn nicht gesetzt, wird sie in allen Bereichen aktiviert.',
|
|
460
|
+
'Extension "{{name}}" successfully enabled for scope "{{scope}}".':
|
|
461
|
+
'Erweiterung "{{name}}" erfolgreich für Bereich "{{scope}}" aktiviert.',
|
|
462
|
+
'Extension "{{name}}" successfully enabled in all scopes.':
|
|
463
|
+
'Erweiterung "{{name}}" erfolgreich in allen Bereichen aktiviert.',
|
|
464
|
+
'Invalid scope: {{scope}}. Please use one of {{scopes}}.':
|
|
465
|
+
'Ungültiger Bereich: {{scope}}. Bitte verwenden Sie einen von {{scopes}}.',
|
|
466
|
+
'Disables an extension.': 'Deaktiviert eine Erweiterung.',
|
|
467
|
+
'The name of the extension to disable.':
|
|
468
|
+
'Der Name der zu deaktivierenden Erweiterung.',
|
|
469
|
+
'The scope to disable the extenison in.':
|
|
470
|
+
'Der Bereich, in dem die Erweiterung deaktiviert werden soll.',
|
|
471
|
+
'Extension "{{name}}" successfully disabled for scope "{{scope}}".':
|
|
472
|
+
'Erweiterung "{{name}}" erfolgreich für Bereich "{{scope}}" deaktiviert.',
|
|
473
|
+
'Extension "{{name}}" successfully updated: {{oldVersion}} → {{newVersion}}.':
|
|
474
|
+
'Erweiterung "{{name}}" erfolgreich aktualisiert: {{oldVersion}} → {{newVersion}}.',
|
|
475
|
+
'Unable to install extension "{{name}}" due to missing install metadata':
|
|
476
|
+
'Erweiterung "{{name}}" kann aufgrund fehlender Installationsmetadaten nicht installiert werden',
|
|
477
|
+
'Extension "{{name}}" is already up to date.':
|
|
478
|
+
'Erweiterung "{{name}}" ist bereits aktuell.',
|
|
479
|
+
'Updates all extensions or a named extension to the latest version.':
|
|
480
|
+
'Aktualisiert alle Erweiterungen oder eine benannte Erweiterung auf die neueste Version.',
|
|
481
|
+
'The name of the extension to update.':
|
|
482
|
+
'Der Name der zu aktualisierenden Erweiterung.',
|
|
483
|
+
'Update all extensions.': 'Alle Erweiterungen aktualisieren.',
|
|
484
|
+
'Either an extension name or --all must be provided':
|
|
485
|
+
'Entweder ein Erweiterungsname oder --all muss angegeben werden',
|
|
486
|
+
'Lists installed extensions.': 'Listet installierte Erweiterungen auf.',
|
|
487
|
+
'Path:': 'Pfad:',
|
|
488
|
+
'Source:': 'Quelle:',
|
|
489
|
+
'Type:': 'Typ:',
|
|
490
|
+
'Ref:': 'Ref:',
|
|
491
|
+
'Release tag:': 'Release-Tag:',
|
|
492
|
+
'Enabled (User):': 'Aktiviert (Benutzer):',
|
|
493
|
+
'Enabled (Workspace):': 'Aktiviert (Arbeitsbereich):',
|
|
494
|
+
'Context files:': 'Kontextdateien:',
|
|
495
|
+
'Skills:': 'Skills:',
|
|
496
|
+
'Agents:': 'Agents:',
|
|
497
|
+
'MCP servers:': 'MCP-Server:',
|
|
498
|
+
'Link extension failed to install.':
|
|
499
|
+
'Verknüpfte Erweiterung konnte nicht installiert werden.',
|
|
500
|
+
'Extension "{{name}}" linked successfully and enabled.':
|
|
501
|
+
'Erweiterung "{{name}}" erfolgreich verknüpft und aktiviert.',
|
|
502
|
+
'Links an extension from a local path. Updates made to the local path will always be reflected.':
|
|
503
|
+
'Verknüpft eine Erweiterung von einem lokalen Pfad. Änderungen am lokalen Pfad werden immer widergespiegelt.',
|
|
504
|
+
'The name of the extension to link.':
|
|
505
|
+
'Der Name der zu verknüpfenden Erweiterung.',
|
|
506
|
+
'Set a specific setting for an extension.':
|
|
507
|
+
'Legt eine bestimmte Einstellung für eine Erweiterung fest.',
|
|
508
|
+
'Name of the extension to configure.':
|
|
509
|
+
'Name der zu konfigurierenden Erweiterung.',
|
|
510
|
+
'The setting to configure (name or env var).':
|
|
511
|
+
'Die zu konfigurierende Einstellung (Name oder Umgebungsvariable).',
|
|
512
|
+
'The scope to set the setting in.':
|
|
513
|
+
'Der Bereich, in dem die Einstellung gesetzt werden soll.',
|
|
514
|
+
'List all settings for an extension.':
|
|
515
|
+
'Listet alle Einstellungen einer Erweiterung auf.',
|
|
516
|
+
'Name of the extension.': 'Name der Erweiterung.',
|
|
517
|
+
'Extension "{{name}}" has no settings to configure.':
|
|
518
|
+
'Erweiterung "{{name}}" hat keine zu konfigurierenden Einstellungen.',
|
|
519
|
+
'Settings for "{{name}}":': 'Einstellungen für "{{name}}":',
|
|
520
|
+
'(workspace)': '(Arbeitsbereich)',
|
|
521
|
+
'(user)': '(Benutzer)',
|
|
522
|
+
'[not set]': '[nicht gesetzt]',
|
|
523
|
+
'[value stored in keychain]': '[Wert in Schlüsselbund gespeichert]',
|
|
524
|
+
'Manage extension settings.': 'Erweiterungseinstellungen verwalten.',
|
|
525
|
+
'You need to specify a command (set or list).':
|
|
526
|
+
'Sie müssen einen Befehl angeben (set oder list).',
|
|
527
|
+
// ============================================================================
|
|
528
|
+
// Plugin Choice / Marketplace
|
|
529
|
+
// ============================================================================
|
|
530
|
+
'No plugins available in this marketplace.':
|
|
531
|
+
'In diesem Marktplatz sind keine Plugins verfügbar.',
|
|
532
|
+
'Select a plugin to install from marketplace "{{name}}":':
|
|
533
|
+
'Wählen Sie ein Plugin zur Installation aus Marktplatz "{{name}}":',
|
|
534
|
+
'Plugin selection cancelled.': 'Plugin-Auswahl abgebrochen.',
|
|
535
|
+
'Select a plugin from "{{name}}"': 'Plugin aus "{{name}}" auswählen',
|
|
536
|
+
'Use ↑↓ or j/k to navigate, Enter to select, Escape to cancel':
|
|
537
|
+
'Verwenden Sie ↑↓ oder j/k zum Navigieren, Enter zum Auswählen, Escape zum Abbrechen',
|
|
538
|
+
'{{count}} more above': '{{count}} weitere oben',
|
|
539
|
+
'{{count}} more below': '{{count}} weitere unten',
|
|
344
540
|
'manage IDE integration': 'IDE-Integration verwalten',
|
|
345
541
|
'check status of IDE integration': 'Status der IDE-Integration prüfen',
|
|
346
542
|
'install required IDE companion for {{ideName}}':
|
|
@@ -364,7 +560,8 @@ export default {
|
|
|
364
560
|
'Failed to parse {{terminalName}} keybindings.json. The file contains invalid JSON. Please fix the file manually or delete it to allow automatic configuration.':
|
|
365
561
|
'Fehler beim Parsen von {{terminalName}} keybindings.json. Die Datei enthält ungültiges JSON. Bitte korrigieren Sie die Datei manuell oder löschen Sie sie, um automatische Konfiguration zu ermöglichen.',
|
|
366
562
|
'Error: {{error}}': 'Fehler: {{error}}',
|
|
367
|
-
'Shift+Enter binding already exists':
|
|
563
|
+
'Shift+Enter binding already exists':
|
|
564
|
+
'Umschalt+Enter-Belegung existiert bereits',
|
|
368
565
|
'Ctrl+Enter binding already exists': 'Strg+Enter-Belegung existiert bereits',
|
|
369
566
|
'Existing keybindings detected. Will not modify to avoid conflicts.':
|
|
370
567
|
'Bestehende Tastenbelegungen erkannt. Keine Änderungen, um Konflikte zu vermeiden.',
|
|
@@ -387,8 +584,8 @@ export default {
|
|
|
387
584
|
// ============================================================================
|
|
388
585
|
// Commands - Language
|
|
389
586
|
// ============================================================================
|
|
390
|
-
'Invalid language. Available:
|
|
391
|
-
'Ungültige Sprache. Verfügbar:
|
|
587
|
+
'Invalid language. Available: {{options}}':
|
|
588
|
+
'Ungültige Sprache. Verfügbar: {{options}}',
|
|
392
589
|
'Language subcommands do not accept additional arguments.':
|
|
393
590
|
'Sprach-Unterbefehle akzeptieren keine zusätzlichen Argumente.',
|
|
394
591
|
'Current UI language: {{lang}}': 'Aktuelle UI-Sprache: {{lang}}',
|
|
@@ -397,12 +594,17 @@ export default {
|
|
|
397
594
|
'LLM output language not set': 'LLM-Ausgabesprache nicht festgelegt',
|
|
398
595
|
'Set UI language': 'UI-Sprache festlegen',
|
|
399
596
|
'Set LLM output language': 'LLM-Ausgabesprache festlegen',
|
|
400
|
-
'Usage: /language ui [
|
|
401
|
-
'Usage: /language output <language>':
|
|
597
|
+
'Usage: /language ui [{{options}}]': 'Verwendung: /language ui [{{options}}]',
|
|
598
|
+
'Usage: /language output <language>':
|
|
599
|
+
'Verwendung: /language output <Sprache>',
|
|
402
600
|
'Example: /language output 中文': 'Beispiel: /language output Deutsch',
|
|
403
|
-
'Example: /language output English': 'Beispiel: /language output
|
|
601
|
+
'Example: /language output English': 'Beispiel: /language output Englisch',
|
|
404
602
|
'Example: /language output 日本語': 'Beispiel: /language output Japanisch',
|
|
603
|
+
'Example: /language output Português':
|
|
604
|
+
'Beispiel: /language output Portugiesisch',
|
|
405
605
|
'UI language changed to {{lang}}': 'UI-Sprache geändert zu {{lang}}',
|
|
606
|
+
'LLM output language set to {{lang}}':
|
|
607
|
+
'LLM-Ausgabesprache auf {{lang}} gesetzt',
|
|
406
608
|
'LLM output language rule file generated at {{path}}':
|
|
407
609
|
'LLM-Ausgabesprach-Regeldatei generiert unter {{path}}',
|
|
408
610
|
'Please restart the application for the changes to take effect.':
|
|
@@ -415,19 +617,16 @@ export default {
|
|
|
415
617
|
'To request additional UI language packs, please open an issue on GitHub.':
|
|
416
618
|
'Um zusätzliche UI-Sprachpakete anzufordern, öffnen Sie bitte ein Issue auf GitHub.',
|
|
417
619
|
'Available options:': 'Verfügbare Optionen:',
|
|
418
|
-
'
|
|
419
|
-
' - en-US: English': ' - en-US: Englisch',
|
|
420
|
-
'Set UI language to Simplified Chinese (zh-CN)':
|
|
421
|
-
'UI-Sprache auf Vereinfachtes Chinesisch (zh-CN) setzen',
|
|
422
|
-
'Set UI language to English (en-US)': 'UI-Sprache auf Englisch (en-US) setzen',
|
|
620
|
+
'Set UI language to {{name}}': 'UI-Sprache auf {{name}} setzen',
|
|
423
621
|
|
|
424
622
|
// ============================================================================
|
|
425
623
|
// Commands - Approval Mode
|
|
426
624
|
// ============================================================================
|
|
427
|
-
'Approval Mode': 'Genehmigungsmodus',
|
|
625
|
+
'Tool Approval Mode': 'Werkzeug-Genehmigungsmodus',
|
|
428
626
|
'Current approval mode: {{mode}}': 'Aktueller Genehmigungsmodus: {{mode}}',
|
|
429
627
|
'Available approval modes:': 'Verfügbare Genehmigungsmodi:',
|
|
430
|
-
'Approval mode changed to: {{mode}}':
|
|
628
|
+
'Approval mode changed to: {{mode}}':
|
|
629
|
+
'Genehmigungsmodus geändert zu: {{mode}}',
|
|
431
630
|
'Approval mode changed to: {{mode}} (saved to {{scope}} settings{{location}})':
|
|
432
631
|
'Genehmigungsmodus geändert zu: {{mode}} (gespeichert in {{scope}} Einstellungen{{location}})',
|
|
433
632
|
'Usage: /approval-mode <mode> [--session|--user|--project]':
|
|
@@ -452,19 +651,19 @@ export default {
|
|
|
452
651
|
'Fehler beim Ändern des Genehmigungsmodus: {{error}}',
|
|
453
652
|
'Apply to current session only (temporary)':
|
|
454
653
|
'Nur auf aktuelle Sitzung anwenden (temporär)',
|
|
455
|
-
'Persist for this project/workspace':
|
|
654
|
+
'Persist for this project/workspace':
|
|
655
|
+
'Für dieses Projekt/Arbeitsbereich speichern',
|
|
456
656
|
'Persist for this user on this machine':
|
|
457
657
|
'Für diesen Benutzer auf diesem Computer speichern',
|
|
458
658
|
'Analyze only, do not modify files or execute commands':
|
|
459
659
|
'Nur analysieren, keine Dateien ändern oder Befehle ausführen',
|
|
460
660
|
'Require approval for file edits or shell commands':
|
|
461
661
|
'Genehmigung für Dateibearbeitungen oder Shell-Befehle erforderlich',
|
|
462
|
-
'Automatically approve file edits':
|
|
662
|
+
'Automatically approve file edits':
|
|
663
|
+
'Dateibearbeitungen automatisch genehmigen',
|
|
463
664
|
'Automatically approve all tools': 'Alle Werkzeuge automatisch genehmigen',
|
|
464
665
|
'Workspace approval mode exists and takes priority. User-level change will have no effect.':
|
|
465
666
|
'Arbeitsbereich-Genehmigungsmodus existiert und hat Vorrang. Benutzerebene-Änderung hat keine Wirkung.',
|
|
466
|
-
'(Use Enter to select, Tab to change focus)':
|
|
467
|
-
'(Enter zum Auswählen, Tab zum Fokuswechsel)',
|
|
468
667
|
'Apply To': 'Anwenden auf',
|
|
469
668
|
'User Settings': 'Benutzereinstellungen',
|
|
470
669
|
'Workspace Settings': 'Arbeitsbereich-Einstellungen',
|
|
@@ -475,12 +674,14 @@ export default {
|
|
|
475
674
|
'Commands for interacting with memory.':
|
|
476
675
|
'Befehle für die Interaktion mit dem Speicher.',
|
|
477
676
|
'Show the current memory contents.': 'Aktuellen Speicherinhalt anzeigen.',
|
|
478
|
-
'Show project-level memory contents.':
|
|
677
|
+
'Show project-level memory contents.':
|
|
678
|
+
'Projektebene-Speicherinhalt anzeigen.',
|
|
479
679
|
'Show global memory contents.': 'Globalen Speicherinhalt anzeigen.',
|
|
480
680
|
'Add content to project-level memory.':
|
|
481
681
|
'Inhalt zum Projektebene-Speicher hinzufügen.',
|
|
482
682
|
'Add content to global memory.': 'Inhalt zum globalen Speicher hinzufügen.',
|
|
483
|
-
'Refresh the memory from the source.':
|
|
683
|
+
'Refresh the memory from the source.':
|
|
684
|
+
'Speicher aus der Quelle aktualisieren.',
|
|
484
685
|
'Usage: /memory add --project <text to remember>':
|
|
485
686
|
'Verwendung: /memory add --project <zu merkender Text>',
|
|
486
687
|
'Usage: /memory add --global <text to remember>':
|
|
@@ -520,7 +721,8 @@ export default {
|
|
|
520
721
|
'Konfigurierte MCP-Server und Werkzeuge auflisten',
|
|
521
722
|
'Restarts MCP servers.': 'MCP-Server neu starten.',
|
|
522
723
|
'Config not loaded.': 'Konfiguration nicht geladen.',
|
|
523
|
-
'Could not retrieve tool registry.':
|
|
724
|
+
'Could not retrieve tool registry.':
|
|
725
|
+
'Werkzeugregister konnte nicht abgerufen werden.',
|
|
524
726
|
'No MCP servers configured with OAuth authentication.':
|
|
525
727
|
'Keine MCP-Server mit OAuth-Authentifizierung konfiguriert.',
|
|
526
728
|
'MCP servers with OAuth authentication:':
|
|
@@ -539,7 +741,8 @@ export default {
|
|
|
539
741
|
// Commands - Chat
|
|
540
742
|
// ============================================================================
|
|
541
743
|
'Manage conversation history.': 'Gesprächsverlauf verwalten.',
|
|
542
|
-
'List saved conversation checkpoints':
|
|
744
|
+
'List saved conversation checkpoints':
|
|
745
|
+
'Gespeicherte Gesprächsprüfpunkte auflisten',
|
|
543
746
|
'No saved conversation checkpoints found.':
|
|
544
747
|
'Keine gespeicherten Gesprächsprüfpunkte gefunden.',
|
|
545
748
|
'List of saved conversations:': 'Liste gespeicherter Gespräche:',
|
|
@@ -589,7 +792,8 @@ export default {
|
|
|
589
792
|
'Kein Chat-Client verfügbar, um Zusammenfassung zu generieren.',
|
|
590
793
|
'Already generating summary, wait for previous request to complete':
|
|
591
794
|
'Zusammenfassung wird bereits generiert, warten Sie auf Abschluss der vorherigen Anfrage',
|
|
592
|
-
'No conversation found to summarize.':
|
|
795
|
+
'No conversation found to summarize.':
|
|
796
|
+
'Kein Gespräch zum Zusammenfassen gefunden.',
|
|
593
797
|
'Failed to generate project context summary: {{error}}':
|
|
594
798
|
'Fehler beim Generieren der Projektkontextzusammenfassung: {{error}}',
|
|
595
799
|
'Saved project summary to {{filePathForDisplay}}.':
|
|
@@ -605,7 +809,8 @@ export default {
|
|
|
605
809
|
'Switch the model for this session': 'Modell für diese Sitzung wechseln',
|
|
606
810
|
'Content generator configuration not available.':
|
|
607
811
|
'Inhaltsgenerator-Konfiguration nicht verfügbar.',
|
|
608
|
-
'Authentication type not available.':
|
|
812
|
+
'Authentication type not available.':
|
|
813
|
+
'Authentifizierungstyp nicht verfügbar.',
|
|
609
814
|
'No models available for the current authentication type ({{authType}}).':
|
|
610
815
|
'Keine Modelle für den aktuellen Authentifizierungstyp ({{authType}}) verfügbar.',
|
|
611
816
|
|
|
@@ -622,7 +827,8 @@ export default {
|
|
|
622
827
|
// ============================================================================
|
|
623
828
|
'Already compressing, wait for previous request to complete':
|
|
624
829
|
'Komprimierung läuft bereits, warten Sie auf Abschluss der vorherigen Anfrage',
|
|
625
|
-
'Failed to compress chat history.':
|
|
830
|
+
'Failed to compress chat history.':
|
|
831
|
+
'Fehler beim Komprimieren des Chatverlaufs.',
|
|
626
832
|
'Failed to compress chat history: {{error}}':
|
|
627
833
|
'Fehler beim Komprimieren des Chatverlaufs: {{error}}',
|
|
628
834
|
'Compressing chat history': 'Chatverlauf wird komprimiert',
|
|
@@ -644,10 +850,12 @@ export default {
|
|
|
644
850
|
'Bitte geben Sie mindestens einen Pfad zum Hinzufügen an.',
|
|
645
851
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
|
646
852
|
'Der Befehl /directory add wird in restriktiven Sandbox-Profilen nicht unterstützt. Bitte verwenden Sie --include-directories beim Starten der Sitzung.',
|
|
647
|
-
"Error adding '{{path}}': {{error}}":
|
|
853
|
+
"Error adding '{{path}}': {{error}}":
|
|
854
|
+
"Fehler beim Hinzufügen von '{{path}}': {{error}}",
|
|
648
855
|
'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}':
|
|
649
856
|
'QWEN.md-Dateien aus folgenden Verzeichnissen erfolgreich hinzugefügt, falls vorhanden:\n- {{directories}}',
|
|
650
|
-
'Error refreshing memory: {{error}}':
|
|
857
|
+
'Error refreshing memory: {{error}}':
|
|
858
|
+
'Fehler beim Aktualisieren des Speichers: {{error}}',
|
|
651
859
|
'Successfully added directories:\n- {{directories}}':
|
|
652
860
|
'Verzeichnisse erfolgreich hinzugefügt:\n- {{directories}}',
|
|
653
861
|
'Current workspace directories:\n{{directories}}':
|
|
@@ -677,7 +885,8 @@ export default {
|
|
|
677
885
|
'Yes, allow always': 'Ja, immer erlauben',
|
|
678
886
|
'Modify with external editor': 'Mit externem Editor bearbeiten',
|
|
679
887
|
'No, suggest changes (esc)': 'Nein, Änderungen vorschlagen (Esc)',
|
|
680
|
-
"Allow execution of: '{{command}}'?":
|
|
888
|
+
"Allow execution of: '{{command}}'?":
|
|
889
|
+
"Ausführung erlauben von: '{{command}}'?",
|
|
681
890
|
'Yes, allow always ...': 'Ja, immer erlauben ...',
|
|
682
891
|
'Yes, and auto-accept edits': 'Ja, und Änderungen automatisch akzeptieren',
|
|
683
892
|
'Yes, and manually approve edits': 'Ja, und Änderungen manuell genehmigen',
|
|
@@ -739,6 +948,11 @@ export default {
|
|
|
739
948
|
'Terms of Services and Privacy Notice for Qwen Code':
|
|
740
949
|
'Nutzungsbedingungen und Datenschutzhinweis für Qwen Code',
|
|
741
950
|
'Qwen OAuth': 'Qwen OAuth',
|
|
951
|
+
'Login with QwenChat account to use daily free quota.':
|
|
952
|
+
'Melden Sie sich mit Ihrem QwenChat-Konto an, um das tägliche kostenlose Kontingent zu nutzen.',
|
|
953
|
+
'API-KEY': 'API-KEY',
|
|
954
|
+
'Use coding plan credentials or your own api-keys/providers.':
|
|
955
|
+
'Verwenden Sie Coding Plan-Anmeldedaten oder Ihre eigenen API-Schlüssel/Anbieter.',
|
|
742
956
|
OpenAI: 'OpenAI',
|
|
743
957
|
'Failed to login. Message: {{message}}':
|
|
744
958
|
'Anmeldung fehlgeschlagen. Meldung: {{message}}',
|
|
@@ -749,12 +963,14 @@ export default {
|
|
|
749
963
|
'Qwen OAuth authentication cancelled.':
|
|
750
964
|
'Qwen OAuth-Authentifizierung abgebrochen.',
|
|
751
965
|
'Qwen OAuth Authentication': 'Qwen OAuth-Authentifizierung',
|
|
752
|
-
'Please visit this URL to authorize:':
|
|
966
|
+
'Please visit this URL to authorize:':
|
|
967
|
+
'Bitte besuchen Sie diese URL zur Autorisierung:',
|
|
753
968
|
'Or scan the QR code below:': 'Oder scannen Sie den QR-Code unten:',
|
|
754
969
|
'Waiting for authorization': 'Warten auf Autorisierung',
|
|
755
970
|
'Time remaining:': 'Verbleibende Zeit:',
|
|
756
971
|
'(Press ESC or CTRL+C to cancel)': '(ESC oder STRG+C zum Abbrechen drücken)',
|
|
757
|
-
'Qwen OAuth Authentication Timeout':
|
|
972
|
+
'Qwen OAuth Authentication Timeout':
|
|
973
|
+
'Qwen OAuth-Authentifizierung abgelaufen',
|
|
758
974
|
'OAuth token expired (over {{seconds}} seconds). Please select authentication method again.':
|
|
759
975
|
'OAuth-Token abgelaufen (über {{seconds}} Sekunden). Bitte wählen Sie erneut eine Authentifizierungsmethode.',
|
|
760
976
|
'Press any key to return to authentication type selection.':
|
|
@@ -767,6 +983,22 @@ export default {
|
|
|
767
983
|
'Authentifizierung abgelaufen. Bitte versuchen Sie es erneut.',
|
|
768
984
|
'Waiting for auth... (Press ESC or CTRL+C to cancel)':
|
|
769
985
|
'Warten auf Authentifizierung... (ESC oder STRG+C zum Abbrechen drücken)',
|
|
986
|
+
'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.':
|
|
987
|
+
'API-Schlüssel für OpenAI-kompatible Authentifizierung fehlt. Setzen Sie settings.security.auth.apiKey oder die Umgebungsvariable {{envKeyHint}}.',
|
|
988
|
+
'{{envKeyHint}} environment variable not found.':
|
|
989
|
+
'Umgebungsvariable {{envKeyHint}} wurde nicht gefunden.',
|
|
990
|
+
'{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.':
|
|
991
|
+
'Umgebungsvariable {{envKeyHint}} wurde nicht gefunden. Bitte legen Sie sie in Ihrer .env-Datei oder den Systemumgebungsvariablen fest.',
|
|
992
|
+
'{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.':
|
|
993
|
+
'Umgebungsvariable {{envKeyHint}} wurde nicht gefunden (oder setzen Sie settings.security.auth.apiKey). Bitte legen Sie sie in Ihrer .env-Datei oder den Systemumgebungsvariablen fest.',
|
|
994
|
+
'Missing API key for OpenAI-compatible auth. Set the {{envKeyHint}} environment variable.':
|
|
995
|
+
'API-Schlüssel für OpenAI-kompatible Authentifizierung fehlt. Setzen Sie die Umgebungsvariable {{envKeyHint}}.',
|
|
996
|
+
'Anthropic provider missing required baseUrl in modelProviders[].baseUrl.':
|
|
997
|
+
'Anthropic-Anbieter fehlt erforderliche baseUrl in modelProviders[].baseUrl.',
|
|
998
|
+
'ANTHROPIC_BASE_URL environment variable not found.':
|
|
999
|
+
'Umgebungsvariable ANTHROPIC_BASE_URL wurde nicht gefunden.',
|
|
1000
|
+
'Invalid auth method selected.':
|
|
1001
|
+
'Ungültige Authentifizierungsmethode ausgewählt.',
|
|
770
1002
|
'Failed to authenticate. Message: {{message}}':
|
|
771
1003
|
'Authentifizierung fehlgeschlagen. Meldung: {{message}}',
|
|
772
1004
|
'Authenticated successfully with {{authType}} credentials.':
|
|
@@ -779,7 +1011,8 @@ export default {
|
|
|
779
1011
|
'API Key:': 'API-Schlüssel:',
|
|
780
1012
|
'Invalid credentials: {{errorMessage}}':
|
|
781
1013
|
'Ungültige Anmeldedaten: {{errorMessage}}',
|
|
782
|
-
'Failed to validate credentials':
|
|
1014
|
+
'Failed to validate credentials':
|
|
1015
|
+
'Anmeldedaten konnten nicht validiert werden',
|
|
783
1016
|
'Press Enter to continue, Tab/↑↓ to navigate, Esc to cancel':
|
|
784
1017
|
'Enter zum Fortfahren, Tab/↑↓ zum Navigieren, Esc zum Abbrechen',
|
|
785
1018
|
|
|
@@ -788,8 +1021,17 @@ export default {
|
|
|
788
1021
|
// ============================================================================
|
|
789
1022
|
'Select Model': 'Modell auswählen',
|
|
790
1023
|
'(Press Esc to close)': '(Esc zum Schließen drücken)',
|
|
791
|
-
'
|
|
792
|
-
|
|
1024
|
+
'Current (effective) configuration': 'Aktuelle (wirksame) Konfiguration',
|
|
1025
|
+
AuthType: 'Authentifizierungstyp',
|
|
1026
|
+
'API Key': 'API-Schlüssel',
|
|
1027
|
+
unset: 'nicht gesetzt',
|
|
1028
|
+
'(default)': '(Standard)',
|
|
1029
|
+
'(set)': '(gesetzt)',
|
|
1030
|
+
'(not set)': '(nicht gesetzt)',
|
|
1031
|
+
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
|
1032
|
+
"Modell konnte nicht auf '{{modelId}}' umgestellt werden.\n\n{{error}}",
|
|
1033
|
+
'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
|
|
1034
|
+
'Qwen 3.5 Plus — effizientes Hybridmodell mit führender Programmierleistung',
|
|
793
1035
|
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
|
794
1036
|
'Das neueste Qwen Vision Modell von Alibaba Cloud ModelStudio (Version: qwen3-vl-plus-2025-09-23)',
|
|
795
1037
|
|
|
@@ -820,9 +1062,6 @@ export default {
|
|
|
820
1062
|
// MCP Status
|
|
821
1063
|
// ============================================================================
|
|
822
1064
|
'No MCP servers configured.': 'Keine MCP-Server konfiguriert.',
|
|
823
|
-
'Please view MCP documentation in your browser:':
|
|
824
|
-
'Bitte sehen Sie die MCP-Dokumentation in Ihrem Browser:',
|
|
825
|
-
'or use the cli /docs command': 'oder verwenden Sie den CLI-Befehl /docs',
|
|
826
1065
|
'⏳ MCP servers are starting up ({{count}} initializing)...':
|
|
827
1066
|
'⏳ MCP-Server werden gestartet ({{count}} werden initialisiert)...',
|
|
828
1067
|
'Note: First startup may take longer. Tool availability will update automatically.':
|
|
@@ -877,8 +1116,10 @@ export default {
|
|
|
877
1116
|
// ============================================================================
|
|
878
1117
|
// Exit Screen / Stats
|
|
879
1118
|
// ============================================================================
|
|
880
|
-
'Agent powering down. Goodbye!':
|
|
881
|
-
|
|
1119
|
+
'Agent powering down. Goodbye!':
|
|
1120
|
+
'Agent wird heruntergefahren. Auf Wiedersehen!',
|
|
1121
|
+
'To continue this session, run':
|
|
1122
|
+
'Um diese Sitzung fortzusetzen, führen Sie aus',
|
|
882
1123
|
'Interaction Summary': 'Interaktionszusammenfassung',
|
|
883
1124
|
'Session ID:': 'Sitzungs-ID:',
|
|
884
1125
|
'Tool Calls:': 'Werkzeugaufrufe:',
|
|
@@ -932,6 +1173,19 @@ export default {
|
|
|
932
1173
|
'Session start time is unavailable, cannot calculate stats.':
|
|
933
1174
|
'Sitzungsstartzeit nicht verfügbar, Statistiken können nicht berechnet werden.',
|
|
934
1175
|
|
|
1176
|
+
// ============================================================================
|
|
1177
|
+
// Command Format Migration
|
|
1178
|
+
// ============================================================================
|
|
1179
|
+
'Command Format Migration': 'Befehlsformat-Migration',
|
|
1180
|
+
'Found {{count}} TOML command file:': '{{count}} TOML-Befehlsdatei gefunden:',
|
|
1181
|
+
'Found {{count}} TOML command files:':
|
|
1182
|
+
'{{count}} TOML-Befehlsdateien gefunden:',
|
|
1183
|
+
'... and {{count}} more': '... und {{count}} weitere',
|
|
1184
|
+
'The TOML format is deprecated. Would you like to migrate them to Markdown format?':
|
|
1185
|
+
'Das TOML-Format ist veraltet. Möchten Sie sie ins Markdown-Format migrieren?',
|
|
1186
|
+
'(Backups will be created and original files will be preserved)':
|
|
1187
|
+
'(Backups werden erstellt und Originaldateien werden beibehalten)',
|
|
1188
|
+
|
|
935
1189
|
// ============================================================================
|
|
936
1190
|
// Loading Phrases
|
|
937
1191
|
// ============================================================================
|
|
@@ -1070,4 +1324,126 @@ export default {
|
|
|
1070
1324
|
'Haben Sie versucht, es aus- und wieder einzuschalten? (Den Ladebildschirm, nicht mich.)',
|
|
1071
1325
|
'Zusätzliche Pylonen werden gebaut...',
|
|
1072
1326
|
],
|
|
1327
|
+
|
|
1328
|
+
// ============================================================================
|
|
1329
|
+
// Extension Settings Input
|
|
1330
|
+
// ============================================================================
|
|
1331
|
+
'Enter value...': 'Wert eingeben...',
|
|
1332
|
+
'Enter sensitive value...': 'Sensiblen Wert eingeben...',
|
|
1333
|
+
'Press Enter to submit, Escape to cancel':
|
|
1334
|
+
'Enter zum Absenden, Escape zum Abbrechen drücken',
|
|
1335
|
+
|
|
1336
|
+
// ============================================================================
|
|
1337
|
+
// Command Migration Tool
|
|
1338
|
+
// ============================================================================
|
|
1339
|
+
'Markdown file already exists: {{filename}}':
|
|
1340
|
+
'Markdown-Datei existiert bereits: {{filename}}',
|
|
1341
|
+
'TOML Command Format Deprecation Notice':
|
|
1342
|
+
'TOML-Befehlsformat Veraltet-Hinweis',
|
|
1343
|
+
'Found {{count}} command file(s) in TOML format:':
|
|
1344
|
+
'{{count}} Befehlsdatei(en) im TOML-Format gefunden:',
|
|
1345
|
+
'The TOML format for commands is being deprecated in favor of Markdown format.':
|
|
1346
|
+
'Das TOML-Format für Befehle wird zugunsten des Markdown-Formats eingestellt.',
|
|
1347
|
+
'Markdown format is more readable and easier to edit.':
|
|
1348
|
+
'Das Markdown-Format ist lesbarer und einfacher zu bearbeiten.',
|
|
1349
|
+
'You can migrate these files automatically using:':
|
|
1350
|
+
'Sie können diese Dateien automatisch migrieren mit:',
|
|
1351
|
+
'Or manually convert each file:': 'Oder jede Datei manuell konvertieren:',
|
|
1352
|
+
'TOML: prompt = "..." / description = "..."':
|
|
1353
|
+
'TOML: prompt = "..." / description = "..."',
|
|
1354
|
+
'Markdown: YAML frontmatter + content': 'Markdown: YAML-Frontmatter + Inhalt',
|
|
1355
|
+
'The migration tool will:': 'Das Migrationstool wird:',
|
|
1356
|
+
'Convert TOML files to Markdown': 'TOML-Dateien in Markdown konvertieren',
|
|
1357
|
+
'Create backups of original files':
|
|
1358
|
+
'Sicherungen der Originaldateien erstellen',
|
|
1359
|
+
'Preserve all command functionality': 'Alle Befehlsfunktionen beibehalten',
|
|
1360
|
+
'TOML format will continue to work for now, but migration is recommended.':
|
|
1361
|
+
'Das TOML-Format funktioniert vorerst weiter, aber eine Migration wird empfohlen.',
|
|
1362
|
+
|
|
1363
|
+
// ============================================================================
|
|
1364
|
+
// Extensions - Explore Command
|
|
1365
|
+
// ============================================================================
|
|
1366
|
+
'Open extensions page in your browser': 'Erweiterungsseite im Browser öffnen',
|
|
1367
|
+
'Unknown extensions source: {{source}}.':
|
|
1368
|
+
'Unbekannte Erweiterungsquelle: {{source}}.',
|
|
1369
|
+
'Would open extensions page in your browser: {{url}} (skipped in test environment)':
|
|
1370
|
+
'Würde Erweiterungsseite im Browser öffnen: {{url}} (übersprungen in Testumgebung)',
|
|
1371
|
+
'View available extensions at {{url}}':
|
|
1372
|
+
'Verfügbare Erweiterungen ansehen unter {{url}}',
|
|
1373
|
+
'Opening extensions page in your browser: {{url}}':
|
|
1374
|
+
'Erweiterungsseite wird im Browser geöffnet: {{url}}',
|
|
1375
|
+
'Failed to open browser. Check out the extensions gallery at {{url}}':
|
|
1376
|
+
'Browser konnte nicht geöffnet werden. Besuchen Sie die Erweiterungsgalerie unter {{url}}',
|
|
1377
|
+
'You can switch permission mode quickly with Shift+Tab or /approval-mode.':
|
|
1378
|
+
'Sie können den Berechtigungsmodus schnell mit Shift+Tab oder /approval-mode wechseln.',
|
|
1379
|
+
'You can switch permission mode quickly with Tab or /approval-mode.':
|
|
1380
|
+
'Sie können den Berechtigungsmodus schnell mit Tab oder /approval-mode wechseln.',
|
|
1381
|
+
|
|
1382
|
+
// ============================================================================
|
|
1383
|
+
// Custom API-KEY Configuration
|
|
1384
|
+
// ============================================================================
|
|
1385
|
+
'For advanced users who want to configure models manually.':
|
|
1386
|
+
'Für fortgeschrittene Benutzer, die Modelle manuell konfigurieren möchten.',
|
|
1387
|
+
'Please configure your models in settings.json:':
|
|
1388
|
+
'Bitte konfigurieren Sie Ihre Modelle in settings.json:',
|
|
1389
|
+
'Set API key via environment variable (e.g., OPENAI_API_KEY)':
|
|
1390
|
+
'API-Schlüssel über Umgebungsvariable setzen (z.B. OPENAI_API_KEY)',
|
|
1391
|
+
"Add model configuration to modelProviders['openai'] (or other auth types)":
|
|
1392
|
+
"Modellkonfiguration zu modelProviders['openai'] (oder anderen Authentifizierungstypen) hinzufügen",
|
|
1393
|
+
'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig':
|
|
1394
|
+
'Jeder Anbieter benötigt: id, envKey (erforderlich), plus optionale baseUrl, generationConfig',
|
|
1395
|
+
'Use /model command to select your preferred model from the configured list':
|
|
1396
|
+
'Verwenden Sie den /model-Befehl, um Ihr bevorzugtes Modell aus der konfigurierten Liste auszuwählen',
|
|
1397
|
+
'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
|
|
1398
|
+
'Unterstützte Authentifizierungstypen: openai, anthropic, gemini, vertex-ai, usw.',
|
|
1399
|
+
|
|
1400
|
+
// ============================================================================
|
|
1401
|
+
// Coding Plan Authentication
|
|
1402
|
+
// ============================================================================
|
|
1403
|
+
'Please enter your API key:': 'Bitte geben Sie Ihren API-Schlüssel ein:',
|
|
1404
|
+
'API key cannot be empty.': 'API-Schlüssel darf nicht leer sein.',
|
|
1405
|
+
'You can get your exclusive Coding Plan API-KEY here:':
|
|
1406
|
+
'Hier können Sie Ihren exklusiven Coding Plan API-KEY erhalten:',
|
|
1407
|
+
'New model configurations are available for Bailian Coding Plan. Update now?':
|
|
1408
|
+
'Neue Modellkonfigurationen sind für Bailian Coding Plan verfügbar. Jetzt aktualisieren?',
|
|
1409
|
+
'Coding Plan configuration updated successfully. New models are now available.':
|
|
1410
|
+
'Coding Plan-Konfiguration erfolgreich aktualisiert. Neue Modelle sind jetzt verfügbar.',
|
|
1411
|
+
'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
|
|
1412
|
+
'Coding Plan API-Schlüssel nicht gefunden. Bitte authentifizieren Sie sich erneut mit Coding Plan.',
|
|
1413
|
+
'Failed to update Coding Plan configuration: {{message}}':
|
|
1414
|
+
'Fehler beim Aktualisieren der Coding Plan-Konfiguration: {{message}}',
|
|
1415
|
+
|
|
1416
|
+
// ============================================================================
|
|
1417
|
+
// Auth Dialog - View Titles and Labels
|
|
1418
|
+
// ============================================================================
|
|
1419
|
+
'Coding Plan': 'Coding Plan',
|
|
1420
|
+
'Coding Plan (Bailian, China)': 'Coding Plan (Bailian, China)',
|
|
1421
|
+
'Coding Plan (Bailian, Global/Intl)': 'Coding Plan (Bailian, Global/Intl)',
|
|
1422
|
+
"Paste your api key of Bailian Coding Plan and you're all set!":
|
|
1423
|
+
'Fügen Sie Ihren Bailian Coding Plan API-Schlüssel ein und Sie sind bereit!',
|
|
1424
|
+
"Paste your api key of Coding Plan (Bailian, Global/Intl) and you're all set!":
|
|
1425
|
+
'Fügen Sie Ihren Coding Plan (Bailian, Global/Intl) API-Schlüssel ein und Sie sind bereit!',
|
|
1426
|
+
Custom: 'Benutzerdefiniert',
|
|
1427
|
+
'More instructions about configuring `modelProviders` manually.':
|
|
1428
|
+
'Weitere Anweisungen zur manuellen Konfiguration von `modelProviders`.',
|
|
1429
|
+
'Select API-KEY configuration mode:':
|
|
1430
|
+
'API-KEY-Konfigurationsmodus auswählen:',
|
|
1431
|
+
'(Press Escape to go back)': '(Escape drücken zum Zurückgehen)',
|
|
1432
|
+
'(Press Enter to submit, Escape to cancel)':
|
|
1433
|
+
'(Enter zum Absenden, Escape zum Abbrechen)',
|
|
1434
|
+
'More instructions please check:': 'Weitere Anweisungen finden Sie unter:',
|
|
1435
|
+
|
|
1436
|
+
// ============================================================================
|
|
1437
|
+
// Coding Plan International Updates
|
|
1438
|
+
// ============================================================================
|
|
1439
|
+
'New model configurations are available for {{region}}. Update now?':
|
|
1440
|
+
'Neue Modellkonfigurationen sind für {{region}} verfügbar. Jetzt aktualisieren?',
|
|
1441
|
+
'New model configurations are available for Bailian Coding Plan (China). Update now?':
|
|
1442
|
+
'Neue Modellkonfigurationen sind für Bailian Coding Plan (China) verfügbar. Jetzt aktualisieren?',
|
|
1443
|
+
'New model configurations are available for Coding Plan (Bailian, Global/Intl). Update now?':
|
|
1444
|
+
'Neue Modellkonfigurationen sind für Coding Plan (Bailian, Global/Intl) verfügbar. Jetzt aktualisieren?',
|
|
1445
|
+
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1446
|
+
'{{region}}-Konfiguration erfolgreich aktualisiert. Modell auf "{{model}}" umgeschaltet.',
|
|
1447
|
+
'Authenticated successfully with {{region}}. API key is stored in settings.env.':
|
|
1448
|
+
'Erfolgreich mit {{region}} authentifiziert. API-Schlüssel ist in settings.env gespeichert.',
|
|
1073
1449
|
};
|