Skip to content

Commit 99fe744

Browse files
authored
Merge pull request #70 from microsoft/ntrogh/session-provider-api
Add link to chatSessionsProvider API
2 parents 31c5b4f + 211c996 commit 99fe744

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/copilot/chat/chat-sessions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ Select a chat session to open it as a chat editor tab and monitor its progress.
154154

155155
Agents might provide additional functionality beyond standard chat sessions, such as canceling ongoing tasks, checking out or closing the associated pull request, or applying their file changes directly to your workspace. Right-click an agent session in the Agent Sessions view to see the available options.
156156

157+
> [!NOTE]
158+
> Extension developers can learn how to integrate with the Agent Sessions view with the proposed API [`chatSessionsProvider`](https://github.com/microsoft/vscode/blob/main/src/vscode-dts/vscode.proposed.chatSessionsProvider.d.ts). The API is currently in a proposed state and subject to change.
159+
157160
### Delegate tasks to agents
158161

159162
To delegate a task to an agent, you can start a session directly from the Agent Sessions view. If you have already started a local chat session, you can also delegate tasks to a Copilot coding agent from that session. Delegating to an agent allows you to offload complex or time-consuming tasks to the agent while you continue working.

0 commit comments

Comments
 (0)