Skip to content

Remove usages of "Agents app" #315270

@alexdima

Description

@alexdima

src/vs/sessions/contrib/accountMenu/browser/account.contribution.ts:
  112  			type: Severity.Info,
  113: 			message: localize('agenticSignOutMessage', "Sign out of the Agents app?"),
  114: 			detail: localize('agenticSignOutDetail', "This will sign out '{0}' from the Agents app.", accountLabel),
  115  			primaryButton: localize({ key: 'agenticSignOutButton', comment: ['&& denotes a mnemonic'] }, "&&Sign Out")


src/vs/sessions/contrib/aquarium/browser/aquarium.contribution.ts:
  19  			default: product.quality !== 'stable',
  20: 			description: localize('sessions.developerJoy.enabled', "Adds an easter egg to the Agents application."),
  21  			tags: ['experimental'],


src/vs/sessions/contrib/chat/browser/sessionsChatAccessibilityHelp.ts:
  25  		const content: string[] = [];
  26: 		content.push(localize('sessionsChat.overview', "You are in the Agents app. The Agents app is a dedicated workspace for working with AI agents. It provides a chat interface, a changes view for reviewing agent-generated changes, a file explorer, and customization options."));
  27  		content.push(localize('sessionsChat.input', "You are in the chat input. Type a message and press Enter to send it."));


src/vs/sessions/contrib/copilotChatSessions/browser/copilotChatSessions.contribution.ts:
  28  			experiment: { mode: 'startup' },
  29: 			description: localize('sessions.chat.claudeAgent.enabled', "Enable Claude Agent sessions in the Agents app. Start and resume agentic coding sessions powered by Anthropic's Claude Agent SDK directly. Uses your existing Copilot subscription."),
  30  		},


  34  			tags: ['experimental'],
  35: 			description: localize('sessions.chat.localAgent.enabled', "Enable Local VS Code chat sessions in the Agents app. Start in-process chat sessions directly, without a background agent or worktree."),
  36  		},



src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.ts:
  210  		[AccessibilityVerbositySettingId.SessionsChat]: {
  211: 			description: localize('verbosity.sessionsChat', 'Provide information about how to access the Agents app accessibility help menu when the chat input is focused.'),
  212  			...baseVerbosityProperty


src/vs/workbench/contrib/chat/browser/chatTipCatalog.ts:
  420  					'tip.openAgentsWindow',
  421: 					"Try the [Agents Application](command:{0} \"Open Agents Window\") to run multiple agents simultaneously and manage your coding sessions.",
  422  					OPEN_WORKSPACE_IN_AGENTS_WINDOW_COMMAND_ID

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions