Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 27, 2025

Implements a VS Code Chat Participant (agent) for the Jupyter extension, enabling users to invoke @jupyter in the chat panel.

Changes

  • package.json: Added chatParticipants contribution registering jupyter.jupyterAgent
  • src/standalone/chat/agent.node.ts: New chat handler with basic capability response
  • src/standalone/chat/extension.node.ts: Wired up agent registration during activation
  • package.nls.json: Added localized description string

Usage

@jupyter How do I configure my notebook?

The agent responds with available capabilities: kernel configuration, package management, and kernel restart functionality.

Original prompt

Implement this.

The user has attached the following uncommitted or modified files as relevant context:
Untitled-1

agent: agent

What is 1+2
Untitled-1

Created from VS Code.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: DonJayamanne <1948812+DonJayamanne@users.noreply.github.com>
Copilot AI changed the title [WIP] Implement basic logic for agent functionality Add Jupyter Chat Participant (@jupyter agent) Nov 27, 2025
Copilot AI requested a review from DonJayamanne November 27, 2025 05:37
Copilot finished work on behalf of DonJayamanne November 27, 2025 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants