diff --git a/com.microsoft.copilot.eclipse.ui.jobs/src/com/microsoft/copilot/eclipse/ui/jobs/i18n/Messages.java b/com.microsoft.copilot.eclipse.ui.jobs/src/com/microsoft/copilot/eclipse/ui/jobs/i18n/Messages.java
index 58209d9d..f74d54f4 100644
--- a/com.microsoft.copilot.eclipse.ui.jobs/src/com/microsoft/copilot/eclipse/ui/jobs/i18n/Messages.java
+++ b/com.microsoft.copilot.eclipse.ui.jobs/src/com/microsoft/copilot/eclipse/ui/jobs/i18n/Messages.java
@@ -11,9 +11,6 @@
public final class Messages extends NLS {
private static final String BUNDLE_NAME = "com.microsoft.copilot.eclipse.ui.jobs.i18n.messages"; //$NON-NLS-1$
- public static String jobsView_toolTip_refreshAgentJobs;
- public static String jobsView_toolTip_collapseAll;
- public static String jobsView_toolTip_expandAll;
public static String jobsView_toolTip_pullRequest;
public static String jobsView_label_loadingAgentJobs;
public static String jobsView_label_noOpenProjects;
@@ -22,9 +19,7 @@ public final class Messages extends NLS {
public static String jobsView_label_draftPrefix;
public static String jobsView_job_loadingPullRequests;
public static String jobsView_job_loadingPullRequestsForProjects;
- public static String jobsView_job_loadingPRsForProject;
public static String jobsView_error_loadingPullRequests;
- public static String jobsView_error_searchingPRsForProject;
public static String jobsView_error_loadingPRsForProject;
public static String jobsView_error_languageServerNotAvailable;
diff --git a/com.microsoft.copilot.eclipse.ui.jobs/src/com/microsoft/copilot/eclipse/ui/jobs/i18n/messages.properties b/com.microsoft.copilot.eclipse.ui.jobs/src/com/microsoft/copilot/eclipse/ui/jobs/i18n/messages.properties
index 9d72d429..535ea725 100644
--- a/com.microsoft.copilot.eclipse.ui.jobs/src/com/microsoft/copilot/eclipse/ui/jobs/i18n/messages.properties
+++ b/com.microsoft.copilot.eclipse.ui.jobs/src/com/microsoft/copilot/eclipse/ui/jobs/i18n/messages.properties
@@ -1,6 +1,3 @@
-jobsView_toolTip_refreshAgentJobs=Refresh Agent Jobs
-jobsView_toolTip_collapseAll=Collapse All
-jobsView_toolTip_expandAll=Expand All
jobsView_toolTip_pullRequest=Click to open pull request "{0}" in your default browser
jobsView_label_loadingAgentJobs=Loading Agent Jobs...
jobsView_label_noOpenProjects=No open projects
@@ -9,8 +6,6 @@ jobsView_label_noAgentJobsFound=No Copilot coding agent jobs found
jobsView_label_draftPrefix=[Draft]
jobsView_job_loadingPullRequests=Loading Pull Requests
jobsView_job_loadingPullRequestsForProjects=Loading pull requests for projects
-jobsView_job_loadingPRsForProject=Loading PRs for {0}
jobsView_error_loadingPullRequests=Failed to load pull requests
-jobsView_error_searchingPRsForProject=Error searching PRs for project {0}
jobsView_error_loadingPRsForProject=Error loading PRs for project {0}
jobsView_error_languageServerNotAvailable=Language server not available for project after retries: {0}
diff --git a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/chat/Messages.java b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/chat/Messages.java
index d24f2e3f..9c905913 100644
--- a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/chat/Messages.java
+++ b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/chat/Messages.java
@@ -25,16 +25,13 @@ public final class Messages extends NLS {
public static String agentMessageWidget_openInBrowserTooltip;
public static String agentMessageWidget_openJobListButton;
public static String agentMessageWidget_openJobListTooltip;
- public static String agentMessageWidget_openJobListError;
public static String handoffContainer_proceedFrom;
public static String fileChangeSummary_filesChanged;
public static String fileChangeSummary_fileChanged;
- public static String fileChangeSummary_doneButton;
public static String fileChangeSummary_keepButton;
public static String fileChangeSummary_undoButton;
public static String fileChangeSummary_collapseTooltip;
public static String fileChangeSummary_expandTooltip;
- public static String todoList_title;
public static String todoList_titleWithCount;
public static String todoList_clearButton;
public static String todoList_clearButtonDisabled;
diff --git a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/chat/messages.properties b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/chat/messages.properties
index c95feec8..05a27d94 100644
--- a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/chat/messages.properties
+++ b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/chat/messages.properties
@@ -16,19 +16,16 @@ agentMessageWidget_openInBrowserButton=Open in Browser
agentMessageWidget_openInBrowserTooltip=Click to open the pull request in browser
agentMessageWidget_openJobListButton=Open Job List
agentMessageWidget_openJobListTooltip=Click to open the GitHub Copilot Agent Jobs view
-agentMessageWidget_openJobListError=Failed to open GitHub Copilot Agent Jobs view
handoffContainer_proceedFrom=PROCEED FROM {0}
fileChangeSummary_filesChanged=\ Files Changed
fileChangeSummary_fileChanged=\ File Changed
-fileChangeSummary_doneButton=Done
fileChangeSummary_keepButton=Keep
fileChangeSummary_undoButton=Undo
fileChangeSummary_collapseTooltip={0}. Click to collapse the file list
fileChangeSummary_expandTooltip={0}. Click to expand the file list
-todoList_title=Todos
todoList_titleWithCount=Todos ({0}/{1})
todoList_clearButton=Clear all todos
todoList_clearButtonDisabled=Cannot clear todos while a task is in progress
diff --git a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/dialogs/mcp/Messages.java b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/dialogs/mcp/Messages.java
index f0fd5c10..7919364f 100644
--- a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/dialogs/mcp/Messages.java
+++ b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/dialogs/mcp/Messages.java
@@ -12,13 +12,6 @@ public final class Messages extends NLS {
public static String mcpRegistryDialog_mcpRegistry;
public static String mcpRegistryDialog_banner_description;
public static String mcpRegistryDialog_searchPlaceholder;
- public static String mcpRegistryDialog_col_name;
- public static String mcpRegistryDialog_col_desc;
- public static String mcpRegistryDialog_col_actions;
- public static String mcpRegistryDialog_details;
- public static String mcpRegistryDialog_moreInfo;
- public static String mcpRegistryDialog_install;
- public static String mcpRegistryDialog_empty;
public static String mcpRegistryDialog_errorLoading_prefix;
public static String mcpRegistryDialog_errorLoading_default;
public static String mcpRegistryDialog_invalidResponse;
@@ -34,19 +27,14 @@ public final class Messages extends NLS {
public static String mcpServerDetailDialog_title;
public static String mcpServerDetailDialog_description;
- public static String mcpServerDetailDialog_category;
public static String mcpServerDetailDialog_version;
public static String mcpServerDetailDialog_repository;
public static String mcpServerDetailDialog_repository_tooltip;
public static String mcpServerDetailDialog_close;
public static String mcpServerDetailDialog_noDetailsAvailable;
public static String mcpServerDetailDialog_noDescription;
- public static String mcpServerDetailDialog_noVersion;
- public static String mcpServerDetailDialog_categoryDeveloperTools;
- public static String mcpServerDetailDialog_categoryDataScience;
public static String mcpServerDetailDialog_published;
public static String mcpServerDetailDialog_updated;
- public static String mcpServerDetailDialog_install;
public static String mcpServerDetailDialog_noPublishedDate;
public static String mcpServerDetailDialog_noUpdatedDate;
public static String mcpServerDetailDialog_installation_options;
diff --git a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/dialogs/mcp/messages.properties b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/dialogs/mcp/messages.properties
index 0ee4393d..5d0754e8 100644
--- a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/dialogs/mcp/messages.properties
+++ b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/dialogs/mcp/messages.properties
@@ -32,13 +32,6 @@ mcpRegistryDialog_button_changeUrl=Configure Registry Base URL
mcpRegistryDialog_button_changeUrl_tooltip=Click to modify MCP Registry Base URL
mcpRegistryDialog_error_empty_url=Once configured, return to this window to view the list of available MCP servers.
mcpRegistryDialog_loading_label=Loading MCP servers...
-mcpRegistryDialog_col_name=MCP Servers
-mcpRegistryDialog_col_desc=Description
-mcpRegistryDialog_col_actions=Actions
-mcpRegistryDialog_details=Details
-mcpRegistryDialog_moreInfo=more info
-mcpRegistryDialog_install=Install
-mcpRegistryDialog_empty=No servers found
mcpRegistryDialog_errorLoading_prefix=Failed to load MCP servers: {0}
mcpRegistryDialog_errorLoading_default=Failed to load MCP servers, please check the URL or your network connection, then try again.
mcpRegistryDialog_invalidResponse=Invalid response from MCP registry.\nThe registry URL {0} may be incorrect.\nPlease verify the URL is pointing to a valid MCP registry base URL like 'https://api.mcp.github.com'.\nClick "{1}" button above to configure MCP Registry Base URL
@@ -47,19 +40,14 @@ mcpRegistryDialog_emptyUrlForRegistryOnly_msg=Your IT admin has restricted MCP a
mcpServerDetailDialog_title=MCP Server Details
mcpServerDetailDialog_description=Description
-mcpServerDetailDialog_category=Category
mcpServerDetailDialog_version=Version
mcpServerDetailDialog_repository=Repository
mcpServerDetailDialog_repository_tooltip=Click to open the MCP server repository in browser
mcpServerDetailDialog_close=Close
mcpServerDetailDialog_noDetailsAvailable=No details available
mcpServerDetailDialog_noDescription=No description available
-mcpServerDetailDialog_noVersion=Version not specified
-mcpServerDetailDialog_categoryDeveloperTools=Developer Tools
-mcpServerDetailDialog_categoryDataScience=Data Science
mcpServerDetailDialog_published=Published
mcpServerDetailDialog_updated=Updated
-mcpServerDetailDialog_install=Install
mcpServerDetailDialog_noPublishedDate=Publication date not available
mcpServerDetailDialog_noUpdatedDate=Update date not available
mcpServerDetailDialog_installation_options=Installation Options
diff --git a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/i18n/Messages.java b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/i18n/Messages.java
index 6a04b7a3..1aef96fc 100644
--- a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/i18n/Messages.java
+++ b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/i18n/Messages.java
@@ -10,14 +10,6 @@
*/
public final class Messages extends NLS {
private static final String BUNDLE_NAME = "com.microsoft.copilot.eclipse.ui.i18n.messages"; //$NON-NLS-1$
- public static String menu_copilotStatus;
- public static String menu_copilotStatus_ready;
- public static String menu_copilotStatus_loading;
- public static String menu_copilotStatus_completionInProgress;
- public static String menu_copilotStatus_notSignedInToGitHub;
- public static String menu_copilotStatus_unknownError;
- public static String menu_copilotStatus_notAuthorized;
- public static String menu_copilotStatus_agentWarning;
public static String menu_signToGitHub;
public static String menu_signOutOfGitHub;
public static String menu_configureGitHubCopilotSettings;
@@ -86,22 +78,17 @@ public final class Messages extends NLS {
public static String signInHandler_msgDialog_signInSuccess;
public static String signInHandler_msgDialog_signInFailed;
public static String signInHandler_msgDialog_signInFailedTryAgain;
- public static String signInHandler_msgDialog_signInFailedFailure;
public static String signOutHandler_msgDialog_githubCopilot;
public static String signOutHandler_msgDialog_signOutSuccess;
public static String signOutHandler_msgDialog_signOutFailed;
public static String signOutHandler_msgDialog_signOutFailedFailure;
- public static String chat_topBanner_mcpRegistry_Tooltip;
- public static String chat_topBanner_newConversationButton_Tooltip;
public static String chat_topBanner_defaultChatTitle;
- public static String chat_topBanner_chatHistoryButton_Tooltip;
public static String chat_topBanner_chatHistoryItem_newChat;
public static String chat_topBanner_chatHistoryItem_newChatTime_Now;
public static String chat_topBanner_chatHistoryItem_untitledConversation_placeholder;
public static String chat_topBanner_chatHistoryItem_currentConversation_label;
public static String chat_actionBar_initialContent;
public static String chat_actionBar_initialContentForAgent;
- public static String chat_actionBar_attachContextButton_Tooltip;
public static String chat_actionBar_sendButton_Tooltip;
public static String chat_actionBar_sendToJobButton_Tooltip;
public static String chat_actionBar_sendToJob_noProject;
@@ -155,9 +142,8 @@ public final class Messages extends NLS {
public static String chat_filePicker_title;
public static String chat_filePicker_message;
public static String chat_noQuotaView_updatePlanButton_Tooltip;
- public static String chat_noQuotaView_enableAdditionalUsageButton;
public static String chat_noQuotaView_enableAdditionalUsageButton_tooltip;
- public static String chat_noQuotaView_viewYourPlanButton_Tooltip;
+
// TODO: Remove these legacy keys after TBB is officially released.
// Legacy quota-warning keys used when tokenBasedBillingEnabled is false on the CheckQuotaResult,
// in which case the chat warning falls back to the original main-branch behavior.
@@ -166,6 +152,7 @@ public final class Messages extends NLS {
public static String chat_noQuotaView_updatePlanLink;
public static String chat_noQuotaView_proProplusWarnMsg;
public static String chat_noQuotaView_cbCeWarnMsg;
+
public static String chat_currentReferencedFile_description;
public static String chat_turnWidget_copilot;
public static String chat_turnWidget_user;
@@ -176,7 +163,6 @@ public final class Messages extends NLS {
public static String chat_customModels;
public static String chat_addPremiumModels;
public static String chat_referencedFile_noVision_tooltip;
- public static String agent_tool_terminal_copilotTerminalTitle;
public static String agent_tool_compareEditor_titlePrefix;
public static String agent_tool_compareEditor_proposedChangesTitle;
public static String agentFileEditor_contentAssist_statusMessage;
@@ -197,7 +183,6 @@ public final class Messages extends NLS {
public static String generateCommitMessage_noRepo_message;
public static String generateCommitMessage_noStagedFiles_title;
public static String generateCommitMessage_noStagedFiles_message;
- public static String newChat_cancelButton;
public static String addToReference_addFile_title;
public static String addToReference_addFolder_title;
public static String chat_historyView_backButton;
@@ -208,7 +193,6 @@ public final class Messages extends NLS {
public static String relative_dateFormat_weeksAgo;
public static String relative_dateFormat_oneMonthAgo;
public static String relative_dateFormat_monthsAgo;
- public static String chat_historyView_textTruncation_ellipsis;
public static String chat_historyView_enterIcon_tooltip;
public static String chat_historyView_editIcon_tooltip;
public static String chat_historyView_deleteIcon_tooltip;
@@ -242,7 +226,6 @@ public final class Messages extends NLS {
public static String context_window_tool_results;
public static String chat_rateLimitBanner_getMoreInfo;
public static String chat_rateLimitBanner_closeTooltip;
- public static String chat_quotaBanner_viewYourPlan;
static {
// initialize resource bundle
diff --git a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/i18n/messages.properties b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/i18n/messages.properties
index a2758c8b..4cb8235e 100644
--- a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/i18n/messages.properties
+++ b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/i18n/messages.properties
@@ -1,11 +1,3 @@
-menu_copilotStatus=Status
-menu_copilotStatus_ready=Ready
-menu_copilotStatus_loading=Loading
-menu_copilotStatus_completionInProgress=Copilot completing in progress
-menu_copilotStatus_notSignedInToGitHub=Not signed in to GitHub
-menu_copilotStatus_unknownError=Unknown error
-menu_copilotStatus_notAuthorized=No access to GitHub Copilot
-menu_copilotStatus_agentWarning=Copilot is encountering temporary issues
menu_signToGitHub=Sign In to GitHub
menu_signOutOfGitHub=Sign Out of GitHub
menu_configureGitHubCopilotSettings=Activate GitHub Copilot Account...
@@ -74,23 +66,18 @@ signInHandler_msgDialog_alreadySignedIn=User already signed in.
signInHandler_msgDialog_signInSuccess=You have successfully signed in and authorized GitHub Copilot access to your GitHub account.
signInHandler_msgDialog_signInFailed=Unable to sign in to GitHub Copilot at this time
signInHandler_msgDialog_signInFailedTryAgain= Please try again to resume use of GitHub Copilot features.
-signInHandler_msgDialog_signInFailedFailure=Copilot Sign In Failure
signOutHandler_msgDialog_githubCopilot=GitHub Copilot
signOutHandler_msgDialog_signOutSuccess=You have successfully signed out from Copilot.
signOutHandler_msgDialog_signOutFailed=Unable to sign out to GitHub Copilot at this time
signOutHandler_msgDialog_signOutFailedFailure=Copilot Sign Out Failure
-chat_topBanner_mcpRegistry_Tooltip=MCP Registry
-chat_topBanner_newConversationButton_Tooltip=New Chat
chat_topBanner_defaultChatTitle=New Chat
-chat_topBanner_chatHistoryButton_Tooltip=Chat History
chat_topBanner_chatHistoryItem_newChat=New Chat
chat_topBanner_chatHistoryItem_newChatTime_Now=Now
chat_topBanner_chatHistoryItem_untitledConversation_placeholder=Untitled Conversation
chat_topBanner_chatHistoryItem_currentConversation_label=(Current)
chat_actionBar_initialContent=Ask Copilot
chat_actionBar_initialContentForAgent=Edit files in your workspace in agent mode
-chat_actionBar_attachContextButton_Tooltip=Attach Context
chat_actionBar_sendButton_Tooltip=Send
chat_actionBar_sendToJobButton_Tooltip=Delegate to coding agent
chat_actionBar_sendToJob_noProject=No GitHub repository was found in the workspace. Please open a project that contains a Git repository to use the coding agent.
@@ -136,8 +123,8 @@ chat_agentModeView_attachContextSuffix=to attach context
chat_loadingView_title=Loading
chat_loadingView_description=Initializing Copilot...
chat_noQuotaView_updatePlanButton_Tooltip=Upgrade your Copilot plan
-chat_noQuotaView_enableAdditionalUsageButton=Enable Additional Usage
chat_noQuotaView_enableAdditionalUsageButton_tooltip=Pay-as-you-go usage of additional AI credits once you run out of your included usage. Set a budget to cap your maximum monthly spend.
+
# TODO: Remove these legacy strings after TBB is officially released.
# Legacy quota-warning strings used when the language server has not enabled token-based billing yet.
chat_noQuotaView_fallbackModel=fallback model
@@ -145,7 +132,7 @@ chat_noQuotaView_updatePlanButton=Upgrade to Copilot Pro
chat_noQuotaView_updatePlanLink=https://aka.ms/github-copilot-upgrade-plan
chat_noQuotaView_proProplusWarnMsg=You have exceeded your premium request allowance. We have automatically switched you to **%s** which is included with your plan. [Enable additional paid premium requests](https://aka.ms/github-copilot-manage-overage) to continue using premium models.
chat_noQuotaView_cbCeWarnMsg=You have exceeded your free request allowance. We have automatically switched you to **%s** which is included with your plan. To enable additional paid premium requests, contact your organization admin.
-chat_noQuotaView_viewYourPlanButton_Tooltip=View your Copilot plan
+
chat_noAuthView_title=No Copilot subscription found
chat_noAuthView_description=Request a license from your organization manager or sign up for a 60 day trial
chat_noAuthView_checkSubButton=Check subscription plans
@@ -159,7 +146,6 @@ relative_dateFormat_oneWeekAgo=1 week ago
relative_dateFormat_weeksAgo= {0} weeks ago
relative_dateFormat_oneMonthAgo=1 month ago
relative_dateFormat_monthsAgo= {0} months ago
-chat_historyView_textTruncation_ellipsis=...
chat_historyView_enterIcon_tooltip=Apply title changes
chat_historyView_editIcon_tooltip=Edit conversation title
chat_historyView_deleteIcon_tooltip=Delete conversation
@@ -180,7 +166,6 @@ chat_customModels=Custom Models
chat_addPremiumModels=Add Premium Models
chat_referencedFile_noVision_tooltip=%s does not support images.
-agent_tool_terminal_copilotTerminalTitle=Copilot
agent_tool_compareEditor_titlePrefix=Changes from GitHub Copilot:
agent_tool_compareEditor_proposedChangesTitle=Proposed Changes
@@ -205,7 +190,6 @@ generateCommitMessage_noRepo_message=Cannot generate commit message: No reposito
generateCommitMessage_noStagedFiles_title=No Staged Files
generateCommitMessage_noStagedFiles_message=There are no staged files to generate a commit message from.
-newChat_cancelButton=Cancel
addToReference_addFile_title=Add File to Chat
addToReference_addFolder_title=Add Folder to Chat
@@ -237,4 +221,3 @@ context_window_tool_results=Tool Results
chat_rateLimitBanner_getMoreInfo=Get more info
chat_rateLimitBanner_closeTooltip=Dismiss
-chat_quotaBanner_viewYourPlan=View your plan
diff --git a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/Messages.java b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/Messages.java
index 5ab1cd1e..918b1e74 100644
--- a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/Messages.java
+++ b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/Messages.java
@@ -48,15 +48,12 @@ public class Messages extends NLS {
public static String preferences_page_byok_enabledCount;
public static String preferences_page_byok_disabled_tip;
public static String preferences_page_completions_codeMiningNote;
- public static String preferences_page_customModes_defaultDescription;
- public static String preferences_page_customModes_defaultInstructions;
public static String preferences_page_completions_enableNes;
public static String preferences_page_restart_required;
public static String preferences_page_enable_strict_ssl;
public static String preferences_page_whats_new_settings;
public static String preferences_page_enable_whats_new;
public static String preferences_page_enable_whats_new_tooltip;
- public static String preferences_page_proxy_kerberos_sp;
public static String preferences_page_github_enterprise;
public static String preferences_page_watched_files;
public static String preferences_page_watched_files_note_content;
@@ -88,17 +85,14 @@ public class Messages extends NLS {
public static String preferences_page_mcp_registry_description;
public static String preferences_page_mcp_registry_button;
public static String preferences_page_mcp_registry_restricted_info;
- public static String preferences_page_custom_instructions_copilot_instructions;
public static String preferences_page_custom_instructions_copilot_instructions_desc;
public static String preferences_page_custom_instructions_copilot_instructions_note;
public static String preferences_page_custom_instructions_workspace;
public static String preferences_page_custom_instructions_workspace_enable;
public static String preferences_page_custom_instructions_project;
- public static String preferences_page_custom_instructions_project_enable;
public static String preferences_page_custom_instructions_project_intro;
public static String preferences_page_custom_instructions_project_table_projectName;
public static String preferences_page_custom_instructions_project_table_fileLocation;
- public static String preferences_page_custom_instructions_project_table_deleteButton;
public static String preferences_page_custom_instructions_project_table_editButton;
public static String preferences_page_custom_instructions_project_table_note;
public static String preferences_page_custom_instructions_project_editDialog_title;
@@ -116,8 +110,6 @@ public class Messages extends NLS {
public static String preferences_page_custom_instructions_chat_load_scope_combo_tooltip;
public static String preferences_page_note_prefix;
public static String preferences_page_note_content;
- public static String preferences_page_mcpOAuth_confirmTitle;
- public static String preferences_page_mcpOAuth_confirmMessage;
// CustomModesPreferencePage
public static String customModes_page_description;
diff --git a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/messages.properties b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/messages.properties
index 05885cdc..cec6e395 100644
--- a/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/messages.properties
+++ b/com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/messages.properties
@@ -37,8 +37,6 @@ preferences_page_byok_enabledCount=%s of %s Enabled
preferences_page_byok_disabled_tip=Custom models are disabled by your organization's GitHub settings. Please contact your organization's administrator for more information.
preferences_page_completions_codeMiningNote= You need to enable 'Code Minings' to use inline completions in Eclipse 2024-12 (4.34) and later.
-preferences_page_customModes_defaultDescription=Describe what this custom agent does and when to use it.
-preferences_page_customModes_defaultInstructions=Define what this custom agent accomplishes for the user, when to use it, and the edges it won't cross. Specify its ideal inputs/outputs, the tools it may call, and how it reports progress or asks for help.
preferences_page_completions_enableNes=Enable Next Edit Suggestions
preferences_page_enable_strict_ssl= Enable Strict SSL
@@ -46,7 +44,6 @@ preferences_page_whats_new_settings= What's New
preferences_page_enable_whats_new= Always display the 'What's New' dialog after GitHub Copilot updates.
preferences_page_enable_whats_new_tooltip= Enable this to automatically display the "What's New" page whenever GitHub Copilot is updated.
preferences_page_github_enterprise= GitHub Enterprise Authentication Endpoint
-preferences_page_proxy_kerberos_sp= Proxy Kerberos Service Principal
preferences_page_mcp= Server Configurations
preferences_page_proxy_config_link= Configure Proxy
preferences_page_proxy_settings= Proxy
@@ -74,17 +71,14 @@ preferences_page_mcp_registry_url=URL
preferences_page_mcp_registry_description=URL for a specification-compliant MCP registry. MCP servers listed in this registry will be visible to you.
preferences_page_mcp_registry_button=Open MCP Registry
preferences_page_mcp_registry_restricted_info=This url is managed by {0} and cannot be modified
-preferences_page_custom_instructions_copilot_instructions= Copilot Instructions
preferences_page_custom_instructions_copilot_instructions_desc=Set custom instructions for Copilot Chat in this workspace. Get more info
preferences_page_custom_instructions_copilot_instructions_note= Use clear, short instructions for best Copilot results.
preferences_page_custom_instructions_workspace= Workspace
preferences_page_custom_instructions_workspace_enable= Enable workspace instructions
preferences_page_custom_instructions_project= Project
-preferences_page_custom_instructions_project_enable= Use Instruction files .github/copilot-instructions.md
preferences_page_custom_instructions_project_intro=Set custom instructions for Copilot Chat in a specific project. Get more info
preferences_page_custom_instructions_project_table_projectName= Project Name
preferences_page_custom_instructions_project_table_fileLocation= Project Location
-preferences_page_custom_instructions_project_table_deleteButton= Delete
preferences_page_custom_instructions_project_table_editButton= Edit
preferences_page_custom_instructions_project_table_note= Only projects that are open in the workspace and contain a .github/copilot-instructions.md file are listed in this table. Remember to save the file to ensure the project instructions take effect.
preferences_page_custom_instructions_project_editDialog_title=Close Preference Page
@@ -106,9 +100,6 @@ preferences_page_restart_question=You need to restart Eclipse to apply the chang
preferences_page_sub_agent= Enable sub-agent
preferences_page_sub_agent_note_content= Allow Copilot to use sub-agents for complex multi-step tasks.
preferences_page_restart_required= Restart Required
-preferences_page_mcpOAuth_confirmTitle=GitHub Copilot
-preferences_page_mcpOAuth_confirmMessage=The MCP Server Definition '%s' wants to authenticate to %s.
-
# CustomModesPreferencePage
customModes_page_description=Configure custom agents stored as .agent.md files in .github/agents directory.
customModes_table_column_modeName=Agent Name