Conversation
* feat(vscode-extn): added vs-extension create new app command * feat(vscode-extn): added option for choosing location to download the app and also download git repo --------- Co-authored-by: Pallabi Pati <pallabipati232@gmail.com>
* feat(vscode-extension): changes for chatbot * feat(vscode-extension): adding missing modules and updating gitignore * feat(vscode-extension): fixing order of imports and removing unused line
…rted command JS to ES6
…nges for current instance
Vscode extension chatbotui
…ted pnpm lock file
|
@CodiumAI-Agent /describe |
TitleVscode extension User descriptionImplemented Chatbot UI allowing users to perform key actions directly from the chatbot, including: How to Test PR TypeEnhancement Description
|
| Relevant files |
|---|
|
@CodiumAI-Agent /review |
|
@CodiumAI-Agent /improve |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨
|
package.json
Outdated
| "author": "", | ||
| "license": "Apache-2.0", | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^19.8.1", |
packages/vscode-extension/.gitignore
Outdated
| @@ -0,0 +1,16 @@ | |||
| node_modules | |||
There was a problem hiding this comment.
I have removed the file and added the necessary entries to the parent folder's .gitignore file.
| @@ -0,0 +1,7 @@ | |||
| { | |||
| // See https://go.microsoft.com/fwlink/?LinkId=733558 | |||
There was a problem hiding this comment.
remove comments from JSON
There was a problem hiding this comment.
Removed Unwanted comments
| @@ -0,0 +1,26 @@ | |||
| // A launch configuration that launches the extension inside a new window | |||
There was a problem hiding this comment.
Removed Unwanted comments
| @@ -0,0 +1,36 @@ | |||
| { | |||
There was a problem hiding this comment.
are we using these tasks?
There was a problem hiding this comment.
The unused file has been successfully removed.
| "semoss.createNewApp", | ||
| async (args) => { | ||
| // If called from chatbot, use args; otherwise, prompt | ||
| const getSecretsWithValidation = async (context) => { |
There was a problem hiding this comment.
remove this function as it is duplicate of 122
There was a problem hiding this comment.
Removed Duplicate Function
|
@CodiumAI-Agent /update_changelog |
|
Changelog updates: 🔄 2025-07-22 *Added
|
Implemented Chatbot UI allowing users to perform key actions directly from the chatbot, including:
• Create New App
• Authorize New Instance
• Select Instance
• Remove Instance
• Zip and Deploy
• Zip Only
• Deploy Only
Added options for users to:
• Clear chat history
• Download user manual
How to Test
Install the extension using the .vsix file.
Once the installation is complete, look for the Semoss Assistant icon in the Activity Bar (side panel) of VS Code.
Click on the icon to open the Semoss Assistant panel.