ikanban-web 0.2.9 → 0.2.11

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/src/i18n/en.ts CHANGED
@@ -47,7 +47,8 @@ export const dict = {
47
47
  "command.file.open": "Open file",
48
48
  "command.tab.close": "Close tab",
49
49
  "command.context.addSelection": "Add selection to context",
50
- "command.context.addSelection.description": "Add selected lines from the current file",
50
+ "command.context.addSelection.description":
51
+ "Add selected lines from the current file",
51
52
  "command.input.focus": "Focus input",
52
53
  "command.terminal.toggle": "Toggle terminal",
53
54
  "command.fileTree.toggle": "Toggle file tree",
@@ -55,7 +56,8 @@ export const dict = {
55
56
  "command.terminal.new": "New terminal",
56
57
  "command.terminal.new.description": "Create a new terminal tab",
57
58
  "command.steps.toggle": "Toggle steps",
58
- "command.steps.toggle.description": "Show or hide steps for the current message",
59
+ "command.steps.toggle.description":
60
+ "Show or hide steps for the current message",
59
61
  "command.message.previous": "Previous message",
60
62
  "command.message.previous.description": "Go to the previous user message",
61
63
  "command.message.next": "Next message",
@@ -75,19 +77,24 @@ export const dict = {
75
77
  "command.permissions.autoaccept.enable": "Auto-accept permissions",
76
78
  "command.permissions.autoaccept.disable": "Stop auto-accepting permissions",
77
79
  "command.workspace.toggle": "Toggle workspaces",
78
- "command.workspace.toggle.description": "Enable or disable multiple workspaces in the sidebar",
80
+ "command.workspace.toggle.description":
81
+ "Enable or disable multiple workspaces in the sidebar",
79
82
  "command.session.undo": "Undo",
80
83
  "command.session.undo.description": "Undo the last message",
81
84
  "command.session.timeline": "Timeline",
82
- "command.session.timeline.description": "Jump to any message in this session timeline",
85
+ "command.session.timeline.description":
86
+ "Jump to any message in this session timeline",
83
87
  "command.session.redo": "Redo",
84
88
  "command.session.redo.description": "Redo the last undone message",
85
89
  "command.session.compact": "Compact session",
86
- "command.session.compact.description": "Summarize the session to reduce context size",
90
+ "command.session.compact.description":
91
+ "Summarize the session to reduce context size",
87
92
  "command.session.fork": "Fork from message",
88
- "command.session.fork.description": "Create a new session from a previous message",
93
+ "command.session.fork.description":
94
+ "Create a new session from a previous message",
89
95
  "command.session.share": "Share session",
90
- "command.session.share.description": "Share this session and copy the URL to clipboard",
96
+ "command.session.share.description":
97
+ "Share this session and copy the URL to clipboard",
91
98
  "command.session.unshare": "Unshare session",
92
99
  "command.session.unshare.description": "Stop sharing this session",
93
100
 
@@ -101,22 +108,29 @@ export const dict = {
101
108
  "dialog.provider.group.popular": "Popular",
102
109
  "dialog.provider.group.other": "Other",
103
110
  "dialog.provider.tag.recommended": "Recommended",
104
- "dialog.provider.opencode.note": "Curated models including Claude, GPT, Gemini and more",
111
+ "dialog.provider.opencode.note":
112
+ "Curated models including Claude, GPT, Gemini and more",
105
113
  "dialog.provider.opencode.tagline": "Reliable optimized models",
106
114
  "dialog.provider.opencodeGo.tagline": "Low cost subscription for everyone",
107
- "dialog.provider.anthropic.note": "Direct access to Claude models, including Pro and Max",
108
- "dialog.provider.copilot.note": "AI models for coding assistance via GitHub Copilot",
109
- "dialog.provider.openai.note": "GPT models for fast, capable general AI tasks",
115
+ "dialog.provider.anthropic.note":
116
+ "Direct access to Claude models, including Pro and Max",
117
+ "dialog.provider.copilot.note":
118
+ "AI models for coding assistance via GitHub Copilot",
119
+ "dialog.provider.openai.note":
120
+ "GPT models for fast, capable general AI tasks",
110
121
  "dialog.provider.google.note": "Gemini models for fast, structured responses",
111
- "dialog.provider.openrouter.note": "Access all supported models from one provider",
112
- "dialog.provider.vercel.note": "Unified access to AI models with smart routing",
122
+ "dialog.provider.openrouter.note":
123
+ "Access all supported models from one provider",
124
+ "dialog.provider.vercel.note":
125
+ "Unified access to AI models with smart routing",
113
126
 
114
127
  "dialog.model.select.title": "Select model",
115
128
  "dialog.model.search.placeholder": "Search models",
116
129
  "dialog.model.empty": "No model results",
117
130
  "dialog.model.manage": "Manage models",
118
131
  "dialog.model.recent": "Recent",
119
- "dialog.model.manage.description": "Customize which models appear in the model selector.",
132
+ "dialog.model.manage.description":
133
+ "Customize which models appear in the model selector.",
120
134
  "dialog.model.manage.provider.toggle": "Toggle all {{provider}} models",
121
135
 
122
136
  "dialog.model.unpaid.freeModels.title": "Free models provided by OpenCode",
@@ -157,22 +171,26 @@ export const dict = {
157
171
  " and enter the code below to connect your account and use {{provider}} models in OpenCode.",
158
172
  "provider.connect.oauth.auto.confirmationCode": "Confirmation code",
159
173
  "provider.connect.toast.connected.title": "{{provider}} connected",
160
- "provider.connect.toast.connected.description": "{{provider}} models are now available to use.",
174
+ "provider.connect.toast.connected.description":
175
+ "{{provider}} models are now available to use.",
161
176
 
162
177
  "provider.custom.title": "Custom provider",
163
- "provider.custom.description.prefix": "Configure an OpenAI-compatible provider. See the ",
178
+ "provider.custom.description.prefix":
179
+ "Configure an OpenAI-compatible provider. See the ",
164
180
  "provider.custom.description.link": "provider config docs",
165
181
  "provider.custom.description.suffix": ".",
166
182
  "provider.custom.field.providerID.label": "Provider ID",
167
183
  "provider.custom.field.providerID.placeholder": "myprovider",
168
- "provider.custom.field.providerID.description": "Lowercase letters, numbers, hyphens, or underscores",
184
+ "provider.custom.field.providerID.description":
185
+ "Lowercase letters, numbers, hyphens, or underscores",
169
186
  "provider.custom.field.name.label": "Display name",
170
187
  "provider.custom.field.name.placeholder": "My AI Provider",
171
188
  "provider.custom.field.baseURL.label": "Base URL",
172
189
  "provider.custom.field.baseURL.placeholder": "https://api.myprovider.com/v1",
173
190
  "provider.custom.field.apiKey.label": "API key",
174
191
  "provider.custom.field.apiKey.placeholder": "API key",
175
- "provider.custom.field.apiKey.description": "Optional. Leave empty if you manage auth via headers.",
192
+ "provider.custom.field.apiKey.description":
193
+ "Optional. Leave empty if you manage auth via headers.",
176
194
  "provider.custom.models.label": "Models",
177
195
  "provider.custom.models.id.label": "ID",
178
196
  "provider.custom.models.id.placeholder": "model-id",
@@ -188,7 +206,8 @@ export const dict = {
188
206
  "provider.custom.headers.remove": "Remove header",
189
207
  "provider.custom.headers.add": "Add header",
190
208
  "provider.custom.error.providerID.required": "Provider ID is required",
191
- "provider.custom.error.providerID.format": "Use lowercase letters, numbers, hyphens, or underscores",
209
+ "provider.custom.error.providerID.format":
210
+ "Use lowercase letters, numbers, hyphens, or underscores",
192
211
  "provider.custom.error.providerID.exists": "That provider ID already exists",
193
212
  "provider.custom.error.name.required": "Display name is required",
194
213
  "provider.custom.error.baseURL.required": "Base URL is required",
@@ -197,7 +216,8 @@ export const dict = {
197
216
  "provider.custom.error.duplicate": "Duplicate",
198
217
 
199
218
  "provider.disconnect.toast.disconnected.title": "{{provider}} disconnected",
200
- "provider.disconnect.toast.disconnected.description": "{{provider}} models are no longer available.",
219
+ "provider.disconnect.toast.disconnected.description":
220
+ "{{provider}} models are no longer available.",
201
221
 
202
222
  "model.tag.free": "Free",
203
223
  "model.tag.latest": "Latest",
@@ -283,9 +303,11 @@ export const dict = {
283
303
  "prompt.action.stop": "Stop",
284
304
 
285
305
  "prompt.toast.pasteUnsupported.title": "Unsupported paste",
286
- "prompt.toast.pasteUnsupported.description": "Only images or PDFs can be pasted here.",
306
+ "prompt.toast.pasteUnsupported.description":
307
+ "Only images or PDFs can be pasted here.",
287
308
  "prompt.toast.modelAgentRequired.title": "Select an agent and model",
288
- "prompt.toast.modelAgentRequired.description": "Choose an agent and model before sending a prompt.",
309
+ "prompt.toast.modelAgentRequired.description":
310
+ "Choose an agent and model before sending a prompt.",
289
311
  "prompt.toast.worktreeCreateFailed.title": "Failed to create worktree",
290
312
  "prompt.toast.sessionCreateFailed.title": "Failed to create session",
291
313
  "prompt.toast.shellSendFailed.title": "Failed to send shell command",
@@ -313,7 +335,8 @@ export const dict = {
313
335
  "dialog.directory.empty": "No folders found",
314
336
 
315
337
  "dialog.server.title": "Servers",
316
- "dialog.server.description": "Switch which OpenCode server this app connects to.",
338
+ "dialog.server.description":
339
+ "Switch which OpenCode server this app connects to.",
317
340
  "dialog.server.search.placeholder": "Search servers",
318
341
  "dialog.server.empty": "No servers yet",
319
342
  "dialog.server.add.title": "Add server",
@@ -351,7 +374,8 @@ export const dict = {
351
374
  "dialog.project.edit.color": "Color",
352
375
  "dialog.project.edit.color.select": "Select {{color}} color",
353
376
  "dialog.project.edit.worktree.startup": "Workspace startup script",
354
- "dialog.project.edit.worktree.startup.description": "Runs after creating a new workspace (worktree).",
377
+ "dialog.project.edit.worktree.startup.description":
378
+ "Runs after creating a new workspace (worktree).",
355
379
  "dialog.project.edit.worktree.startup.placeholder": "e.g. bun install",
356
380
 
357
381
  "dialog.releaseNotes.action.getStarted": "Get started",
@@ -360,7 +384,8 @@ export const dict = {
360
384
  "dialog.releaseNotes.media.alt": "Release preview",
361
385
 
362
386
  "context.breakdown.title": "Context Breakdown",
363
- "context.breakdown.note": 'Approximate breakdown of input tokens. "Other" includes tool definitions and overhead.',
387
+ "context.breakdown.note":
388
+ 'Approximate breakdown of input tokens. "Other" includes tool definitions and overhead.',
364
389
  "context.breakdown.system": "System",
365
390
  "context.breakdown.user": "User",
366
391
  "context.breakdown.assistant": "Assistant",
@@ -418,40 +443,50 @@ export const dict = {
418
443
  "toast.scheme.title": "Color scheme",
419
444
 
420
445
  "toast.workspace.enabled.title": "Workspaces enabled",
421
- "toast.workspace.enabled.description": "Multiple worktrees are now shown in the sidebar",
446
+ "toast.workspace.enabled.description":
447
+ "Multiple worktrees are now shown in the sidebar",
422
448
  "toast.workspace.disabled.title": "Workspaces disabled",
423
- "toast.workspace.disabled.description": "Only the main worktree is shown in the sidebar",
449
+ "toast.workspace.disabled.description":
450
+ "Only the main worktree is shown in the sidebar",
424
451
 
425
452
  "toast.permissions.autoaccept.on.title": "Auto-accepting permissions",
426
- "toast.permissions.autoaccept.on.description": "Permission requests will be automatically approved",
427
- "toast.permissions.autoaccept.off.title": "Stopped auto-accepting permissions",
428
- "toast.permissions.autoaccept.off.description": "Permission requests will require approval",
453
+ "toast.permissions.autoaccept.on.description":
454
+ "Permission requests will be automatically approved",
455
+ "toast.permissions.autoaccept.off.title":
456
+ "Stopped auto-accepting permissions",
457
+ "toast.permissions.autoaccept.off.description":
458
+ "Permission requests will require approval",
429
459
 
430
460
  "toast.model.none.title": "No model selected",
431
- "toast.model.none.description": "Connect a provider to summarize this session",
461
+ "toast.model.none.description":
462
+ "Connect a provider to summarize this session",
432
463
 
433
464
  "toast.file.loadFailed.title": "Failed to load file",
434
465
  "toast.file.listFailed.title": "Failed to list files",
435
466
 
436
467
  "toast.context.noLineSelection.title": "No line selection",
437
- "toast.context.noLineSelection.description": "Select a line range in a file tab first.",
468
+ "toast.context.noLineSelection.description":
469
+ "Select a line range in a file tab first.",
438
470
 
439
471
  "toast.session.share.copyFailed.title": "Failed to copy URL to clipboard",
440
472
  "toast.session.share.success.title": "Session shared",
441
473
  "toast.session.share.success.description": "Share URL copied to clipboard!",
442
474
  "toast.session.share.failed.title": "Failed to share session",
443
- "toast.session.share.failed.description": "An error occurred while sharing the session",
475
+ "toast.session.share.failed.description":
476
+ "An error occurred while sharing the session",
444
477
 
445
478
  "toast.session.unshare.success.title": "Session unshared",
446
479
  "toast.session.unshare.success.description": "Session unshared successfully!",
447
480
  "toast.session.unshare.failed.title": "Failed to unshare session",
448
- "toast.session.unshare.failed.description": "An error occurred while unsharing the session",
481
+ "toast.session.unshare.failed.description":
482
+ "An error occurred while unsharing the session",
449
483
 
450
484
  "toast.session.listFailed.title": "Failed to load sessions for {{project}}",
451
485
  "toast.project.reloadFailed.title": "Failed to reload {{project}}",
452
486
 
453
487
  "toast.update.title": "Update available",
454
- "toast.update.description": "A new version of OpenCode ({{version}}) is now available to install.",
488
+ "toast.update.description":
489
+ "A new version of OpenCode ({{version}}) is now available to install.",
455
490
  "toast.update.action.installRestart": "Install and restart",
456
491
  "toast.update.action.notYet": "Not yet",
457
492
 
@@ -469,7 +504,8 @@ export const dict = {
469
504
  "error.dev.rootNotFound":
470
505
  "Root element not found. Did you forget to add it to your index.html? Or maybe the id attribute got misspelled?",
471
506
 
472
- "error.globalSync.connectFailed": "Could not connect to server. Is there a server running at `{{url}}`?",
507
+ "error.globalSync.connectFailed":
508
+ "Could not connect to server. Is there a server running at `{{url}}`?",
473
509
  "directory.error.invalidUrl": "Invalid directory in URL.",
474
510
 
475
511
  "error.chain.unknown": "Unknown error",
@@ -481,23 +517,32 @@ export const dict = {
481
517
  "error.chain.responseBody": "Response body:\n{{body}}",
482
518
  "error.chain.didYouMean": "Did you mean: {{suggestions}}",
483
519
  "error.chain.modelNotFound": "Model not found: {{provider}}/{{model}}",
484
- "error.chain.checkConfig": "Check your config (opencode.json) provider/model names",
485
- "error.chain.mcpFailed": 'MCP server "{{name}}" failed. Note, OpenCode does not support MCP authentication yet.',
486
- "error.chain.providerAuthFailed": "Provider authentication failed ({{provider}}): {{message}}",
520
+ "error.chain.checkConfig":
521
+ "Check your config (opencode.json) provider/model names",
522
+ "error.chain.mcpFailed":
523
+ 'MCP server "{{name}}" failed. Note, OpenCode does not support MCP authentication yet.',
524
+ "error.chain.providerAuthFailed":
525
+ "Provider authentication failed ({{provider}}): {{message}}",
487
526
  "error.chain.providerInitFailed":
488
527
  'Failed to initialize provider "{{provider}}". Check credentials and configuration.',
489
- "error.chain.configJsonInvalid": "Config file at {{path}} is not valid JSON(C)",
490
- "error.chain.configJsonInvalidWithMessage": "Config file at {{path}} is not valid JSON(C): {{message}}",
528
+ "error.chain.configJsonInvalid":
529
+ "Config file at {{path}} is not valid JSON(C)",
530
+ "error.chain.configJsonInvalidWithMessage":
531
+ "Config file at {{path}} is not valid JSON(C): {{message}}",
491
532
  "error.chain.configDirectoryTypo":
492
533
  'Directory "{{dir}}" in {{path}} is not valid. Rename the directory to "{{suggestion}}" or remove it. This is a common typo.',
493
- "error.chain.configFrontmatterError": "Failed to parse frontmatter in {{path}}:\n{{message}}",
534
+ "error.chain.configFrontmatterError":
535
+ "Failed to parse frontmatter in {{path}}:\n{{message}}",
494
536
  "error.chain.configInvalid": "Config file at {{path}} is invalid",
495
- "error.chain.configInvalidWithMessage": "Config file at {{path}} is invalid: {{message}}",
537
+ "error.chain.configInvalidWithMessage":
538
+ "Config file at {{path}} is invalid: {{message}}",
496
539
 
497
540
  "notification.permission.title": "Permission required",
498
- "notification.permission.description": "{{sessionTitle}} in {{projectName}} needs permission",
541
+ "notification.permission.description":
542
+ "{{sessionTitle}} in {{projectName}} needs permission",
499
543
  "notification.question.title": "Question",
500
- "notification.question.description": "{{sessionTitle}} in {{projectName}} has a question",
544
+ "notification.question.description":
545
+ "{{sessionTitle}} in {{projectName}} has a question",
501
546
  "notification.action.goToSession": "Go to session",
502
547
 
503
548
  "notification.session.responseReady.title": "Response ready",
@@ -505,6 +550,14 @@ export const dict = {
505
550
  "notification.session.error.fallbackDescription": "An error occurred",
506
551
 
507
552
  "home.recentProjects": "Recent projects",
553
+ "home.sessionBoard": "Session board",
554
+ "home.sessionBoard.description":
555
+ "Live session activity grouped into Progress and Idle.",
556
+ "home.sessionBoard.progress": "Progress",
557
+ "home.sessionBoard.idle": "Idle",
558
+ "home.sessionBoard.emptyProgress": "No sessions are actively running.",
559
+ "home.sessionBoard.emptyIdle": "No idle sessions yet.",
560
+ "home.sessionBoard.emptyOther": "No sessions need extra attention.",
508
561
  "home.empty.title": "No recent projects",
509
562
  "home.empty.description": "Get started by opening a local project",
510
563
 
@@ -517,9 +570,11 @@ export const dict = {
517
570
  "session.review.change.other": "Changes",
518
571
  "session.review.loadingChanges": "Loading changes...",
519
572
  "session.review.empty": "No changes in this session yet",
520
- "session.review.noVcs": "No git VCS detected, so session changes will not be detected",
573
+ "session.review.noVcs":
574
+ "No git VCS detected, so session changes will not be detected",
521
575
  "session.review.emptyProject": "No project changes yet",
522
- "session.review.noVcsProject": "No git VCS detected, so project changes will not be detected",
576
+ "session.review.noVcsProject":
577
+ "No git VCS detected, so project changes will not be detected",
523
578
  "session.review.noChanges": "No changes",
524
579
 
525
580
  "session.files.selectToOpen": "Select a file to open",
@@ -611,8 +666,10 @@ export const dict = {
611
666
  "sidebar.workspaces.enable": "Enable workspaces",
612
667
  "sidebar.workspaces.disable": "Disable workspaces",
613
668
  "sidebar.gettingStarted.title": "Getting started",
614
- "sidebar.gettingStarted.line1": "OpenCode includes free models so you can start immediately.",
615
- "sidebar.gettingStarted.line2": "Connect any provider to use models, inc. Claude, GPT, Gemini etc.",
669
+ "sidebar.gettingStarted.line1":
670
+ "OpenCode includes free models so you can start immediately.",
671
+ "sidebar.gettingStarted.line2":
672
+ "Connect any provider to use models, inc. Claude, GPT, Gemini etc.",
616
673
  "sidebar.project.recentSessions": "Recent sessions",
617
674
  "sidebar.project.viewAllSessions": "View all sessions",
618
675
  "sidebar.project.clearNotifications": "Clear notifications",
@@ -625,7 +682,8 @@ export const dict = {
625
682
  "settings.tab.shortcuts": "Shortcuts",
626
683
  "settings.desktop.section.wsl": "WSL",
627
684
  "settings.desktop.wsl.title": "WSL integration",
628
- "settings.desktop.wsl.description": "Run the OpenCode server inside WSL on Windows.",
685
+ "settings.desktop.wsl.description":
686
+ "Run the OpenCode server inside WSL on Windows.",
629
687
 
630
688
  "settings.general.section.appearance": "Appearance",
631
689
  "settings.general.section.notifications": "System notifications",
@@ -636,16 +694,21 @@ export const dict = {
636
694
  "settings.general.section.display": "Display",
637
695
 
638
696
  "settings.general.row.language.title": "Language",
639
- "settings.general.row.language.description": "Change the display language for OpenCode",
697
+ "settings.general.row.language.description":
698
+ "Change the display language for OpenCode",
640
699
  "settings.general.row.appearance.title": "Appearance",
641
- "settings.general.row.appearance.description": "Customise how OpenCode looks on your device",
700
+ "settings.general.row.appearance.description":
701
+ "Customise how OpenCode looks on your device",
642
702
  "settings.general.row.theme.title": "Theme",
643
703
  "settings.general.row.theme.description": "Customise how OpenCode is themed.",
644
704
  "settings.general.row.font.title": "Font",
645
- "settings.general.row.font.description": "Customise the mono font used in code blocks",
705
+ "settings.general.row.font.description":
706
+ "Customise the mono font used in code blocks",
646
707
  "settings.general.row.reasoningSummaries.title": "Show reasoning summaries",
647
- "settings.general.row.reasoningSummaries.description": "Display model reasoning summaries in the timeline",
648
- "settings.general.row.shellToolPartsExpanded.title": "Expand shell tool parts",
708
+ "settings.general.row.reasoningSummaries.description":
709
+ "Display model reasoning summaries in the timeline",
710
+ "settings.general.row.shellToolPartsExpanded.title":
711
+ "Expand shell tool parts",
649
712
  "settings.general.row.shellToolPartsExpanded.description":
650
713
  "Show shell tool parts expanded by default in the timeline",
651
714
  "settings.general.row.editToolPartsExpanded.title": "Expand edit tool parts",
@@ -653,24 +716,30 @@ export const dict = {
653
716
  "Show edit, write, and patch tool parts expanded by default in the timeline",
654
717
 
655
718
  "settings.general.row.wayland.title": "Use native Wayland",
656
- "settings.general.row.wayland.description": "Disable X11 fallback on Wayland. Requires restart.",
719
+ "settings.general.row.wayland.description":
720
+ "Disable X11 fallback on Wayland. Requires restart.",
657
721
  "settings.general.row.wayland.tooltip":
658
722
  "On Linux with mixed refresh-rate monitors, native Wayland can be more stable.",
659
723
 
660
724
  "settings.general.row.releaseNotes.title": "Release notes",
661
- "settings.general.row.releaseNotes.description": "Show What's New popups after updates",
725
+ "settings.general.row.releaseNotes.description":
726
+ "Show What's New popups after updates",
662
727
  "settings.general.row.releaseNotesCurrent.title": "Current version changes",
663
- "settings.general.row.releaseNotesCurrent.description": "Open this version's changelog entries on GitHub",
728
+ "settings.general.row.releaseNotesCurrent.description":
729
+ "Open this version's changelog entries on GitHub",
664
730
  "settings.general.action.releaseNotesCurrent": "View changes",
665
731
 
666
732
  "settings.updates.row.startup.title": "Check for updates on startup",
667
- "settings.updates.row.startup.description": "Automatically check for updates when OpenCode launches",
733
+ "settings.updates.row.startup.description":
734
+ "Automatically check for updates when OpenCode launches",
668
735
  "settings.updates.row.check.title": "Check for updates",
669
- "settings.updates.row.check.description": "Manually check for updates and install if available",
736
+ "settings.updates.row.check.description":
737
+ "Manually check for updates and install if available",
670
738
  "settings.updates.action.checkNow": "Check now",
671
739
  "settings.updates.action.checking": "Checking...",
672
740
  "settings.updates.toast.latest.title": "You're up to date",
673
- "settings.updates.toast.latest.description": "You're running the latest version of OpenCode.",
741
+ "settings.updates.toast.latest.description":
742
+ "You're running the latest version of OpenCode.",
674
743
  "font.option.ibmPlexMono": "IBM Plex Mono",
675
744
  "font.option.cascadiaCode": "Cascadia Code",
676
745
  "font.option.firaCode": "Fira Code",
@@ -735,23 +804,30 @@ export const dict = {
735
804
  "settings.general.notifications.agent.description":
736
805
  "Show system notification when the agent is complete or needs attention",
737
806
  "settings.general.notifications.permissions.title": "Permissions",
738
- "settings.general.notifications.permissions.description": "Show system notification when a permission is required",
807
+ "settings.general.notifications.permissions.description":
808
+ "Show system notification when a permission is required",
739
809
  "settings.general.notifications.errors.title": "Errors",
740
- "settings.general.notifications.errors.description": "Show system notification when an error occurs",
810
+ "settings.general.notifications.errors.description":
811
+ "Show system notification when an error occurs",
741
812
 
742
813
  "settings.general.sounds.agent.title": "Agent",
743
- "settings.general.sounds.agent.description": "Play sound when the agent is complete or needs attention",
814
+ "settings.general.sounds.agent.description":
815
+ "Play sound when the agent is complete or needs attention",
744
816
  "settings.general.sounds.permissions.title": "Permissions",
745
- "settings.general.sounds.permissions.description": "Play sound when a permission is required",
817
+ "settings.general.sounds.permissions.description":
818
+ "Play sound when a permission is required",
746
819
  "settings.general.sounds.errors.title": "Errors",
747
- "settings.general.sounds.errors.description": "Play sound when an error occurs",
820
+ "settings.general.sounds.errors.description":
821
+ "Play sound when an error occurs",
748
822
 
749
823
  "settings.shortcuts.title": "Keyboard shortcuts",
750
824
  "settings.shortcuts.reset.button": "Reset to defaults",
751
825
  "settings.shortcuts.reset.toast.title": "Shortcuts reset",
752
- "settings.shortcuts.reset.toast.description": "Keyboard shortcuts have been reset to defaults.",
826
+ "settings.shortcuts.reset.toast.description":
827
+ "Keyboard shortcuts have been reset to defaults.",
753
828
  "settings.shortcuts.conflict.title": "Shortcut already in use",
754
- "settings.shortcuts.conflict.description": "{{keybind}} is already assigned to {{titles}}.",
829
+ "settings.shortcuts.conflict.description":
830
+ "{{keybind}} is already assigned to {{titles}}.",
755
831
  "settings.shortcuts.unassigned": "Unassigned",
756
832
  "settings.shortcuts.pressKeys": "Press keys",
757
833
  "settings.shortcuts.search.placeholder": "Search shortcuts",
@@ -765,12 +841,15 @@ export const dict = {
765
841
  "settings.shortcuts.group.prompt": "Prompt",
766
842
 
767
843
  "settings.providers.title": "Providers",
768
- "settings.providers.description": "Provider settings will be configurable here.",
844
+ "settings.providers.description":
845
+ "Provider settings will be configurable here.",
769
846
  "settings.providers.section.connected": "Connected providers",
770
847
  "settings.providers.connected.empty": "No connected providers",
771
- "settings.providers.connected.environmentDescription": "Connected from your environment variables",
848
+ "settings.providers.connected.environmentDescription":
849
+ "Connected from your environment variables",
772
850
  "settings.providers.section.popular": "Popular providers",
773
- "settings.providers.custom.description": "Add an OpenAI-compatible provider by base URL.",
851
+ "settings.providers.custom.description":
852
+ "Add an OpenAI-compatible provider by base URL.",
774
853
  "settings.providers.tag.environment": "Environment",
775
854
  "settings.providers.tag.config": "Config",
776
855
  "settings.providers.tag.custom": "Custom",
@@ -780,27 +859,34 @@ export const dict = {
780
859
  "settings.agents.title": "Agents",
781
860
  "settings.agents.description": "Agent settings will be configurable here.",
782
861
  "settings.commands.title": "Commands",
783
- "settings.commands.description": "Command settings will be configurable here.",
862
+ "settings.commands.description":
863
+ "Command settings will be configurable here.",
784
864
  "settings.mcp.title": "MCP",
785
865
  "settings.mcp.description": "MCP settings will be configurable here.",
786
866
 
787
867
  "settings.permissions.title": "Permissions",
788
- "settings.permissions.description": "Control what tools the server can use by default.",
868
+ "settings.permissions.description":
869
+ "Control what tools the server can use by default.",
789
870
  "settings.permissions.section.tools": "Tools",
790
- "settings.permissions.toast.updateFailed.title": "Failed to update permissions",
871
+ "settings.permissions.toast.updateFailed.title":
872
+ "Failed to update permissions",
791
873
 
792
874
  "settings.permissions.action.allow": "Allow",
793
875
  "settings.permissions.action.ask": "Ask",
794
876
  "settings.permissions.action.deny": "Deny",
795
877
 
796
878
  "settings.permissions.tool.read.title": "Read",
797
- "settings.permissions.tool.read.description": "Reading a file (matches the file path)",
879
+ "settings.permissions.tool.read.description":
880
+ "Reading a file (matches the file path)",
798
881
  "settings.permissions.tool.edit.title": "Edit",
799
- "settings.permissions.tool.edit.description": "Modify files, including edits, writes, patches, and multi-edits",
882
+ "settings.permissions.tool.edit.description":
883
+ "Modify files, including edits, writes, patches, and multi-edits",
800
884
  "settings.permissions.tool.glob.title": "Glob",
801
- "settings.permissions.tool.glob.description": "Match files using glob patterns",
885
+ "settings.permissions.tool.glob.description":
886
+ "Match files using glob patterns",
802
887
  "settings.permissions.tool.grep.title": "Grep",
803
- "settings.permissions.tool.grep.description": "Search file contents using regular expressions",
888
+ "settings.permissions.tool.grep.description":
889
+ "Search file contents using regular expressions",
804
890
  "settings.permissions.tool.list.title": "List",
805
891
  "settings.permissions.tool.list.description": "List files within a directory",
806
892
  "settings.permissions.tool.bash.title": "Bash",
@@ -822,9 +908,11 @@ export const dict = {
822
908
  "settings.permissions.tool.codesearch.title": "Code Search",
823
909
  "settings.permissions.tool.codesearch.description": "Search code on the web",
824
910
  "settings.permissions.tool.external_directory.title": "External Directory",
825
- "settings.permissions.tool.external_directory.description": "Access files outside the project directory",
911
+ "settings.permissions.tool.external_directory.description":
912
+ "Access files outside the project directory",
826
913
  "settings.permissions.tool.doom_loop.title": "Doom Loop",
827
- "settings.permissions.tool.doom_loop.description": "Detect repeated tool calls with identical input",
914
+ "settings.permissions.tool.doom_loop.description":
915
+ "Detect repeated tool calls with identical input",
828
916
 
829
917
  "session.delete.failed.title": "Failed to delete session",
830
918
  "session.delete.title": "Delete session",
@@ -840,7 +928,8 @@ export const dict = {
840
928
  "workspace.resetting.description": "This may take a minute.",
841
929
  "workspace.reset.failed.title": "Failed to reset workspace",
842
930
  "workspace.reset.success.title": "Workspace reset",
843
- "workspace.reset.success.description": "Workspace now matches the default branch.",
931
+ "workspace.reset.success.description":
932
+ "Workspace now matches the default branch.",
844
933
  "workspace.error.stillPreparing": "Workspace is still preparing",
845
934
  "workspace.status.checking": "Checking for unmerged changes...",
846
935
  "workspace.status.error": "Unable to verify git status.",
@@ -855,5 +944,6 @@ export const dict = {
855
944
  "workspace.reset.archived.none": "No active sessions will be archived.",
856
945
  "workspace.reset.archived.one": "1 session will be archived.",
857
946
  "workspace.reset.archived.many": "{{count}} sessions will be archived.",
858
- "workspace.reset.note": "This will reset the workspace to match the default branch.",
859
- }
947
+ "workspace.reset.note":
948
+ "This will reset the workspace to match the default branch.",
949
+ };