Sessions exploration (#294912)

This commit is contained in:
Benjamin Pasero
2026-02-17 15:14:39 +01:00
committed by GitHub
parent 6b97e58b79
commit b1009c98bb
153 changed files with 20895 additions and 120 deletions

View File

@@ -29,6 +29,7 @@
},
"enabledApiProposals": [
"canonicalUriProvider",
"chatSessionsProvider",
"contribEditSessions",
"contribShareMenu",
"contribSourceControlHistoryItemMenu",
@@ -68,6 +69,11 @@
"command": "github.timeline.openOnGitHub",
"title": "%command.openOnGitHub%",
"icon": "$(github)"
},
{
"command": "github.createPullRequest",
"title": "%command.createPullRequest%",
"icon": "$(git-pull-request)"
}
],
"continueEditSession": [
@@ -85,6 +91,10 @@
"command": "github.publish",
"when": "git-base.gitEnabled && workspaceFolderCount != 0 && remoteName != 'codespaces'"
},
{
"command": "github.createPullRequest",
"when": "false"
},
{
"command": "github.graph.openOnGitHub",
"when": "false"
@@ -163,6 +173,14 @@
"group": "1_actions@3",
"when": "github.hasGitHubRepo && timelineItem =~ /git:file:commit\\b/"
}
],
"chat/input/editing/sessionToolbar": [
{
"command": "github.createPullRequest",
"group": "navigation",
"order": 1,
"when": "isSessionsWindow && agentSessionHasChanges && chatSessionType == copilotcli"
}
]
},
"configuration": [