diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md
index 84a6d4fe..83f3b9c2 100644
--- a/packages/vscode-extension/CHANGELOG.md
+++ b/packages/vscode-extension/CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log
+## 3.1.0
+
+- New SuiteCloud Developer Assistant feature
+
## 3.0.0
- Secure Credentials Storage for SuiteCloud SDK
diff --git a/packages/vscode-extension/README.md b/packages/vscode-extension/README.md
index a0210a36..27d8dd5c 100644
--- a/packages/vscode-extension/README.md
+++ b/packages/vscode-extension/README.md
@@ -25,8 +25,8 @@ The following table shows the extension versions currently available in the Mark
| Extension Versions Available in the Marketplace | Available Since | Compatible NetSuite Version |
|:-----------------------------------------------:|:---------------:|:---------------------------:|
+| 3.1.0 | 2025.2 | 2025.1 and 2025.2 |
| 3.0.0 | 2025.1 | 2024.2 and 2025.1 |
-| 2.0.X | 2024.2 | 2024.2 and 2025.1 |
## Installing SuiteCloud Extension for Visual Studio Code
To install SuiteCloud Extension for Visual Studio Code, follow these steps:
@@ -87,7 +87,7 @@ The selected account is set as default for the project.
-### SuiteCloud Commands
+## SuiteCloud Commands
The following SuiteCloud commands are available through the Command Palette:
@@ -111,6 +111,29 @@ The following SuiteCloud commands are available through the Command Palette:
To read more about what you can do with SuiteCloud Extension for Visual Studio Code, visit SuiteCloud Extension for Visual Studio Code Usage.
+## SuiteCloud Developer Assistant using Cline in SuiteCloud Extension for Visual Studio Code
+
+You can now configure the SuiteCloud Developer Assistant using Cline in SuiteCloud Extension for Visual Studio Code. SuiteCloud Developer Assistant is an AI-powered coding assistant designed for SuiteCloud developers and administrators. Integrated with Visual Studio Code through the Cline extension, it uses advanced language models specialized for SuiteCloud and SuiteScript to support NetSuite customization tasks. With SuiteCloud Developer Assistant, you can:
+ * Get real-time, context-aware coding assistance within your SuiteCloud projects
+ * Generate SuiteScript 2.1 code based on your input
+ * Create and manage XML custom objects to speed up development
+ * Work within your existing VS Code and Cline setup for a consistent workflow
+
+To set up SuiteCloud Developer Assistant using Cline:
+1. Open SuiteCloud Extension for VS Code and click the SuiteCloud Developer Assistant welcome message to go to the SuiteCloud Extension for VS Code settings.
+2. In **Workspace** > **SuiteCloud**, configure the fields as follows:
+ * **Developer Assistant: Auth ID:** Set to the auth ID you want to use for the SuiteCloud Developer Assistant service.
+ * **Developer Assistant: Enable:** Set it to enabled.
+ * **Local Port:** Autofilled by default. Change it if you prefer a different port or if the default port is already in use.
+3. In the activity bar, go to the Cline extension. Click the provider/model selector, and configure the fields as follows:
+ * **API Provider:** Set to Open AI Compatible.
+ * **Base URL:** Set to the URL provided by SuiteCloud Extension for VS Code during SuiteCloud Developer Assistant configuration. To see it again, refer to the output in the terminal.
+ * **OpenAI Compatible API Key:** Set to any text of your choice.
+ * **Model ID:** If this isn't autopopulated, set to NetSuite.
+You can start vibe-coding with SuiteCloud Developer Assistant.
+
+Want more information? See Setting up SuiteCloud Developer Assistant using Cline in SuiteCloud Extension for Visual Studio Code.
+
## Using SuiteCloud Extension for Visual Studio Code with SuiteCloud CLI for Node.js
SuiteCloud CLI for Node.js is compatible with your Visual Studio Code integrated terminal, so you can run SuiteCloud CLI for Node.js commands directly there, independently from VS Code. To read more about it, visit SuiteCloud CLI for Node.js.