Skip to content
Open
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
23 changes: 0 additions & 23 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,6 @@
"category": "Radon IDE",
"enablement": "RNIDE.extensionIsActive && RNIDE.panelIsOpen"
},
{
"command": "RNIDE.openChat",
"title": "Chat with Radon AI",
"category": "Radon IDE",
"enablement": "RNIDE.extensionIsActive && RNIDE.panelIsOpen"
},
{
"command": "RNIDE.nextRunningDevice",
"title": "Switch to next running device",
Expand Down Expand Up @@ -552,13 +546,6 @@
"default": true,
"scope": "window",
"description": "Enables the Radon AI functionality in the extension."
},
"RadonIDE.radonAI.enableChatParticipant": {
"type": "boolean",
"default": false,
"scope": "window",
"markdownDescription": "**[deprecated]** Enables `@radon` AI chat participant.",
"description": "[deprecated] Enables `@radon` AI chat participant."
}
}
}
Expand Down Expand Up @@ -1197,16 +1184,6 @@
}
}
},
"chatParticipants": [
{
"when": "RNIDE.chatParticipantEnabled",
"id": "chat.radon-ai",
"fullName": "Radon AI",
"name": "radon",
"description": "Get up-to-date answers related to React Native",
"isSticky": true
}
],
"customEditors": [
{
"viewType": "RadonIDE.reactDevtoolsProfiler",
Expand Down
27 changes: 0 additions & 27 deletions packages/vscode-extension/src/ai/chat/history.ts

This file was deleted.

206 changes: 0 additions & 206 deletions packages/vscode-extension/src/ai/chat/index.ts

This file was deleted.

118 changes: 0 additions & 118 deletions packages/vscode-extension/src/ai/chat/packages.ts

This file was deleted.

Loading
Loading