diff --git a/code-studio/reference/configure-properties/custom-agents.md b/code-studio/reference/configure-properties/custom-agents.md
index af62423c..92d64059 100644
--- a/code-studio/reference/configure-properties/custom-agents.md
+++ b/code-studio/reference/configure-properties/custom-agents.md
@@ -57,8 +57,8 @@ Choose **one** of these methods:
-- Choose **Custom Agents** from the menu
-- Click “+ Create new Custom agent”
+- Choose **Agent Customizations** from the menu
+- Click “Generate Agent”
@@ -138,7 +138,7 @@ Select your preferred location → click **Continue**.
- Click agent dropdown.
- Select **Configure Custom Agents**.
-
+
- Choose **CodeReview** from the list of agents.
- Make your changes and save.
diff --git a/code-studio/reference/configure-properties/custom-instructions.md b/code-studio/reference/configure-properties/custom-instructions.md
index 2dd8fe36..d69e3df7 100644
--- a/code-studio/reference/configure-properties/custom-instructions.md
+++ b/code-studio/reference/configure-properties/custom-instructions.md
@@ -98,11 +98,11 @@ You will see three options:
**Step 1:** Open the `codestudio-instructions.md` file.
-- Open your project in Code studio. Click the settings option at the top in the chat.
+- Open your project in Code studio. Click the settings option at the top in the chat and select **agent customizations**.
-- Select the “Generate agent instructions” in the pop up.
+- Click the “Generate instructions” and select New instruction(workspace) in the pop up.
**Step 2:** Now Code Studio will automatically create and open `codestudio-instructions.md`.
@@ -116,11 +116,13 @@ You will see three options:
## How to Configure Path-specific Instruction File
-**Step 1:** Click *Settings* from the top right and clcik **chat instructions**
+**Step 1:** Click *Settings* from the top right and click **Open settings**
+
+**Step 2:** Click **Instruction & SKills** and select **Add Location**
-**Step 2:** Click **New Instruction File**.
+**Step 2:** Enter **Name for Instruction File**.
diff --git a/code-studio/reference/configure-properties/custom-prompt.md b/code-studio/reference/configure-properties/custom-prompt.md
index fb7b3749..b49f897f 100644
--- a/code-studio/reference/configure-properties/custom-prompt.md
+++ b/code-studio/reference/configure-properties/custom-prompt.md
@@ -33,11 +33,12 @@ Open your project in Code Studio. Open the Code Studio Chat window.
### Step 2: Select Prompt Files
-Click the Settings button at the top. In the menu, choose **Prompt Files**.
+Click the Settings button at the top. In the menu, choose **Agent Customizations**.
+
### Step 3: Create a New Prompt File
-Click **New Prompt File**. You’ll see two storage options:
+Click **Generate Prompt**. You’ll see two storage options:
- **ProjectSpecific (.codestudio/prompts)** → stored in the current project folder, usable only in that project
- **Global (User Data)** → stored globally, usable across any project
@@ -47,7 +48,8 @@ Creation steps (same for both):
- Enter a name for your prompt file and click Enter.
- Then in the created prompt file, choose the mode (you can choose which mode to use; default is agent, but you can switch to ask, edit, plan)
- Add guidelines or instructions that AI should follow.
-
+
+
### Step 4: Use Your Prompt File
- Open the Chat window
diff --git a/code-studio/reference/configure-properties/hooks.md b/code-studio/reference/configure-properties/hooks.md
index bf0982ad..68c6cf78 100644
--- a/code-studio/reference/configure-properties/hooks.md
+++ b/code-studio/reference/configure-properties/hooks.md
@@ -171,26 +171,29 @@ Code Studio supports the following hook lifecycle events. Event names are case-s
## Configure Hooks
-1. **Click** the Settings icon in the Chat window and **Select** **Hooks**.
+1. **Click** the Settings icon in the Chat window and **Select** **Agent Customizations**.
+2. **Select** hooks and **click** **Generate Hooks**.
-2. **Choose** the hook lifecycle event you want to configure for example we using SessionStart.
+
+
+3. **Choose** the hook lifecycle event you want to configure for example we using SessionStart.
-3. **Enter** a descriptive hook name and press Enter.
+4. **Enter** a descriptive hook name and press Enter.
-4. It will create a **Default Configuration** like below Image
+5. It will create a **Default Configuration** like below Image
-5. **Edit** the generated configuration.
+6. **Edit** the generated configuration.
-6. **Run** a test prompt to verify the hook is active.
+7. **Run** a test prompt to verify the hook is active.
diff --git a/code-studio/reference/configure-properties/mcp/marketplace.md b/code-studio/reference/configure-properties/mcp/marketplace.md
index d2bc6933..8848902e 100644
--- a/code-studio/reference/configure-properties/mcp/marketplace.md
+++ b/code-studio/reference/configure-properties/mcp/marketplace.md
@@ -75,7 +75,7 @@ Before installing MCP servers from the marketplace, ensure that:
- If you have a globally installed server and want to download the same server for the current workspace, click the manage icon next to the global server in the **Installed** tab and select **Download for Workspace**.
- After installing the workspace server from the installed global server, the global server will automatically disconnect.
-
+
> **Note:** You can verify that a server is installed for the workspace by checking for the file icon displayed next to the server name icon.
diff --git a/code-studio/reference/reference-images/add-mcp-server.png b/code-studio/reference/reference-images/add-mcp-server.png
index 2054627d..d88137c4 100644
Binary files a/code-studio/reference/reference-images/add-mcp-server.png and b/code-studio/reference/reference-images/add-mcp-server.png differ
diff --git a/code-studio/reference/reference-images/agent_code_review.png b/code-studio/reference/reference-images/agent_code_review.png
index a8ac85ac..460dec82 100644
Binary files a/code-studio/reference/reference-images/agent_code_review.png and b/code-studio/reference/reference-images/agent_code_review.png differ
diff --git a/code-studio/reference/reference-images/agent_configure_chat.png b/code-studio/reference/reference-images/agent_configure_chat.png
deleted file mode 100644
index 58f57579..00000000
Binary files a/code-studio/reference/reference-images/agent_configure_chat.png and /dev/null differ
diff --git a/code-studio/reference/reference-images/agent_option.png b/code-studio/reference/reference-images/agent_option.png
index d60f080c..f622b5f1 100644
Binary files a/code-studio/reference/reference-images/agent_option.png and b/code-studio/reference/reference-images/agent_option.png differ
diff --git a/code-studio/reference/reference-images/agent_tool.png b/code-studio/reference/reference-images/agent_tool.png
index 017082d7..1da50b43 100644
Binary files a/code-studio/reference/reference-images/agent_tool.png and b/code-studio/reference/reference-images/agent_tool.png differ
diff --git a/code-studio/reference/reference-images/custom-local-server.png b/code-studio/reference/reference-images/custom-local-server.png
index e62e4dfb..c9b8ca59 100644
Binary files a/code-studio/reference/reference-images/custom-local-server.png and b/code-studio/reference/reference-images/custom-local-server.png differ
diff --git a/code-studio/reference/reference-images/custom_agent.png b/code-studio/reference/reference-images/custom_agent.png
index 56230181..856d0a79 100644
Binary files a/code-studio/reference/reference-images/custom_agent.png and b/code-studio/reference/reference-images/custom_agent.png differ
diff --git a/code-studio/reference/reference-images/customprompt1.png b/code-studio/reference/reference-images/customprompt1.png
index 8afab5be..ba79b8bb 100644
Binary files a/code-studio/reference/reference-images/customprompt1.png and b/code-studio/reference/reference-images/customprompt1.png differ
diff --git a/code-studio/reference/reference-images/customprompt2.png b/code-studio/reference/reference-images/customprompt2.png
index a0563495..51fdcbf1 100644
Binary files a/code-studio/reference/reference-images/customprompt2.png and b/code-studio/reference/reference-images/customprompt2.png differ
diff --git a/code-studio/reference/reference-images/github-install.png b/code-studio/reference/reference-images/github-install.png
index 06e66685..6d9a9863 100644
Binary files a/code-studio/reference/reference-images/github-install.png and b/code-studio/reference/reference-images/github-install.png differ
diff --git a/code-studio/reference/reference-images/github1.png b/code-studio/reference/reference-images/github1.png
index 128d1f68..c24da878 100644
Binary files a/code-studio/reference/reference-images/github1.png and b/code-studio/reference/reference-images/github1.png differ
diff --git a/code-studio/reference/reference-images/github4.png b/code-studio/reference/reference-images/github4.png
index 54b8fab7..353785e2 100644
Binary files a/code-studio/reference/reference-images/github4.png and b/code-studio/reference/reference-images/github4.png differ
diff --git a/code-studio/reference/reference-images/global-workspace.gif b/code-studio/reference/reference-images/global-workspace.gif
new file mode 100644
index 00000000..59302ffc
Binary files /dev/null and b/code-studio/reference/reference-images/global-workspace.gif differ
diff --git a/code-studio/reference/reference-images/hookselect.png b/code-studio/reference/reference-images/hookselect.png
index c1d6e380..24ff2cb0 100644
Binary files a/code-studio/reference/reference-images/hookselect.png and b/code-studio/reference/reference-images/hookselect.png differ
diff --git a/code-studio/reference/reference-images/hookstart.png b/code-studio/reference/reference-images/hookstart.png
index 905b891c..51fdcbf1 100644
Binary files a/code-studio/reference/reference-images/hookstart.png and b/code-studio/reference/reference-images/hookstart.png differ
diff --git a/code-studio/reference/reference-images/hookusing.gif b/code-studio/reference/reference-images/hookusing.gif
index 858aacd8..7d2cf102 100644
Binary files a/code-studio/reference/reference-images/hookusing.gif and b/code-studio/reference/reference-images/hookusing.gif differ
diff --git a/code-studio/reference/reference-images/install-option.png b/code-studio/reference/reference-images/install-option.png
index 926673d4..3c8eac82 100644
Binary files a/code-studio/reference/reference-images/install-option.png and b/code-studio/reference/reference-images/install-option.png differ
diff --git a/code-studio/reference/reference-images/instruction_chat_option.png b/code-studio/reference/reference-images/instruction_chat_option.png
index f3ace361..56fa6329 100644
Binary files a/code-studio/reference/reference-images/instruction_chat_option.png and b/code-studio/reference/reference-images/instruction_chat_option.png differ
diff --git a/code-studio/reference/reference-images/instruction_code_settings.png b/code-studio/reference/reference-images/instruction_code_settings.png
index 93a1a5c6..36411769 100644
Binary files a/code-studio/reference/reference-images/instruction_code_settings.png and b/code-studio/reference/reference-images/instruction_code_settings.png differ
diff --git a/code-studio/reference/reference-images/instruction_global_test.png b/code-studio/reference/reference-images/instruction_global_test.png
index 9b34f102..58f5f3cb 100644
Binary files a/code-studio/reference/reference-images/instruction_global_test.png and b/code-studio/reference/reference-images/instruction_global_test.png differ
diff --git a/code-studio/reference/reference-images/instruction_option.png b/code-studio/reference/reference-images/instruction_option.png
index a9161ebf..fd080e8d 100644
Binary files a/code-studio/reference/reference-images/instruction_option.png and b/code-studio/reference/reference-images/instruction_option.png differ
diff --git a/code-studio/reference/reference-images/instruction_path_apply.png b/code-studio/reference/reference-images/instruction_path_apply.png
index 95bebf1a..61159050 100644
Binary files a/code-studio/reference/reference-images/instruction_path_apply.png and b/code-studio/reference/reference-images/instruction_path_apply.png differ
diff --git a/code-studio/reference/reference-images/instruction_path_chat.png b/code-studio/reference/reference-images/instruction_path_chat.png
index 1e98930a..43a7f91f 100644
Binary files a/code-studio/reference/reference-images/instruction_path_chat.png and b/code-studio/reference/reference-images/instruction_path_chat.png differ
diff --git a/code-studio/reference/reference-images/instruction_path_new_chat.png b/code-studio/reference/reference-images/instruction_path_new_chat.png
index 7a5fd3de..750894fd 100644
Binary files a/code-studio/reference/reference-images/instruction_path_new_chat.png and b/code-studio/reference/reference-images/instruction_path_new_chat.png differ
diff --git a/code-studio/reference/reference-images/instruction_path_rules.png b/code-studio/reference/reference-images/instruction_path_rules.png
index a8057243..cc157207 100644
Binary files a/code-studio/reference/reference-images/instruction_path_rules.png and b/code-studio/reference/reference-images/instruction_path_rules.png differ
diff --git a/code-studio/reference/reference-images/instruction_repo.png b/code-studio/reference/reference-images/instruction_repo.png
index 63c815cf..e6164310 100644
Binary files a/code-studio/reference/reference-images/instruction_repo.png and b/code-studio/reference/reference-images/instruction_repo.png differ
diff --git a/code-studio/reference/reference-images/instruction_repo_file.png b/code-studio/reference/reference-images/instruction_repo_file.png
index 6cf6aef8..ede9a566 100644
Binary files a/code-studio/reference/reference-images/instruction_repo_file.png and b/code-studio/reference/reference-images/instruction_repo_file.png differ
diff --git a/code-studio/reference/reference-images/marketplace1.png b/code-studio/reference/reference-images/marketplace1.png
index ba86307a..06e6d44d 100644
Binary files a/code-studio/reference/reference-images/marketplace1.png and b/code-studio/reference/reference-images/marketplace1.png differ
diff --git a/code-studio/reference/reference-images/marketplace2.png b/code-studio/reference/reference-images/marketplace2.png
index acbbf2d7..67ef9bd6 100644
Binary files a/code-studio/reference/reference-images/marketplace2.png and b/code-studio/reference/reference-images/marketplace2.png differ
diff --git a/code-studio/reference/reference-images/marketplace3.png b/code-studio/reference/reference-images/marketplace3.png
index 3293c9eb..62803098 100644
Binary files a/code-studio/reference/reference-images/marketplace3.png and b/code-studio/reference/reference-images/marketplace3.png differ
diff --git a/code-studio/reference/reference-images/marketplace4.png b/code-studio/reference/reference-images/marketplace4.png
index c9e8ae17..145d5470 100644
Binary files a/code-studio/reference/reference-images/marketplace4.png and b/code-studio/reference/reference-images/marketplace4.png differ
diff --git a/code-studio/reference/reference-images/marketplace5.png b/code-studio/reference/reference-images/marketplace5.png
index 6ec370f6..3a15eb62 100644
Binary files a/code-studio/reference/reference-images/marketplace5.png and b/code-studio/reference/reference-images/marketplace5.png differ
diff --git a/code-studio/reference/reference-images/marketplace6.png b/code-studio/reference/reference-images/marketplace6.png
index 0855deff..d8c7e712 100644
Binary files a/code-studio/reference/reference-images/marketplace6.png and b/code-studio/reference/reference-images/marketplace6.png differ
diff --git a/code-studio/reference/reference-images/marketplace7.png b/code-studio/reference/reference-images/marketplace7.png
index 82ceb34f..710fe202 100644
Binary files a/code-studio/reference/reference-images/marketplace7.png and b/code-studio/reference/reference-images/marketplace7.png differ
diff --git a/code-studio/reference/reference-images/mcp-postman-installed.png b/code-studio/reference/reference-images/mcp-postman-installed.png
index 6fa8dd7c..e2db8b90 100644
Binary files a/code-studio/reference/reference-images/mcp-postman-installed.png and b/code-studio/reference/reference-images/mcp-postman-installed.png differ
diff --git a/code-studio/reference/reference-images/mcp-server-option-from-settings.png b/code-studio/reference/reference-images/mcp-server-option-from-settings.png
index 96e044fc..c4804b14 100644
Binary files a/code-studio/reference/reference-images/mcp-server-option-from-settings.png and b/code-studio/reference/reference-images/mcp-server-option-from-settings.png differ
diff --git a/code-studio/reference/reference-images/mcp-server-webview.png b/code-studio/reference/reference-images/mcp-server-webview.png
index 42c5927e..ce606ad8 100644
Binary files a/code-studio/reference/reference-images/mcp-server-webview.png and b/code-studio/reference/reference-images/mcp-server-webview.png differ
diff --git a/code-studio/reference/reference-images/mcpfilter2.png b/code-studio/reference/reference-images/mcpfilter2.png
index 5e0b48a1..5f35d6fe 100644
Binary files a/code-studio/reference/reference-images/mcpfilter2.png and b/code-studio/reference/reference-images/mcpfilter2.png differ
diff --git a/code-studio/reference/reference-images/mcpfilter3.png b/code-studio/reference/reference-images/mcpfilter3.png
index 59688d48..597faede 100644
Binary files a/code-studio/reference/reference-images/mcpfilter3.png and b/code-studio/reference/reference-images/mcpfilter3.png differ
diff --git a/code-studio/reference/reference-images/mcpfilter4.png b/code-studio/reference/reference-images/mcpfilter4.png
index 5b9d99fd..71588979 100644
Binary files a/code-studio/reference/reference-images/mcpfilter4.png and b/code-studio/reference/reference-images/mcpfilter4.png differ
diff --git a/code-studio/reference/reference-images/mcpfilter6.png b/code-studio/reference/reference-images/mcpfilter6.png
index e0c2b41c..830c5484 100644
Binary files a/code-studio/reference/reference-images/mcpfilter6.png and b/code-studio/reference/reference-images/mcpfilter6.png differ
diff --git a/code-studio/reference/reference-images/mcpfilter7.png b/code-studio/reference/reference-images/mcpfilter7.png
index 40aa3729..7f0c4670 100644
Binary files a/code-studio/reference/reference-images/mcpfilter7.png and b/code-studio/reference/reference-images/mcpfilter7.png differ
diff --git a/code-studio/reference/reference-images/new_custom_agent.png b/code-studio/reference/reference-images/new_custom_agent.png
index 961a94bb..846f9161 100644
Binary files a/code-studio/reference/reference-images/new_custom_agent.png and b/code-studio/reference/reference-images/new_custom_agent.png differ
diff --git a/code-studio/reference/reference-images/prompt4.gif b/code-studio/reference/reference-images/prompt4.gif
index 82141293..38effef5 100644
Binary files a/code-studio/reference/reference-images/prompt4.gif and b/code-studio/reference/reference-images/prompt4.gif differ
diff --git a/code-studio/reference/reference-images/skills1.png b/code-studio/reference/reference-images/skills1.png
index efe930b5..cd3759f0 100644
Binary files a/code-studio/reference/reference-images/skills1.png and b/code-studio/reference/reference-images/skills1.png differ
diff --git a/code-studio/reference/reference-images/skills2.png b/code-studio/reference/reference-images/skills2.png
index e6b1a1a8..3cbdd54e 100644
Binary files a/code-studio/reference/reference-images/skills2.png and b/code-studio/reference/reference-images/skills2.png differ
diff --git a/code-studio/reference/reference-images/startserver.png b/code-studio/reference/reference-images/startserver.png
index 48622edb..df251587 100644
Binary files a/code-studio/reference/reference-images/startserver.png and b/code-studio/reference/reference-images/startserver.png differ
diff --git a/code-studio/reference/reference-images/tools2.png b/code-studio/reference/reference-images/tools2.png
index 5ff4c20b..06e6d44d 100644
Binary files a/code-studio/reference/reference-images/tools2.png and b/code-studio/reference/reference-images/tools2.png differ
diff --git a/code-studio/reference/reference-images/uninstall-custom.png b/code-studio/reference/reference-images/uninstall-custom.png
index 46bb1e7b..aaedc7ef 100644
Binary files a/code-studio/reference/reference-images/uninstall-custom.png and b/code-studio/reference/reference-images/uninstall-custom.png differ
diff --git a/code-studio/reference/reference-images/uninstallmcp.png b/code-studio/reference/reference-images/uninstallmcp.png
index 96c9f5b1..3aa55f8f 100644
Binary files a/code-studio/reference/reference-images/uninstallmcp.png and b/code-studio/reference/reference-images/uninstallmcp.png differ
diff --git a/code-studio/reference/reference-images/uninstallserver.png b/code-studio/reference/reference-images/uninstallserver.png
deleted file mode 100644
index 22556446..00000000
Binary files a/code-studio/reference/reference-images/uninstallserver.png and /dev/null differ
diff --git a/code-studio/reference/reference-images/workspace-uninstall-gif.gif b/code-studio/reference/reference-images/workspace-uninstall-gif.gif
index b4616959..2828ec6d 100644
Binary files a/code-studio/reference/reference-images/workspace-uninstall-gif.gif and b/code-studio/reference/reference-images/workspace-uninstall-gif.gif differ
diff --git a/code-studio/release-notes/releasenotes-images/agent-debug-panel.png b/code-studio/release-notes/releasenotes-images/agent-debug-panel.png
index c4bd43db..3d6d5260 100644
Binary files a/code-studio/release-notes/releasenotes-images/agent-debug-panel.png and b/code-studio/release-notes/releasenotes-images/agent-debug-panel.png differ
diff --git a/code-studio/release-notes/releasenotes-images/agent-image-support.png b/code-studio/release-notes/releasenotes-images/agent-image-support.png
index c324f7aa..ac5f1b06 100644
Binary files a/code-studio/release-notes/releasenotes-images/agent-image-support.png and b/code-studio/release-notes/releasenotes-images/agent-image-support.png differ
diff --git a/code-studio/release-notes/releasenotes-images/agent-permissions.png b/code-studio/release-notes/releasenotes-images/agent-permissions.png
index d25e44ff..7c476e71 100644
Binary files a/code-studio/release-notes/releasenotes-images/agent-permissions.png and b/code-studio/release-notes/releasenotes-images/agent-permissions.png differ
diff --git a/code-studio/release-notes/releasenotes-images/agent-plugins.png b/code-studio/release-notes/releasenotes-images/agent-plugins.png
index 8b33cc05..b5869ded 100644
Binary files a/code-studio/release-notes/releasenotes-images/agent-plugins.png and b/code-studio/release-notes/releasenotes-images/agent-plugins.png differ
diff --git a/code-studio/release-notes/releasenotes-images/agentic-browser-tools.png b/code-studio/release-notes/releasenotes-images/agentic-browser-tools.png
index 2f55f29c..5e710778 100644
Binary files a/code-studio/release-notes/releasenotes-images/agentic-browser-tools.png and b/code-studio/release-notes/releasenotes-images/agentic-browser-tools.png differ
diff --git a/code-studio/release-notes/releasenotes-images/fork-chat-session.png b/code-studio/release-notes/releasenotes-images/fork-chat-session.png
index b71e3914..e28994cd 100644
Binary files a/code-studio/release-notes/releasenotes-images/fork-chat-session.png and b/code-studio/release-notes/releasenotes-images/fork-chat-session.png differ
diff --git a/code-studio/release-notes/releasenotes-images/model-picker-enhancements.png b/code-studio/release-notes/releasenotes-images/model-picker-enhancements.png
index dd346298..44f5f643 100644
Binary files a/code-studio/release-notes/releasenotes-images/model-picker-enhancements.png and b/code-studio/release-notes/releasenotes-images/model-picker-enhancements.png differ
diff --git a/code-studio/release-notes/v2.0.3.md b/code-studio/release-notes/v2.0.3.md
index 2c7d9704..0021f5b1 100644
--- a/code-studio/release-notes/v2.0.3.md
+++ b/code-studio/release-notes/v2.0.3.md
@@ -18,12 +18,27 @@ The following context providers have been removed from Code Studio:
- `@Workspace/setuptests`
- `@Workspace/tests`
+### Removed Extensions:
+
+The dotrush extension has been removed.
+The vscode-solution-explorer extension has been removed.
+
### Open Simple Browser Tool Removed
The Open Simple Browser tool has been removed from Code Studio.
### Codebase Removed
The Codebase feature has been removed from Code Studio.
+### New Tooling Introduced:
+
+Added C# Development Tools to provide enhanced support for .NET and C# development.
+Added MS SQL Manager for improved database management and integration.
+
+Previously, agent features such as skills, instructions, prompts, custom agents, and hooks were accessible through the gear icon inside Chat. Now, all these capabilities are unified within the Agent customization UI, offering a centralized interface with improved usability and a more streamlined experience for managing agent configurations. Note: The Agent customization UI itself can be accessed directly by clicking the gear icon.
+
+### Bug Fix:
+Fixed claude no response issue
+
## New Features
### Agent Plugins
Agent Plugins are prepackaged bundles of chat customizations that extend AI-driven workflows. Plugins can include skills, commands, agents, MCP servers, and hooks. Search and install plugins directly from the Extensions view by entering `@agentPlugins` in the search box or by running the Chat: Plugins command from the Command Palette.
@@ -75,3 +90,8 @@ Code Studio now supports improved customization discovery in parent repositories
The model selection dialog features a visual redesign with better categorization of available models, making it easier to browse and select the right model for your task.
+
+## Bug Fixes
+Fixed an issue where Claude would intermittently fail to return responses.
+
+The system now ensures stable communication and reliable output generation.
\ No newline at end of file