@theia/core 1.60.0-next.47 → 1.60.1
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/README.md +6 -6
- package/i18n/nls.cs.json +104 -8
- package/i18n/nls.de.json +104 -8
- package/i18n/nls.es.json +104 -8
- package/i18n/nls.fr.json +104 -8
- package/i18n/nls.hu.json +104 -8
- package/i18n/nls.it.json +104 -8
- package/i18n/nls.ja.json +104 -8
- package/i18n/nls.json +111 -15
- package/i18n/nls.ko.json +104 -8
- package/i18n/nls.pl.json +104 -8
- package/i18n/nls.pt-br.json +104 -8
- package/i18n/nls.ru.json +104 -8
- package/i18n/nls.tr.json +104 -8
- package/i18n/nls.zh-cn.json +104 -8
- package/i18n/nls.zh-tw.json +104 -8
- package/lib/browser/catalog.json +111 -24
- package/lib/browser/context-menu-renderer.d.ts +2 -1
- package/lib/browser/context-menu-renderer.d.ts.map +1 -1
- package/lib/browser/context-menu-renderer.js +3 -0
- package/lib/browser/context-menu-renderer.js.map +1 -1
- package/lib/browser/shell/application-shell.d.ts.map +1 -1
- package/lib/browser/shell/application-shell.js +2 -1
- package/lib/browser/shell/application-shell.js.map +1 -1
- package/lib/browser/shell/tab-bars.d.ts +7 -30
- package/lib/browser/shell/tab-bars.d.ts.map +1 -1
- package/lib/browser/shell/tab-bars.js +49 -76
- package/lib/browser/shell/tab-bars.js.map +1 -1
- package/lib/browser/shell/theia-dock-panel.d.ts.map +1 -1
- package/lib/browser/shell/theia-dock-panel.js +9 -0
- package/lib/browser/shell/theia-dock-panel.js.map +1 -1
- package/lib/browser/widget-open-handler.d.ts +1 -1
- package/lib/browser/widget-open-handler.d.ts.map +1 -1
- package/lib/browser/widget-open-handler.js +2 -2
- package/lib/browser/widget-open-handler.js.map +1 -1
- package/lib/node/env-variables/env-variables-server.d.ts.map +1 -1
- package/lib/node/env-variables/env-variables-server.js +5 -7
- package/lib/node/env-variables/env-variables-server.js.map +1 -1
- package/package.json +7 -7
- package/src/browser/context-menu-renderer.ts +4 -1
- package/src/browser/shell/application-shell.ts +3 -1
- package/src/browser/shell/tab-bars.ts +55 -86
- package/src/browser/shell/theia-dock-panel.ts +10 -0
- package/src/browser/style/tabs.css +2 -2
- package/src/browser/style/view-container.css +1 -0
- package/src/browser/widget-open-handler.ts +2 -2
- package/src/node/env-variables/env-variables-server.ts +5 -6
package/i18n/nls.ja.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ai-chat-ui.show-settings": "AI設定の表示",
|
|
2
3
|
"aiConfiguration:open": "AI設定ビューを開く",
|
|
3
4
|
"aiHistory:clear": "AI履歴クリアヒストリー",
|
|
4
5
|
"aiHistory:open": "AI履歴ビューを開く",
|
|
@@ -13,6 +14,30 @@
|
|
|
13
14
|
"terminal:profile:default": "デフォルトの端末プロファイルを選択",
|
|
14
15
|
"theia": {
|
|
15
16
|
"ai": {
|
|
17
|
+
"agents": {
|
|
18
|
+
"enable": {
|
|
19
|
+
"mdDescription": "エージェントを有効(true)にするか無効(false)にするかを指定します。",
|
|
20
|
+
"title": "エージェントを有効にする"
|
|
21
|
+
},
|
|
22
|
+
"languageModelRequirements": {
|
|
23
|
+
"identifier": {
|
|
24
|
+
"mdDescription": "使用する言語モデルの識別子。",
|
|
25
|
+
"title": "特定する"
|
|
26
|
+
},
|
|
27
|
+
"mdDescription": "このエージェントで使用する言語モデルを指定します。",
|
|
28
|
+
"purpose": {
|
|
29
|
+
"mdDescription": "この言語モデルを使用する目的。",
|
|
30
|
+
"title": "目的"
|
|
31
|
+
},
|
|
32
|
+
"title": "言語モデルの要件"
|
|
33
|
+
},
|
|
34
|
+
"mdDescription": "特定のエージェントの有効化、無効化、プロンプトの設定、LLMの選択など、エージェントの設定を行います。",
|
|
35
|
+
"selectedVariants": {
|
|
36
|
+
"mdDescription": "このエージェントで現在選択されているプロンプトのバリエーションを指定します。",
|
|
37
|
+
"title": "厳選されたバリエーション"
|
|
38
|
+
},
|
|
39
|
+
"title": "エージェント設定"
|
|
40
|
+
},
|
|
16
41
|
"anthropic": {
|
|
17
42
|
"apiKey": {
|
|
18
43
|
"description": "Anthropic公式アカウントのAPIキーを入力してください。**AnthropicのAPIキーは、Theiaを実行しているマシンにクリアテキストで保存されます。キーを安全に設定するには、環境変数 `ANTHROPIC_API_KEY` を使用してください。"
|
|
@@ -27,6 +52,9 @@
|
|
|
27
52
|
},
|
|
28
53
|
"pinChatAgent": {
|
|
29
54
|
"description": "エージェントのピン留めを有効にすると、プロンプトの間、言及されたチャットエージェントを自動的にアクティブに保ち、繰り返し言及する必要性を減らします。"
|
|
55
|
+
},
|
|
56
|
+
"view": {
|
|
57
|
+
"label": "AIチャット"
|
|
30
58
|
}
|
|
31
59
|
},
|
|
32
60
|
"chat-ui": {
|
|
@@ -53,17 +81,22 @@
|
|
|
53
81
|
},
|
|
54
82
|
"copyCodeBlock": "コードブロックのコピー",
|
|
55
83
|
"deleteChangeSet": "変更セットの削除",
|
|
84
|
+
"enterChatName": "チャット名を入力",
|
|
56
85
|
"errorChatInvocation": "チャットサービス呼び出し中にエラーが発生しました。",
|
|
57
86
|
"openDiff": "オープンデフ",
|
|
58
87
|
"openOriginalFile": "オリジナル・ファイルを開く",
|
|
59
88
|
"pinAgent": "ピン・エージェント",
|
|
60
89
|
"removeChat": "チャットの削除",
|
|
90
|
+
"renameChat": "チャット名の変更",
|
|
61
91
|
"selectChat": "チャットを選択",
|
|
62
92
|
"selectVariableArguments": "変数引数の選択",
|
|
63
93
|
"send": "送信 (Enter)",
|
|
64
94
|
"text-part-renderer": {
|
|
65
95
|
"cantDisplay": "ChatResponsePartRenderersをチェックしてください!"
|
|
66
96
|
},
|
|
97
|
+
"thinking-part-renderer": {
|
|
98
|
+
"thinking": "考える"
|
|
99
|
+
},
|
|
67
100
|
"toolcall-part-renderer": {
|
|
68
101
|
"finished": "ラン",
|
|
69
102
|
"prettyPrintError": "内容を文字列に変換できませんでした: '{0}'.これはオリジナルのコンテンツです:'{1}'."
|
|
@@ -132,10 +165,16 @@
|
|
|
132
165
|
"promptTemplates": {
|
|
133
166
|
"description": "カスタマイズされたプロンプトテンプレートを保存するフォルダ。カスタマイズされていない場合は、ユーザー設定ディレクトリが使用される。プロンプトテンプレートのバリエーションを管理するために、バージョン管理下にあるフォルダを使用することを検討してください。"
|
|
134
167
|
},
|
|
168
|
+
"prompts": {
|
|
169
|
+
"category": "テイアAIプロンプトテンプレート"
|
|
170
|
+
},
|
|
135
171
|
"requestSettings": {
|
|
136
172
|
"mdDescription": "複数のモデルのカスタムリクエスト設定を指定することができます。\n 各オブジェクトは特定のモデルの設定を表す。modelId` フィールドはモデル ID を指定し、`requestSettings` フィールドはモデル固有の設定を定義する。\n providerId` フィールドはオプションであり、設定を特定のプロバイダに適用することができる。設定されていない場合、設定はすべてのプロバイダに適用される。\n providerIdの例: huggingface, openai, ollama, llamafile.\n 詳しくは[our documentation](https://theia-ide.org/docs/user_ai/#custom-request-settings)を参照してください。",
|
|
137
173
|
"title": "カスタムリクエスト設定"
|
|
138
174
|
},
|
|
175
|
+
"showAllPrompts": {
|
|
176
|
+
"label": "すべてのプロンプトを表示する"
|
|
177
|
+
},
|
|
139
178
|
"templateSettings": {
|
|
140
179
|
"selectVariant": "バリアントを選択する:",
|
|
141
180
|
"unavailableVariant": "選択されたバリアントはもう利用できません"
|
|
@@ -146,7 +185,16 @@
|
|
|
146
185
|
"currentFileContent": "現在開いているファイルのプレーンな内容。これは、コンテンツがどこから来たかという情報を除きます。ほとんどのエージェントは、相対ファイルパス(現在のワークスペースからの相対パス)の方がうまく動作することに注意してください。",
|
|
147
186
|
"currentRelativeDirPath": "現在開いているファイルを含むディレクトリの相対パス。",
|
|
148
187
|
"currentRelativeFilePath": "現在開いているファイルの相対パス。",
|
|
149
|
-
"currentSelectedText": "開いているファイルで現在選択されているプレーンテキスト。これは、コンテンツがどこから来たかという情報を除きます。ほとんどのエージェントは、相対ファイルパス(現在のワークスペースからの相対パス)の方がうまく動作することに注意してください。"
|
|
188
|
+
"currentSelectedText": "開いているファイルで現在選択されているプレーンテキスト。これは、コンテンツがどこから来たかという情報を除きます。ほとんどのエージェントは、相対ファイルパス(現在のワークスペースからの相対パス)の方がうまく動作することに注意してください。",
|
|
189
|
+
"dotRelativePath": "現在開いているファイルの相対パス ('currentRelativeFilePath')へのショートリファレンス。"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"google": {
|
|
193
|
+
"apiKey": {
|
|
194
|
+
"description": "公式 Google AI (Gemini) アカウントの API キーを入力してください。**注意:** この設定を使用すると、Theia を実行しているマシンに GOOGLE AI API キーが平文で保存されます。キーを安全に設定するには、環境変数 `GOOGLE_API_KEY` を使用してください。"
|
|
195
|
+
},
|
|
196
|
+
"models": {
|
|
197
|
+
"description": "使用するGoogle Gemini公式モデル"
|
|
150
198
|
}
|
|
151
199
|
},
|
|
152
200
|
"history": {
|
|
@@ -154,14 +202,11 @@
|
|
|
154
202
|
"tooltip": "全エージェントの履歴を消去"
|
|
155
203
|
},
|
|
156
204
|
"communication-card": {
|
|
157
|
-
"context": "コンテクスト",
|
|
158
|
-
"messages": "メッセージ",
|
|
159
205
|
"request": "リクエスト",
|
|
160
206
|
"requestId": "リクエストID",
|
|
161
207
|
"response": "応答",
|
|
162
208
|
"responseTime": "応答時間",
|
|
163
209
|
"sessionId": "セッションID",
|
|
164
|
-
"systemMessage": "システムメッセージ",
|
|
165
210
|
"timestamp": "タイムスタンプ"
|
|
166
211
|
},
|
|
167
212
|
"sortChronologically": {
|
|
@@ -185,6 +230,11 @@
|
|
|
185
230
|
"description": "ハグする顔のモデル"
|
|
186
231
|
}
|
|
187
232
|
},
|
|
233
|
+
"ide": {
|
|
234
|
+
"agent-description": "AI Configuration View]({0})で、AIエージェントの有効化、LLMの選択、プロンプトテンプレートのカスタマイズ、カスタムエージェントの作成などの設定を行います。",
|
|
235
|
+
"model-selection-description": "AI Configuration View]({0})で、各AIエージェントが使用するLarge Language Models (LLM) を選択します。",
|
|
236
|
+
"prompt-template-description": "AI Configuration View]({0})で、AIエージェントのプロンプトバリアントを選択し、プロンプトテンプレートをカスタマイズする。"
|
|
237
|
+
},
|
|
188
238
|
"llamaFile": {
|
|
189
239
|
"prefs": {
|
|
190
240
|
"mdDescription": "この設定により、Theia IDEでLlamaFileモデルを設定・管理することができます。 \n 各エントリにはユーザーフレンドリーな `name` と、LlamaFile を指すファイル `uri` 、そして実行する `port` が必要です。 \n LlamaFileを起動するには、\"Start LlamaFile \"コマンドを使用します。 \n エントリーを編集した場合(例えば、ポートを変更した場合)、実行中のインスタンスは停止し、手動で再度起動する必要があります。 \n [LlamaFilesの設定と管理については、Theia IDEのドキュメントを参照してください](https://theia-ide.org/docs/user_ai/#llamafile-models)。",
|
|
@@ -245,11 +295,29 @@
|
|
|
245
295
|
},
|
|
246
296
|
"stop": {
|
|
247
297
|
"label": "MCP:MCPサーバーの停止"
|
|
248
|
-
},
|
|
249
|
-
"tool": {
|
|
250
|
-
"unnamed": "無名ツール"
|
|
251
298
|
}
|
|
252
299
|
},
|
|
300
|
+
"mcpConfiguration": {
|
|
301
|
+
"arguments": "論拠: ",
|
|
302
|
+
"autostart": "オートスタート: ",
|
|
303
|
+
"command": "命令だ: ",
|
|
304
|
+
"copiedAllList": "すべてのツールをクリップボードにコピー(すべてのツールのリスト)",
|
|
305
|
+
"copiedAllSingle": "すべてのツールをクリップボードにコピー(すべてのツールを含む単一のプロンプトフラグメント)",
|
|
306
|
+
"copiedForPromptTemplate": "プロンプトテンプレートのためにすべてのツールをクリップボードにコピー(すべてのツールを含む単一のプロンプトフラグメント)",
|
|
307
|
+
"copyAllList": "すべてコピー(すべてのツールのリスト)",
|
|
308
|
+
"copyAllSingle": "チャットのためにすべてをコピーする(すべてのツールで単一のプロンプトフラグメント)",
|
|
309
|
+
"copyForPrompt": "コピーツール(チャットまたはプロンプトテンプレート用)",
|
|
310
|
+
"copyForPromptTemplate": "プロンプトテンプレートのすべてをコピーする(すべてのツールで単一のプロンプトフラグメント)",
|
|
311
|
+
"disabled": "無効",
|
|
312
|
+
"enabled": "有効",
|
|
313
|
+
"environmentVariables": "環境変数: ",
|
|
314
|
+
"noServers": "MCPサーバーが設定されていない",
|
|
315
|
+
"serverConfigurations": "MCPサーバーの構成",
|
|
316
|
+
"startServer": "サーバ起動",
|
|
317
|
+
"stopServer": "サーバー停止",
|
|
318
|
+
"tools": "道具だ: ",
|
|
319
|
+
"widgetLabel": "MCPサーバー"
|
|
320
|
+
},
|
|
253
321
|
"openai": {
|
|
254
322
|
"apiKey": {
|
|
255
323
|
"mdDescription": "公式 OpenAI アカウントの API キーを入力します。**注意:** この設定を使用すると、Open AI API キーが Theia を実行しているマシンにクリアテキストで保存されます。キーを安全に設定するには、環境変数 `OPENAI_API_KEY` を使用してください。"
|
|
@@ -285,6 +353,18 @@
|
|
|
285
353
|
"description": "OpenAIの公式使用モデル"
|
|
286
354
|
}
|
|
287
355
|
},
|
|
356
|
+
"promptTemplates": {
|
|
357
|
+
"directories": {
|
|
358
|
+
"title": "ワークスペース固有のプロンプト・テンプレート・ディレクトリ"
|
|
359
|
+
},
|
|
360
|
+
"extensions": {
|
|
361
|
+
"description": "プロンプトのテンプレートとみなされる、 プロンプトの場所にある追加のファイル拡張子のリスト。'.prompttemplate' は常にデフォルトとみなされる。",
|
|
362
|
+
"title": "その他のプロンプト・テンプレート・ファイル拡張子"
|
|
363
|
+
},
|
|
364
|
+
"files": {
|
|
365
|
+
"title": "ワークスペース固有のプロンプト・テンプレート・ファイル"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
288
368
|
"scanoss": {
|
|
289
369
|
"changeSet": {
|
|
290
370
|
"clean": "マッチなし",
|
|
@@ -317,6 +397,10 @@
|
|
|
317
397
|
"summary": "概要"
|
|
318
398
|
}
|
|
319
399
|
},
|
|
400
|
+
"session-settings-dialog": {
|
|
401
|
+
"title": "セッション設定の設定",
|
|
402
|
+
"tooltip": "セッション設定の設定"
|
|
403
|
+
},
|
|
320
404
|
"terminal": {
|
|
321
405
|
"agent": {
|
|
322
406
|
"description": "このエージェントは、任意のターミナルコマンドの記述と実行を支援する。 ユーザの要求に基づいてコマンドを提案し、ユーザが直接ターミナルに貼り付けて実行できるようにする。 コンテキストを考慮した支援を提供するために、カレントディレクトリ、環境、ターミナルセッションの最近のターミナル出力にアクセスします。"
|
|
@@ -352,6 +436,13 @@
|
|
|
352
436
|
}
|
|
353
437
|
}
|
|
354
438
|
},
|
|
439
|
+
"ai-chat-ui": {
|
|
440
|
+
"open-history-tooltip": "AIの歴史を開く...",
|
|
441
|
+
"open-settings-tooltip": "AIの設定を開く..."
|
|
442
|
+
},
|
|
443
|
+
"ai-ide": {
|
|
444
|
+
"open-agent-settings-tooltip": "エージェントの設定を開く..."
|
|
445
|
+
},
|
|
355
446
|
"callhierarchy": {
|
|
356
447
|
"noCallers": "発信者は検出されていません。",
|
|
357
448
|
"open": "オープンコールヒエラルキー"
|
|
@@ -386,7 +477,8 @@
|
|
|
386
477
|
"core": {
|
|
387
478
|
"about": {
|
|
388
479
|
"compatibility": "{0} 互換性",
|
|
389
|
-
"defaultApi": "デフォルト{0} API"
|
|
480
|
+
"defaultApi": "デフォルト{0} API",
|
|
481
|
+
"listOfExtensions": "エクステンション一覧"
|
|
390
482
|
},
|
|
391
483
|
"common": {
|
|
392
484
|
"closeAll": "すべてのタブを閉じる",
|
|
@@ -758,6 +850,7 @@
|
|
|
758
850
|
"webviewWarnIfUnsecure": "現在、ウェブビューが安全でない状態で展開されていることをユーザーに警告します。"
|
|
759
851
|
},
|
|
760
852
|
"preferences": {
|
|
853
|
+
"ai-features": "AI機能",
|
|
761
854
|
"hostedPlugin": "ホスト型プラグイン",
|
|
762
855
|
"toolbar": "ツールバー"
|
|
763
856
|
},
|
|
@@ -859,6 +952,9 @@
|
|
|
859
952
|
"subtypeHierarchy": "サブタイプヒエラルキー",
|
|
860
953
|
"supertypeHierarchy": "スーパータイプヒエラルキー"
|
|
861
954
|
},
|
|
955
|
+
"variableResolver": {
|
|
956
|
+
"listAllVariables": "変数すべてをリストする"
|
|
957
|
+
},
|
|
862
958
|
"vsx-registry": {
|
|
863
959
|
"confirmDialogMessage": "拡張子 \"{0}\" は未検証であり、セキュリティリスクをもたらす可能性があります。",
|
|
864
960
|
"confirmDialogTitle": "本当にインストールを続行しますか?",
|
package/i18n/nls.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ai-chat-ui.show-settings": "Show AI Settings",
|
|
2
3
|
"aiConfiguration:open": "Open AI Configuration view",
|
|
3
4
|
"aiHistory:clear": "AI History: Clear History",
|
|
4
5
|
"aiHistory:open": "Open AI History view",
|
|
@@ -13,6 +14,30 @@
|
|
|
13
14
|
"terminal:profile:default": "Choose the default Terminal Profile",
|
|
14
15
|
"theia": {
|
|
15
16
|
"ai": {
|
|
17
|
+
"agents": {
|
|
18
|
+
"enable": {
|
|
19
|
+
"mdDescription": "Specifies whether the agent should be enabled (true) or disabled (false).",
|
|
20
|
+
"title": "Enable Agent"
|
|
21
|
+
},
|
|
22
|
+
"languageModelRequirements": {
|
|
23
|
+
"identifier": {
|
|
24
|
+
"mdDescription": "The identifier of the language model to be used.",
|
|
25
|
+
"title": "Identifier"
|
|
26
|
+
},
|
|
27
|
+
"mdDescription": "Specifies the used language models for this agent.",
|
|
28
|
+
"purpose": {
|
|
29
|
+
"mdDescription": "The purpose for which this language model is used.",
|
|
30
|
+
"title": "Purpose"
|
|
31
|
+
},
|
|
32
|
+
"title": "Language Model Requirements"
|
|
33
|
+
},
|
|
34
|
+
"mdDescription": "Configure agent settings such as enabling or disabling specific agents, configuring prompts and selecting LLMs.",
|
|
35
|
+
"selectedVariants": {
|
|
36
|
+
"mdDescription": "Specifies the currently selected prompt variants for this agent.",
|
|
37
|
+
"title": "Selected Variants"
|
|
38
|
+
},
|
|
39
|
+
"title": "Agent Settings"
|
|
40
|
+
},
|
|
16
41
|
"anthropic": {
|
|
17
42
|
"apiKey": {
|
|
18
43
|
"description": "Enter an API Key of your official Anthropic Account. **Please note:** By using this preference the Anthropic API key will be stored in clear text on the machine running Theia. Use the environment variable `ANTHROPIC_API_KEY` to set the key securely."
|
|
@@ -27,6 +52,9 @@
|
|
|
27
52
|
},
|
|
28
53
|
"pinChatAgent": {
|
|
29
54
|
"description": "Enable agent pinning to automatically keep a mentioned chat agent active across prompts, reducing the need for repeated mentions.You can manually unpin or switch agents anytime."
|
|
55
|
+
},
|
|
56
|
+
"view": {
|
|
57
|
+
"label": "AI Chat"
|
|
30
58
|
}
|
|
31
59
|
},
|
|
32
60
|
"chat-ui": {
|
|
@@ -53,17 +81,22 @@
|
|
|
53
81
|
},
|
|
54
82
|
"copyCodeBlock": "Copy Code Block",
|
|
55
83
|
"deleteChangeSet": "Delete Change Set",
|
|
84
|
+
"enterChatName": "Enter chat name",
|
|
56
85
|
"errorChatInvocation": "An error occurred during chat service invocation.",
|
|
57
86
|
"openDiff": "Open Diff",
|
|
58
87
|
"openOriginalFile": "Open Original File",
|
|
59
88
|
"pinAgent": "Pin Agent",
|
|
60
89
|
"removeChat": "Remove Chat",
|
|
90
|
+
"renameChat": "Rename Chat",
|
|
61
91
|
"selectChat": "Select chat",
|
|
62
92
|
"selectVariableArguments": "Select variable arguments",
|
|
63
93
|
"send": "Send (Enter)",
|
|
64
94
|
"text-part-renderer": {
|
|
65
95
|
"cantDisplay": "Can't display response, please check your ChatResponsePartRenderers!"
|
|
66
96
|
},
|
|
97
|
+
"thinking-part-renderer": {
|
|
98
|
+
"thinking": "Thinking"
|
|
99
|
+
},
|
|
67
100
|
"toolcall-part-renderer": {
|
|
68
101
|
"finished": "Ran",
|
|
69
102
|
"prettyPrintError": "The content could not be converted to string: '{0}'. This is the original content: '{1}'."
|
|
@@ -107,7 +140,7 @@
|
|
|
107
140
|
"undeclared": "Undeclared"
|
|
108
141
|
},
|
|
109
142
|
"aiConfiguration": {
|
|
110
|
-
"label": "
|
|
143
|
+
"label": "AI Configuration [Alpha]"
|
|
111
144
|
},
|
|
112
145
|
"changeSetSummaryVariable": {
|
|
113
146
|
"description": "Provides a summary of the files in a change set and their contents."
|
|
@@ -132,21 +165,36 @@
|
|
|
132
165
|
"promptTemplates": {
|
|
133
166
|
"description": "Folder for storing customized prompt templates. If not customized the user config directory is used. Please consider to use a folder, which is under version control to manage your variants of prompt templates."
|
|
134
167
|
},
|
|
168
|
+
"prompts": {
|
|
169
|
+
"category": "Theia AI Prompt Templates"
|
|
170
|
+
},
|
|
135
171
|
"requestSettings": {
|
|
136
|
-
"mdDescription": "Allows specifying custom request settings for multiple models.\n Each
|
|
172
|
+
"mdDescription": "Allows specifying custom request settings for multiple models.\n Each setting consists of:\n - `scope`: Defines when the setting applies:\n - `modelId` (optional): The model ID to match\n - `providerId` (optional): The provider ID to match (e.g., huggingface, openai, ollama, llamafile)\n - `agentId` (optional): The agent ID to match\n - `requestSettings`: Model-specific settings as key-value pairs\n - `clientSettings`: Client-side message handling settings:\n - `keepToolCalls` (boolean): Whether to keep tool calls in the context\n - `keepThinking` (boolean): Whether to keep thinking messages\n Settings are matched based on specificity (agent: 100, model: 10, provider: 1 points).\n Refer to [our documentation](https://theia-ide.org/docs/user_ai/#custom-request-settings) for more information.",
|
|
137
173
|
"title": "Custom Request Settings"
|
|
138
174
|
},
|
|
175
|
+
"showAllPrompts": {
|
|
176
|
+
"label": "Show all prompts"
|
|
177
|
+
},
|
|
139
178
|
"templateSettings": {
|
|
140
179
|
"selectVariant": "Select Variant:",
|
|
141
180
|
"unavailableVariant": "The selected variant is no longer available"
|
|
142
181
|
},
|
|
143
182
|
"variable-contribution": {
|
|
144
183
|
"builtInVariable": "Theia Built-in Variable",
|
|
145
|
-
"currentAbsoluteFilePath": "The absolute path of the
|
|
146
|
-
"currentFileContent": "The plain content of the
|
|
147
|
-
"currentRelativeDirPath": "The relative path of the directory
|
|
148
|
-
"currentRelativeFilePath": "The relative path of the
|
|
149
|
-
"currentSelectedText": "The plain text that is currently selected in the
|
|
184
|
+
"currentAbsoluteFilePath": "The absolute path of the currently opened file. Please note that most agents will expect a relative file path (relative to the current workspace).",
|
|
185
|
+
"currentFileContent": "The plain content of the currently opened file. This excludes the information where the content is coming from. Please note that most agents will work better with a relative file path (relative to the current workspace).",
|
|
186
|
+
"currentRelativeDirPath": "The relative path of the directory containing the currently opened file.",
|
|
187
|
+
"currentRelativeFilePath": "The relative path of the currently opened file.",
|
|
188
|
+
"currentSelectedText": "The plain text that is currently selected in the opened file. This excludes the information where the content is coming from. Please note that most agents will work better with a relative file path (relative to the current workspace).",
|
|
189
|
+
"dotRelativePath": "Short reference to the relative path of the currently opened file ('currentRelativeFilePath')."
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"google": {
|
|
193
|
+
"apiKey": {
|
|
194
|
+
"description": "Enter an API Key of your official Google AI (Gemini) Account. **Please note:** By using this preference the GOOGLE AI API key will be stored in clear text on the machine running Theia. Use the environment variable `GOOGLE_API_KEY` to set the key securely."
|
|
195
|
+
},
|
|
196
|
+
"models": {
|
|
197
|
+
"description": "Official Google Gemini models to use"
|
|
150
198
|
}
|
|
151
199
|
},
|
|
152
200
|
"history": {
|
|
@@ -154,14 +202,11 @@
|
|
|
154
202
|
"tooltip": "Clear History of all agents"
|
|
155
203
|
},
|
|
156
204
|
"communication-card": {
|
|
157
|
-
"context": "Context",
|
|
158
|
-
"messages": "Messages",
|
|
159
205
|
"request": "Request",
|
|
160
206
|
"requestId": "Request ID",
|
|
161
207
|
"response": "Response",
|
|
162
208
|
"responseTime": "Response Time",
|
|
163
209
|
"sessionId": "Session ID",
|
|
164
|
-
"systemMessage": "System Message",
|
|
165
210
|
"timestamp": "Timestamp"
|
|
166
211
|
},
|
|
167
212
|
"sortChronologically": {
|
|
@@ -171,7 +216,7 @@
|
|
|
171
216
|
"tooltip": "Sort reverse chronologically"
|
|
172
217
|
},
|
|
173
218
|
"view": {
|
|
174
|
-
"label": "
|
|
219
|
+
"label": "AI Agent History [Alpha]",
|
|
175
220
|
"noAgent": "No agent available.",
|
|
176
221
|
"noAgentSelected": "No agent selected.",
|
|
177
222
|
"noHistoryForAgent": "No history available for the selected agent '{0}'"
|
|
@@ -185,6 +230,11 @@
|
|
|
185
230
|
"description": "Hugging Face models to use"
|
|
186
231
|
}
|
|
187
232
|
},
|
|
233
|
+
"ide": {
|
|
234
|
+
"agent-description": "Configure AI agent settings including enablement, LLM selection, prompt template customization, and custom agent creation in the [AI Configuration View]({0}).",
|
|
235
|
+
"model-selection-description": "Choose which Large Language Models (LLMs) are used by each AI agent in the [AI Configuration View]({0}).",
|
|
236
|
+
"prompt-template-description": "Select prompt variants and customize prompt templates for AI agents in the [AI Configuration View]({0})."
|
|
237
|
+
},
|
|
188
238
|
"llamaFile": {
|
|
189
239
|
"prefs": {
|
|
190
240
|
"mdDescription": "This setting allows you to configure and manage LlamaFile models in Theia IDE. \n Each entry requires a user-friendly `name`, the file `uri` pointing to your LlamaFile, and the `port` on which it will run. \n To start a LlamaFile, use the \"Start LlamaFile\" command, which enables you to select the desired model. \n If you edit an entry (e.g., change the port), any running instance will stop, and you will need to manually start it again. \n [Learn more about configuring and managing LlamaFiles in the Theia IDE documentation](https://theia-ide.org/docs/user_ai/#llamafile-models).",
|
|
@@ -245,11 +295,29 @@
|
|
|
245
295
|
},
|
|
246
296
|
"stop": {
|
|
247
297
|
"label": "MCP: Stop MCP Server"
|
|
248
|
-
},
|
|
249
|
-
"tool": {
|
|
250
|
-
"unnamed": "Unnamed Tool"
|
|
251
298
|
}
|
|
252
299
|
},
|
|
300
|
+
"mcpConfiguration": {
|
|
301
|
+
"arguments": "Arguments: ",
|
|
302
|
+
"autostart": "Autostart: ",
|
|
303
|
+
"command": "Command: ",
|
|
304
|
+
"copiedAllList": "Copied all tools to clipboard (list of all tools)",
|
|
305
|
+
"copiedAllSingle": "Copied all tools to clipboard (single prompt fragment with all tools)",
|
|
306
|
+
"copiedForPromptTemplate": "Copied all tools to clipboard for prompt template (single prompt fragment with all tools)",
|
|
307
|
+
"copyAllList": "Copy all (list of all tools)",
|
|
308
|
+
"copyAllSingle": "Copy all for chat (single prompt fragment with all tools)",
|
|
309
|
+
"copyForPrompt": "Copy tool (for chat or prompt template)",
|
|
310
|
+
"copyForPromptTemplate": "Copy all for prompt template (single prompt fragment with all tools)",
|
|
311
|
+
"disabled": "Disabled",
|
|
312
|
+
"enabled": "Enabled",
|
|
313
|
+
"environmentVariables": "Environment Variables: ",
|
|
314
|
+
"noServers": "No MCP servers configured",
|
|
315
|
+
"serverConfigurations": "MCP Server Configurations",
|
|
316
|
+
"startServer": "Start Server",
|
|
317
|
+
"stopServer": "Stop Server",
|
|
318
|
+
"tools": "Tools: ",
|
|
319
|
+
"widgetLabel": "MCP Servers"
|
|
320
|
+
},
|
|
253
321
|
"openai": {
|
|
254
322
|
"apiKey": {
|
|
255
323
|
"mdDescription": "Enter an API Key of your official OpenAI Account. **Please note:** By using this preference the Open AI API key will be stored in clear text on the machine running Theia. Use the environment variable `OPENAI_API_KEY` to set the key securely."
|
|
@@ -285,6 +353,18 @@
|
|
|
285
353
|
"description": "Official OpenAI models to use"
|
|
286
354
|
}
|
|
287
355
|
},
|
|
356
|
+
"promptTemplates": {
|
|
357
|
+
"directories": {
|
|
358
|
+
"title": "Workspace-specific Prompt Template Directories"
|
|
359
|
+
},
|
|
360
|
+
"extensions": {
|
|
361
|
+
"description": "List of additional file extensions in prompt locations that are considered as prompt templates. '.prompttemplate' is always considered as a default.",
|
|
362
|
+
"title": "Additional Prompt Template File Extensions"
|
|
363
|
+
},
|
|
364
|
+
"files": {
|
|
365
|
+
"title": "Workspace-specific Prompt Template Files"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
288
368
|
"scanoss": {
|
|
289
369
|
"changeSet": {
|
|
290
370
|
"clean": "No Matches",
|
|
@@ -317,6 +397,10 @@
|
|
|
317
397
|
"summary": "Summary"
|
|
318
398
|
}
|
|
319
399
|
},
|
|
400
|
+
"session-settings-dialog": {
|
|
401
|
+
"title": "Set Session Settings",
|
|
402
|
+
"tooltip": "Set Session Settings"
|
|
403
|
+
},
|
|
320
404
|
"terminal": {
|
|
321
405
|
"agent": {
|
|
322
406
|
"description": "This agent provides assistance to write and execute arbitrary terminal commands. Based on the user's request, it suggests commands and allows the user to directly paste and execute them in the terminal. It accesses the current directory, environment and the recent terminal output of the terminal session to provide context-aware assistance"
|
|
@@ -352,6 +436,13 @@
|
|
|
352
436
|
}
|
|
353
437
|
}
|
|
354
438
|
},
|
|
439
|
+
"ai-chat-ui": {
|
|
440
|
+
"open-history-tooltip": "Open AI history...",
|
|
441
|
+
"open-settings-tooltip": "Open AI settings..."
|
|
442
|
+
},
|
|
443
|
+
"ai-ide": {
|
|
444
|
+
"open-agent-settings-tooltip": "Open Agent settings..."
|
|
445
|
+
},
|
|
355
446
|
"callhierarchy": {
|
|
356
447
|
"noCallers": "No callers have been detected.",
|
|
357
448
|
"open": "Open Call Hierarchy"
|
|
@@ -386,7 +477,8 @@
|
|
|
386
477
|
"core": {
|
|
387
478
|
"about": {
|
|
388
479
|
"compatibility": "{0} Compatibility",
|
|
389
|
-
"defaultApi": "Default {0} API"
|
|
480
|
+
"defaultApi": "Default {0} API",
|
|
481
|
+
"listOfExtensions": "List of extensions"
|
|
390
482
|
},
|
|
391
483
|
"common": {
|
|
392
484
|
"closeAll": "Close All Tabs",
|
|
@@ -758,6 +850,7 @@
|
|
|
758
850
|
"webviewWarnIfUnsecure": "Warns users that webviews are currently deployed unsecurely."
|
|
759
851
|
},
|
|
760
852
|
"preferences": {
|
|
853
|
+
"ai-features": "AI Features",
|
|
761
854
|
"hostedPlugin": "Hosted Plugin",
|
|
762
855
|
"toolbar": "Toolbar"
|
|
763
856
|
},
|
|
@@ -859,6 +952,9 @@
|
|
|
859
952
|
"subtypeHierarchy": "Subtype Hierarchy",
|
|
860
953
|
"supertypeHierarchy": "Supertype Hierarchy"
|
|
861
954
|
},
|
|
955
|
+
"variableResolver": {
|
|
956
|
+
"listAllVariables": "Variable: List All"
|
|
957
|
+
},
|
|
862
958
|
"vsx-registry": {
|
|
863
959
|
"confirmDialogMessage": "The extension \"{0}\" is unverified and might pose a security risk.",
|
|
864
960
|
"confirmDialogTitle": "Are you sure you want to proceed with the installation?",
|