Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
128 changes: 3 additions & 125 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"chatContextProvider",
"chatParticipantAdditions",
"chatParticipantPrivate",
"chatSessionsProvider@3",
"chatSessionsProvider",
"codiconDecoration",
"codeActionRanges",
"commentingRangeHint",
Expand Down Expand Up @@ -88,28 +88,6 @@
"displayName": "GitHub Issues"
}
],
"chatSessions": [
{
"type": "copilot-swe-agent",
"name": "copilot",
"displayName": "GitHub Copilot coding agent",
"description": "Delegate tasks to the GitHub Copilot coding agent. The agent works asynchronously to implement changes, iterates via chat, and can create or update pull requests as needed.",
"when": "config.chat.agentSessionsViewLocation && config.chat.agentSessionsViewLocation != 'disabled' && config.github.copilot.chat.advanced.copilotCodingAgentV0.enabled",
"capabilities": {
"supportsFileAttachments": true
}
}
],
"remoteCodingAgents": [
{
"id": "githubCodingAgent",
"command": "githubpr.remoteAgent",
"displayName": "GitHub Copilot coding agent",
"description": "Copilot coding agent is a remote, autonomous software development agent. Developers delegate tasks to the agent, which iterates on pull requests based on feedback and reviews.",
"followUpRegex": "open-pull-request-webview.*((%7B.*?%7D)|(\\{.*?\\}))",
"when": "config.githubPullRequests.codingAgent.enabled && config.githubPullRequests.codingAgent.uiIntegration && copilotCodingAgentAssignable && config.github.copilot.chat.advanced.copilotCodingAgentV0.enabled"
}
],
"chatParticipants": [
{
"id": "githubpr",
Expand Down Expand Up @@ -658,11 +636,6 @@
],
"description": "%githubIssues.createIssueTriggers.description%"
},
"githubPullRequests.codingAgent.codeLens": {
"type": "boolean",
"default": true,
"description": "%githubPullRequests.codingAgent.codeLens.description%"
},
"githubIssues.createInsertFormat": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -971,11 +944,6 @@
]
},
"commands": [
{
"command": "githubpr.remoteAgent",
"title": "%command.githubpr.remoteAgent.title%",
"enablement": "config.githubPullRequests.codingAgent.enabled"
},
{
"command": "github.api.preloadPullRequest",
"title": "Preload Pull Request",
Expand Down Expand Up @@ -1888,38 +1856,10 @@
"category": "%command.notifications.category%",
"icon": "$(gear)"
},
{
"command": "pr.refreshChatSessions",
"title": "%command.pr.refreshChatSessions.title%",
"icon": "$(refresh)",
"category": "%command.pull.request.category%"
},
{
"command": "pr.preferredCodingAgentGitHubRemote",
"title": "%command.pr.preferredCodingAgentGitHubRemote.title%",
"icon": "$(gear)",
"enablement": "github:hasMultipleGitHubRemotes",
"category": "%command.pull.request.category%"
},
{
"command": "pr.resetCodingAgentPreferences",
"title": "%command.pr.resetCodingAgentPreferences.title%",
"category": "%command.pull.request.category%"
},
{
"command": "pr.checkoutChatSessionPullRequest",
"title": "%command.pr.checkoutChatSessionPullRequest.title%",
"category": "%command.pull.request.category%"
},
{
"command": "pr.closeChatSessionPullRequest",
"title": "%command.pr.closeChatSessionPullRequest.title%",
"category": "%command.pull.request.category%"
},
{
"command": "pr.cancelCodingAgent",
"title": "%command.pr.cancelCodingAgent.title%",
"category": "%command.pull.request.category%"
}
],
"viewsWelcome": [
Expand Down Expand Up @@ -2027,31 +1967,6 @@
"view": "notifications:github",
"when": "ReposManagerStateContext == RepositoriesLoaded && github:notificationCount == -1",
"contents": "%welcome.github.notifications.contents%"
},
{
"view": "workbench.view.chat.sessions.copilot-swe-agent",
"when": "workspaceFolderCount == 0",
"contents": "%welcome.pr.github.noFolder.contents%"
},
{
"view": "workbench.view.chat.sessions.copilot-swe-agent",
"when": "git.state == initialized && gitOpenRepositoryCount == 0 && workspaceFolderCount > 0 && git.parentRepositoryCount == 0",
"contents": "%welcome.pr.github.noRepo.contents%"
},
{
"view": "workbench.view.chat.sessions.copilot-swe-agent",
"when": "git.state == initialized && workspaceFolderCount > 0 && (git.parentRepositoryCount > 0 || gitOpenRepositoryCount > 0) && !github:hasGitHubRemotes",
"contents": "%welcome.chat.sessions.copilot-swe-agent.noGitHub.contents%"
},
{
"view": "workbench.view.chat.sessions.copilot-swe-agent",
"when": "ReposManagerStateContext == NeedsAuthentication && github:hasGitHubRemotes",
"contents": "%welcome.chat.sessions.copilot-swe-agent.login.contents%"
},
{
"view": "workbench.view.chat.sessions.copilot-swe-agent",
"when": "ReposManagerStateContext != NeedsAuthentication && github:hasGitHubRemotes",
"contents": "%welcome.chat.sessions.copilot-swe-agent.startSession.contents%"
}
],
"keybindings": [
Expand Down Expand Up @@ -2097,10 +2012,6 @@
"command": "github.api.preloadPullRequest",
"when": "false"
},
{
"command": "githubpr.remoteAgent",
"when": "false"
},
{
"command": "pr.configureRemotes",
"when": "gitHubOpenRepositoryCount != 0"
Expand Down Expand Up @@ -2740,18 +2651,6 @@
{
"command": "review.copyPrLink",
"when": "github:inReviewMode"
},
{
"command": "pr.preferredCodingAgentGitHubRemote",
"when": "false"
},
{
"command": "pr.closeChatSessionPullRequest",
"when": "false"
},
{
"command": "pr.cancelCodingAgent",
"when": "false"
}
],
"view/title": [
Expand Down Expand Up @@ -2904,16 +2803,6 @@
"command": "notifications.refresh",
"when": "gitHubOpenRepositoryCount != 0 && github:initialized && view == notifications:github",
"group": "navigation@1"
},
{
"command": "pr.refreshChatSessions",
"when": "view == workbench.view.chat.sessions.copilot-swe-agent",
"group": "navigation@1"
},
{
"command": "pr.preferredCodingAgentGitHubRemote",
"when": "github:hasMultipleGitHubRemotes && view == workbench.view.chat.sessions.copilot-swe-agent",
"group": "overflow@1"
}
],
"view/item/context": [
Expand Down Expand Up @@ -3708,22 +3597,12 @@
"chat/chatSessions": [
{
"command": "pr.openChanges",
"when": "chatSessionType == copilot-swe-agent || chatSessionType == copilot-cloud-agent",
"when": "chatSessionType == copilot-cloud-agent",
"group": "inline"
},
{
"command": "pr.checkoutChatSessionPullRequest",
"when": "chatSessionType == copilot-swe-agent || chatSessionType == copilot-cloud-agent",
"group": "context"
},
{
"command": "pr.closeChatSessionPullRequest",
"when": "chatSessionType == copilot-swe-agent",
"group": "context"
},
{
"command": "pr.cancelCodingAgent",
"when": "chatSessionType == copilot-swe-agent",
"when": "chatSessionType == copilot-cloud-agent",
"group": "context"
}
],
Expand Down Expand Up @@ -4545,7 +4424,6 @@
"fast-deep-equal": "^3.1.3",
"js-yaml": "^4.1.1",
"jsonc-parser": "^3.3.1",
"jszip": "^3.10.1",
"lru-cache": "6.0.0",
"markdown-it": "^14.1.0",
"marked": "^4.0.10",
Expand Down
22 changes: 0 additions & 22 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"githubIssues.ignoreMilestones.description": "An array of milestone titles to never show issues from.",
"githubIssues.createIssueTriggers.description": "Strings that will cause the 'Create issue from comment' code action to show.",
"githubIssues.createIssueTriggers.items": "String that enables the 'Create issue from comment' code action. Should not contain whitespace.",
"githubPullRequests.codingAgent.codeLens.description": "Show the 'Delegate to agent' CodeLens actions above TODO comments for delegating to coding agent.",
"githubIssues.createInsertFormat.description": "Controls whether an issue number (ex. #1234) or a full url (ex. https://github.com/owner/name/issues/1234) is inserted when the Create Issue code action is run.",
"githubIssues.issueCompletions.enabled.description": "Controls whether completion suggestions are shown for issues.",
"githubIssues.userCompletions.enabled.description": "Controls whether completion suggestions are shown for users.",
Expand Down Expand Up @@ -201,7 +200,6 @@
"view.github.active.pull.request.name": "Review Pull Request",
"view.github.active.pull.request.welcome.name": "Active Pull Request",
"command.pull.request.category": "GitHub Pull Requests",
"command.githubpr.remoteAgent.title": "Remote agent integration",
"command.pr.create.title": "Create Pull Request",
"command.pr.pick.title": "Checkout Pull Request",
"command.pr.openChanges.title": "Open Changes",
Expand Down Expand Up @@ -241,7 +239,6 @@
"command.review.createSuggestionFromChange.title": "Convert to Pull Request Suggestion",
"command.review.copyPrLink.title": "Copy Pull Request Link",
"command.pr.refreshList.title": "Refresh Pull Requests List",
"command.pr.refreshChatSessions.title": "Refresh Chat Sessions",
"command.pr.setFileListLayoutAsTree.title": "View as Tree",
"command.pr.setFileListLayoutAsFlat.title": "View as List",
"command.pr.toggleHideViewedFiles.title": "Toggle Hide Viewed Files",
Expand Down Expand Up @@ -355,10 +352,6 @@
"command.notifications.configureNotificationsViewlet.title": "Configure...",
"command.notification.chatSummarizeNotification.title": "Summarize With Copilot",
"command.pr.checkoutChatSessionPullRequest.title": "Checkout Pull Request",
"command.pr.closeChatSessionPullRequest.title": "Close Pull Request",
"command.pr.preferredCodingAgentGitHubRemote.title": "Set Preferred GitHub Remote",
"command.pr.resetCodingAgentPreferences.title": "Reset Coding Agent Workspace Preferences",
"command.pr.cancelCodingAgent.title": "Cancel Coding Agent",
"welcome.github.login.contents": {
"message": "You have not yet signed in with GitHub\n[Sign in](command:pr.signin)",
"comment": [
Expand Down Expand Up @@ -421,21 +414,6 @@
"welcome.issues.github.noFolder.contents": "You have not yet opened a folder.",
"welcome.issues.github.noRepo.contents": "No git repositories found",
"welcome.github.activePullRequest.contents": "Loading...",
"welcome.chat.sessions.copilot-swe-agent.login.contents": {
"message": "Sign in to get started with Copilot coding agent\n[Sign in](command:pr.signin)",
"comment": [
"Do not translate what's inside of (...). It is link syntax.",
"{Locked='](command:pr.signin)'}"
]
},
"welcome.chat.sessions.copilot-swe-agent.startSession.contents": {
"message": "No Copilot coding agent sessions\n[Start a coding session](command:workbench.action.chat.openNewSessionEditor.copilot-swe-agent)",
"comment": [
"Do not translate what's inside of (...). It is link syntax.",
"{Locked='](command:workbench.action.chat.open?%7B%22query%22%3A%22%23copilotCodingAgent%20%22%2C%22isPartialQuery%22%3Atrue%7D)'}"
]
},
"welcome.chat.sessions.copilot-swe-agent.noGitHub.contents": "Clone or open a GitHub repository to get started",
"languageModelTools.github-pull-request_issue_fetch.displayName": "Get a GitHub Issue or pull request",
"languageModelTools.github-pull-request_issue_summarize.displayName": "Summarize a GitHub Issue or pull request",
"languageModelTools.github-pull-request_notification_fetch.displayName": "Get a GitHub Notification",
Expand Down
Loading